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
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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
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