Skip to content

Commit 0395460

Browse files
author
Sheyla Trudo
committed
fixup! User Service Connections
1 parent 56a7199 commit 0395460

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pipelines/templates/artifact-storage.steps.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ steps:
412412
az login --service-principal --username "$SP_ID" --tenant "$SP_TENANT"
413413
az storage blob download \
414414
--auth-mode login \
415-
--container-name "STORAGECONTAINER_NAME" \
415+
--container-name "$STORAGECONTAINER_NAME" \
416416
--account-name "$STORAGEACCOUNT_NAME" \
417417
--name "$STORAGEBLOB_PATH/.created" \
418418
--file output
@@ -468,7 +468,7 @@ steps:
468468
az storage blob download \
469469
--auth-mode login \
470470
--account-name "$STORAGEACCOUNT_NAME" \
471-
--container-name "STORAGECONTAINER_NAME" \
471+
--container-name "$STORAGECONTAINER_NAME" \
472472
--name "$STORAGEBLOB_PATH/.created" \
473473
--file output
474474
cat ./output
@@ -504,7 +504,7 @@ steps:
504504
#inlineScript: |
505505
#set +x
506506
#az login --service-principal --username "$MI_NAME" --tenant "$MI_TENANT"
507-
#az storage blob download --auth-mode login --container-name "STORAGECONTAINER_NAME" --account-name "$STORAGEACCOUNT_NAME" --name "$STORAGEBLOB_PATH/.created" --file output
507+
#az storage blob download --auth-mode login --container-name "$STORAGECONTAINER_NAME" --account-name "$STORAGEACCOUNT_NAME" --name "$STORAGEBLOB_PATH/.created" --file output
508508
#cat ./output
509509
#env:
510510
#RESOURCEGROUP_NAME: $(resourcegroups.ACNCI_BUILD_RESOURCEGROUP)

0 commit comments

Comments
 (0)