After successfully publish function app but nothing appear in the azure portal function tab

TEE WEI KIAT 40 Reputation points
2024-03-29T16:55:09.1566667+00:00

Hello, im encountering an issue where after i successfully published my event grid trigger function app( in the azure portal functions tab nothing is appearing?) Any solution to that? Thanks in advance.User's image

Azure Digital Twins
Azure Digital Twins
An Azure platform that is used to create digital representations of real-world things, places, business processes, and people.
220 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,283 questions
{count} votes

Accepted answer
  1. LeelaRajeshSayana-MSFT 13,466 Reputation points
    2024-04-03T16:50:12.9566667+00:00

    Hi @TEE WEI KIAT I wanted to check if you have followed the steps provided in the article Publish the application. When you zipped the contents of the Azure function did you make sure the zipped folder does not include an extra layer for the publish folder itself. It should only contain the contents that were inside the publish folder.

    Can you confirm if the ProvisioningState said Succeeded when you deployed the function using the below CLI command

    az functionapp deployment source config-zip --resource-group <resource-group> --name <name-of-your-function-app> --src "<full-path-to-publish.zip>"
    

    May I know the output of the below command which lets you know the status of the function

    az functionapp function show --resource-group <your-resource-group> --name <your-function-app> --function-n
    

    Update

    Issue resolved after recreating the function App


0 additional answers

Sort by: Most helpful