azure-quickstart-templates
azure-quickstart-templates copied to clipboard
Fix Key Vault private DNS zone name in microsoft.machinelearningservices/machine-learning-end-to-end-secure
"privatelink${environment().suffixes.keyvaultDns}" resolves to "privatelink.vault.azure.net" which is incorrect. Correct private DNS zone for Key Vault should be "privatelink.vaultcore.azure.net"
PR Checklist
Check these items before submitting a PR...
- [x] - Please check this box once you've submitted the PR if you've read through the Contribution Guide and best practices checklist.
Changelog
- Fix Key Vault private DNS zone in microsoft.machinelearningservices/machine-learning-end-to-end-secure
I came across the same error. Had to manually replace DNS zone from "privatelink.vault.azure.net" to "privatelink.vaultcore.azure.net" and switch Private Endpoints.
Yeah tried now 3 times to get the automated tests to pass but there is always some "temporary issues" either on the Azure or AzureGov side that makes them fail. And now apparently the CLA has also expired... What ever...