The deployment of the public IPv6 address in the Microsoft tenant failed with the following error:
DNS record mydns.cloudapp.azure.com is already reserved by another resource. (Code: DnsRecordIsReserved)
To investigate, I searched across all subscriptions using the command below to identify the resource currently holding this DNS label so that it could be released. Unfortunately, I was unable to find any resource associated with this domain.
''' for sub in $(az account list --query "[].id" -o tsv); do
echo "Checking subscription: $sub"
az account set --subscription $sub
az resource list \
--query "[?tags && contains(to_string(tags), 'edu-lcereading-int')].[name, type, resourceGroup]" \
-o table
done '''
I also attempted to create a new public IP manually using the same DNS label but received the same error again.
Could the support team please help verify whether this DNS label is still reserved by an existing or orphaned resource, and if so, assist with releasing it? Please note that the DNS record was registered by our team in OneCert on April 21, 2026