Hi , Welcome to MS Q&A
I think it seems DNS Issue , request you to perform below steps
- Test DNS Resolution Locally: Use the
nslookup
command-line tool to test DNS resolution locally from your computer. Run the following command:
Replacenslookup <namespace_dns_name>
<namespace_dns_name>
with the DNS name of your Azure Notification Hub namespace. This command should return the IP address associated with the DNS name. - Review Azure Portal for DNS Configuration: Double-check the DNS configuration of your Azure Notification Hub namespace in the Azure portal. Ensure that the DNS name is correctly specified and matches the DNS records configured in your DNS provider's control panel. You can find more information about configuring DNS names for Azure services in the Azure DNS documentation.
- Check Firewall and Network Settings: Review your network configuration, including firewall rules and network security group settings, to ensure that they're not blocking DNS queries to the Azure Notification Hub namespace. Ensure that DNS traffic is allowed through any firewalls or network security groups. You can find more information about configuring network security groups in the Azure Network Security documentation.