An Azure network security service that is used to protect Azure Virtual Network resources.
Hello **Mr K
I understand that you're attempting to create an application rule in the Azure firewall to permit your subdomains, but it's failing due to an invalid FQDN error message.
There is a known issue with this format, which is why implementing the rule is not working my backend team is actively working on to fix the issue.
The problem occurs with FQDNs when there are exactly two characters after the dot (.), causing our validation to fail. For instance, FQDNs like www.cam.ac.uk or similar will not be accepted. Any domain with .XX, test.XX.contoso.com, or xx.test.contoso will also fail validation.
You can set up rules using scripting, such as CLI or PowerShell commands.
If the answer is helpful, please 'Accept the answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".