Hi. I would like to connect a root domain mydomain.de to my Azure Static Web App setting an A record. To set the A record I need the IP address of my webapp.
However, I cannot find the ip address related to my static webapp in the WebApp properties.
I tried the following PowerShell Script:
az webapp show --resource-group myRGgroup --name myStaticWebApp --query possibleOutboundIpAddresses --output tsv
But I get:
WebApp'myStaticWebApp', is not found on RG 'myRGgroup'.
Any ideas? THX!