How to fix the azure functions not showing up in the portal issue?

Naveen Manjappa 0 Reputation points
2023-04-25T05:42:21.03+00:00

Hi
I am facing an issue where functions inside my azure function app don't show up on the portal after deployment.

  1. I have developed and published the azure function using VS 2022
  2. I am using Cloud shell to deploy the zipped folder with below command: Publish-AzWebapp -ResourceGroupName scale-proxy-function_group -Name scale-proxy-function -ArchivePath Publish.zip
  3. I get to see the below message after running the above command. User's image
  4. But there are functions displayed on the portal after the deployment. User's image
  5. I have tried the solutions suggested on https://stackoverflow.com/questions/56105855/azure-functions-not-showing-up-in-function-app-in-portal but nothing has helped. Can you please help me to understand what is missing and the next steps I can try?
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,909 questions
Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
1,408 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Naveen Manjappa 0 Reputation points
    2023-04-26T06:57:56.3833333+00:00

    The deployment was creating an extra folder inside wwwroot folder. I resolved this myself by copying the files to wwwroot folder Before: User's image

    After: User's image


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.