You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: infra/main.bicep
+35-12Lines changed: 35 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -5,11 +5,27 @@ targetScope = 'resourceGroup'
5
5
@description('The name of the environment/application. Use alphanumeric characters only.')
6
6
paramnamestring
7
7
8
-
@description('Specifies the location for all the Azure resources. Defaults to the location of the resource group.')
8
+
@metadata({ azd: { type: 'location' } })
9
+
@description('Specifies the location for all the Azure resources.')
9
10
paramlocationstring
10
11
11
-
@description('Optional. Specifies the OpenAI deployments to create.')
12
-
paramaiModelDeploymentsdeploymentsType[] = []
12
+
@description('Specifies the AI embedding model to use for the AI Foundry deployment. This is the model used for text embeddings in AI Foundry. NOTE: Any adjustments to this parameter\'s values must also be made on the aiDeploymentsLocation metadata in the main.bicep file.')
@description('Specifies the AI chat model to use for the AI Foundry deployment. This is the model used for chat interactions in AI Foundry. NOTE: Any adjustments to this parameter\'s values must also be made on the aiDeploymentsLocation metadata in the main.bicep file.')
0 commit comments