Azure Functions
An Azure service that provides an event-driven serverless compute platform.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi,
Function app deploy details in the attachment. my user id is ******@savXXXXXXonmicrosoft.com Early as possible.
Hello Sushil Waghmare,
Thanks for raising this question in Q&A forum.
I understand that your Azure Functions are not visible in the portal after deployment.
This is a common scenario often caused by the Function runtime failing to index the functions or the deployment artifact being structured incorrectly. Please check the following troubleshooting steps:
site/wwwroot.host.json file and folders with your function names here?wwwroot is empty or contains a nested folder (e.g., myproject/host.json instead of host.json directly), your deployment artifact structure is incorrect. The host.json must be at the root of wwwroot.AzureWebJobsStorage application setting is present and contains a valid connection string.If helps, approve the answer.
Best Regards,
Jerald Felix