Skip to content

Commit bbdf3ba

Browse files
committed
Set up CI with Azure Pipelines
[skip ci]
1 parent 8fde9e1 commit bbdf3ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

environment_setup/iac-create-environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ steps:
2525
inputs:
2626
azureSubscription: 'AzureResourceConnection'
2727
action: 'Create Or Update Resource Group'
28-
resourceGroupName: 'GABRI-AML-RG'
28+
resourceGroupName: '$(BASE_NAME)-AML-RG'
2929
location: $(LOCATION)
3030
templateLocation: 'Linked artifact'
3131
csmFile: '$(Build.SourcesDirectory)/environment_setup/arm-templates/cloud-environment.json'

0 commit comments

Comments
 (0)