@vdidxho Thanks for reaching out. From the error message it looks like you are trying to assign multiple DNS zones for the same namespace to the single VNET. You cannot assign many DNS zones with the same namespace to the single VNET. The proper way of managing DNS zones it to have a single DNS zone namespace and assign it (link) to multiple VNETs.
- What happens if I click the "Delete" button on the Deployment Overview page?
If you click on delete button on deployment overview page the deployment record will get erased from the deployment history only but the resources deployed which are deployed successfully will remain under that subscription and resource group. - Is that the only step that failed and I can proceed and configure DNS as needed or did this halt some additional deployment steps?
The resources which were created during the deployment will remain constant. Since the deployment got failed while creating theMicrosoft.Network/privateDnsZones/virtualNetworkLinks
and the next resources which are dependent on Virtual Network Links going to be deployed in that deployment will get failed and you can procced configuring DNS as needed manually.
Feel Free to reach back to me if you have any further questions on this.