Hi @Mohsin Ali ,
Welcome to the Microsoft Q&A Platform! Thank you for asking your question here.
I understand that you're having trouble accessing the Kudu console, which makes troubleshooting a bit more challenging. Here are some additional steps you can take to diagnose the issue with your Azure Function App:
- Make sure that the VNet integration for your Function App is correctly configured. If the app was functioning well before, it's possible that changes in network settings or firewall rules have occurred, which could now be preventing access.
- Ensure that the storage account linked to your Function App permits traffic from the VNet. If the storage account's firewall is enabled, it needs to be configured to allow access from your Function App.
- If you have Application Insights enabled, review the logs for any errors or warnings that could offer additional insights into why the Function App is inaccessible.
- If you're unable to access the Kudu console, try going directly to the Azure portal to check the status of your Function App and any associated resources. Look for any alerts or notifications that may indicate potential issues.
For your reference, please review the following documentations for further clarification:
I hope this answers your query! Let me know if you require any additional help or clarification.