File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,8 +10,11 @@ param gptModelVersion string
1010param gptDeploymentCapacity int
1111// param embeddingModel string
1212// param embeddingDeploymentCapacity int
13+ @secure ()
1314param managedIdentityObjectId string
15+ @secure ()
1416param applicationInsightsId string
17+ @secure ()
1518param containerRegistryId string
1619
1720// Load the abbrevations file required to name the azure resources.
@@ -24,7 +27,6 @@ var aiServicesName_cu = '${abbrs.ai.aiServices}${solutionName}-cu'
2427var location_cu = cuLocation
2528// var aiServicesName_m = '${solutionName}-aiservices_m'
2629// var location_m = solutionLocation
27- var keyvaultName = '${abbrs .security .keyVault }${solutionName }'
2830var location = solutionLocation //'eastus2'
2931var aiHubName = '${abbrs .ai .aiHub }${solutionName }'
3032var aiHubFriendlyName = aiHubName
You can’t perform that action at this time.
0 commit comments