Hi @小林 紀彦 / kobayashi norihiko
It appears you're having connectivity issues with both SQL Server and Blob Storage from your App Service, especially when using private endpoints. The errors suggest the host could not be found,
Since there were no changes in your network configuration for at least two weeks, check for any underlying network issues or if the private endpoints are still correctly configured.
Ensure the firewall settings on your SQL Database and Blob Storage allow connections from the App Service. Any changes or new restrictions could cause these connectivity issues.
The error messages indicate possible DNS resolution failures. Verify the DNS settings for your virtual network and ensure the App Service can resolve the private endpoint addresses.
Check the Azure status page for any ongoing issues with Azure services that might affect connectivity.
Use Azure's diagnostic tools to gather more information about the connectivity issues. This may provide insights into the cause of the failures.
References:
- Troubleshoot intermittent outbound connection errors in Azure App Service
- Troubleshoot connectivity issues and other errors.
If the answer is helpful, please click "Accept Answer" and kindly upvote it.
If you have extra questions about this answer, let me know.