It seems like you're facing an issue where your Web App is not visible in the Azure Portal, yet it appears to be functioning as web jobs are running, and the Kudu/SCM endpoint is accessible. This situation can occur due to inconsistencies in the Azure Resource Manager (ARM) control plane.
Here are some steps you can take to address this issue:
- Check Deleted Resources: Use the
Get-AzDeletedWebAppcmdlet to see if the web app has been marked as deleted in the subscription. If it appears there, you can restore it. - Review Activity Logs: Although you mentioned no deletion logs are present, ensure you are checking the activity logs thoroughly for any related operations that might provide clues.
- Azure CLI: Since you can see the resource using Azure CLI, you might want to check if there are any discrepancies in the resource's metadata or configuration that could be causing this visibility issue.
- Contact Support: If the above steps do not resolve the issue, it would be advisable to contact Microsoft support for further investigation into the ARM control-plane inconsistency. They can assist in recovering the missing resource and restoring its visibility in the portal.
This situation may require deeper investigation by Azure support to confirm if there was any backend failure or corruption affecting the resource's metadata.
References: