We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1b8c50 commit 2373d4dCopy full SHA for 2373d4d
1 file changed
infra/main.bicep
@@ -118,6 +118,9 @@ param existingFoundryProjectResourceId string = ''
118
@description('Optional. Use this parameter to use an existing Log Analytics workspace resource ID. Defaults to empty string.')
119
param existingLogAnalyticsWorkspaceId string = ''
120
121
+@description('Optional. AI model deployments array for quota validation scripts. Not used directly by the template.')
122
+param aiModelDeployments array = []
123
+
124
var existingTags = resourceGroup().tags ?? {}
125
126
var allTags = union(
0 commit comments