We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ca0bb5 commit 3f33ea1Copy full SHA for 3f33ea1
infra/deploy_ai_foundry.bicep
@@ -70,7 +70,7 @@ resource aiServices 'Microsoft.CognitiveServices/accounts@2021-10-01' = {
70
properties: {
71
customSubDomainName: aiServicesName
72
apiProperties: {
73
- statisticsEnabled: false
+ // statisticsEnabled: false
74
}
75
publicNetworkAccess: 'Enabled'
76
disableLocalAuth: true
@@ -90,7 +90,7 @@ resource aiServices_CU 'Microsoft.CognitiveServices/accounts@2021-10-01' = {
90
91
customSubDomainName: aiServicesName_cu
92
93
94
95
96
0 commit comments