File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11// Creates Azure dependent resources for Azure AI studio
22
33@minLength (3 )
4- @maxLength (15 )
4+ @maxLength (16 )
55@description ('Required. Contains Solution Name' )
66param solutionName string
77
@@ -55,7 +55,7 @@ var workspaceName = 'log-${solutionName}'
5555var applicationInsightsName = 'appi-${solutionName }'
5656var keyvaultName = 'kv-${solutionName }'
5757var location = solutionLocation //'eastus2'
58- var aiProjectName = 'aifp -${solutionName }'
58+ var aiProjectName = 'proj -${solutionName }'
5959var aiSearchName = 'srch-${solutionName }'
6060var aiSearchConnectionName = 'myCon-${solutionName }'
6161
Original file line number Diff line number Diff line change 22targetScope = 'resourceGroup'
33
44@minLength (3 )
5- @maxLength (15 )
5+ @maxLength (16 )
66@description ('Required. Contains Solution Name.' )
77param solutionName string
88
Original file line number Diff line number Diff line change 22targetScope = 'resourceGroup'
33
44@minLength (3 )
5- @maxLength (15 )
5+ @maxLength (16 )
66@description ('Required. Contains Solution Name.' )
77param solutionName string
88
Original file line number Diff line number Diff line change 22targetScope = 'resourceGroup'
33//var abbrs = loadJsonContent('./abbreviations.json')
44@minLength (3 )
5- @maxLength (15 )
5+ @maxLength (16 )
66@description ('Required. A unique prefix for all resources in this deployment. This should be 3-20 characters long:' )
77param solutionName string = 'kmgen'
88
You can’t perform that action at this time.
0 commit comments