Skip to content

Commit 3f33ea1

Browse files
Update deploy_ai_foundry.bicep
1 parent 4ca0bb5 commit 3f33ea1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

infra/deploy_ai_foundry.bicep

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ resource aiServices 'Microsoft.CognitiveServices/accounts@2021-10-01' = {
7070
properties: {
7171
customSubDomainName: aiServicesName
7272
apiProperties: {
73-
statisticsEnabled: false
73+
// statisticsEnabled: false
7474
}
7575
publicNetworkAccess: 'Enabled'
7676
disableLocalAuth: true
@@ -90,7 +90,7 @@ resource aiServices_CU 'Microsoft.CognitiveServices/accounts@2021-10-01' = {
9090
properties: {
9191
customSubDomainName: aiServicesName_cu
9292
apiProperties: {
93-
statisticsEnabled: false
93+
// statisticsEnabled: false
9494
}
9595
publicNetworkAccess: 'Enabled'
9696
disableLocalAuth: true

0 commit comments

Comments
 (0)