Function app deployments of zip files using azure cli in Microsoft Azure

Kasyap Velavarthipati 0 Reputation points
2025-01-30T08:49:35.0433333+00:00

Function app deployments using zip files from azure CLI are showing successfull but the functions are not getting rendered in the function app. Even tried with Microsoft Powershell as well to deploy but still getting the same issue.

The function app details are as follows

Tech Stack - .Net 8 Isolated

Operation system - Linux

Observations -

Files are existing in the /home/site/wwwroot when checked from Shell from the Kudu Console.

But when cheking from the Explorer of the Kudu Console the directory is empty.

Also Files are getting pushed to app files instead of creating the Functions

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,373 questions
PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,777 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Martin Brandl 0 Reputation points MVP
    2025-01-30T09:06:39.96+00:00

    Hi Kasyap,

    Could you share the exact command or process you used to deploy the zip file via Azure CLI and PowerShell? Also, how was the zip file created?

    BR,

    Martin


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.