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 609370f commit 0598800Copy full SHA for 0598800
infra/macae-dev.bicep
@@ -31,6 +31,7 @@ resource openai 'Microsoft.CognitiveServices/accounts@2023-10-01-preview' = {
31
}
32
properties: {
33
customSubDomainName: format(uniqueNameFormat, 'openai')
34
+ disableLocalAuth: false
35
36
resource gpt4o 'deployments' = {
37
name: 'gpt-4o'
0 commit comments