We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1493763 commit c2014c2Copy full SHA for c2014c2
2 files changed
infra/main.bicep
@@ -973,11 +973,11 @@ var dnsZoneIndex = {
973
}
974
975
// List of DNS zone indices that correspond to AI-related services.
976
-var aiRelatedDnsZoneIndices = [
977
- dnsZoneIndex.cognitiveServices
978
- dnsZoneIndex.openAI
979
- dnsZoneIndex.aiServices
980
-]
+// var aiRelatedDnsZoneIndices = [
+// dnsZoneIndex.cognitiveServices
+// dnsZoneIndex.openAI
+// dnsZoneIndex.aiServices
+// ]
981
982
// ===================================================
983
// DEPLOY PRIVATE DNS ZONES
0 commit comments