Skip to content

Commit faa3e6e

Browse files
exisitng ai project
1 parent 1de3427 commit faa3e6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra/main.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ param imageTag string = 'latest'
6565
param existingLogAnalyticsWorkspaceId string = ''
6666

6767
@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'
68+
param azureExistingAIProjectResourceId string = ''
6969

7070
var solutionLocation = empty(AZURE_LOCATION) ? resourceGroup().location : AZURE_LOCATION
7171

0 commit comments

Comments
 (0)