Skip to content

Commit 47463a9

Browse files
Make aiDeploymentsLocation parameter optional
Change aiDeploymentsLocation parameter to be optional.
1 parent 80e707a commit 47463a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra/main.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ param location string = resourceGroup().location
3939
}
4040
})
4141
@description('Optional. Location for all AI service resources. This location can be different from the resource group location.')
42-
param aiDeploymentsLocation string
42+
param aiDeploymentsLocation string?
4343

4444
@description('Optional. AI model deployment token capacity. Defaults to 150K tokens per minute.')
4545
param capacity int = 150

0 commit comments

Comments
 (0)