Skip to content

Commit 9b4993e

Browse files
committed
adding SystemAssigned identity
1 parent ee9d652 commit 9b4993e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

infra/core/ai/cognitiveservices.bicep

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,14 @@ resource account 'Microsoft.CognitiveServices/accounts@2023-05-01' = {
2727
location: location
2828
tags: tags
2929
kind: kind
30+
identity: {
31+
type: 'SystemAssigned'
32+
}
3033
properties: {
3134
customSubDomainName: customSubDomainName
3235
publicNetworkAccess: publicNetworkAccess
3336
networkAcls: networkAcls
34-
disableLocalAuth: disableLocalAuth
37+
disableLocalAuth: true
3538
}
3639
sku: sku
3740
}

0 commit comments

Comments
 (0)