We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1de3427 commit faa3e6eCopy full SHA for faa3e6e
infra/main.bicep
@@ -65,7 +65,7 @@ param imageTag string = 'latest'
65
param existingLogAnalyticsWorkspaceId string = ''
66
67
@description('Use this parameter to use an existing AI project resource ID')
68
-param azureExistingAIProjectResourceId string = '/subscriptions/ff9b5430-90ea-44c0-8a00-e488c1bf56f4/resourceGroups/rg-bsanusi-5842/providers/Microsoft.CognitiveServices/accounts/bsanusi-5842-resource/projects/bsanusi-5842'
+param azureExistingAIProjectResourceId string = ''
69
70
var solutionLocation = empty(AZURE_LOCATION) ? resourceGroup().location : AZURE_LOCATION
71
0 commit comments