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 47463a9 commit 2c5e5feCopy full SHA for 2c5e5fe
infra/main.bicep
@@ -39,7 +39,7 @@ param location string = resourceGroup().location
39
}
40
})
41
@description('Optional. Location for all AI service resources. This location can be different from the resource group location.')
42
-param aiDeploymentsLocation string?
+param aiDeploymentsLocation string
43
44
@description('Optional. AI model deployment token capacity. Defaults to 150K tokens per minute.')
45
param capacity int = 150
0 commit comments