@Jorge E Arbelaez R Thanks for reaching here! To elaborate- The error message you provided indicates that the resource is temporarily unavailable and DNS resolution is failing, This could be due to a few reasons such as incorrect DNS configuration, network connectivity issues, or firewall restrictions.
To troubleshoot the issue below steps could help-
- Check if the DNS server is configured correctly. Go to your App Service app, click on Networking, and then click on Configure VNet Integration. Check if the DNS server IP address is correct. see- https://learn.microsoft.com/en-us/azure/app-service/overview-name-resolution#configuring-dns-servers
- Check if there are any network connectivity issues. You can try to ping the resource from your App Service app console to see if it is reachable. If the ping fails, it could indicate a network connectivity issue. see- Configure virtual network integration
- Check if there are any firewall restrictions. You can check if there are any firewall rules that are blocking the traffic to the resource.
Suggest you to refer this detailed blog- Improvements to DNS configuration and name resolution in App Service
Please let us know for further query