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,911 questions
Windows for business | Windows Server | User experience | PowerShell
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Martin Brandl 545 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


  2. fred reis 0 Reputation points
    2025-02-18T00:06:57.2333333+00:00

    Any update? I'm facing this exactly same issue with a Typescript function

    0 comments No comments

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.