Skip to content

Commit 1f210d9

Browse files
authored
Specify the storage account name when interacting with Azure Blob Storage (#13615)
1 parent 5cd8f53 commit 1f210d9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/insiders.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@ jobs:
497497
creds: ${{ secrets.AZURE_CREDENTIALS }}
498498

499499
- name: Upload to Blob Storage
500-
run: az storage blob upload --file ${{ env.VSIX_NAME }} --container-name ${{ env.BLOB_CONTAINER_NAME }} --name ${{ env.BLOB_NAME }} --auth-mode login
500+
run: az storage blob upload --file ${{ env.VSIX_NAME }} --account-name pvsc --container-name ${{ env.BLOB_CONTAINER_NAME }} --name ${{ env.BLOB_NAME }} --auth-mode login
501501

502502
- name: Get URL to uploaded VSIX
503-
run: az storage blob url --container-name ${{ env.BLOB_CONTAINER_NAME }} --name ${{ env.BLOB_NAME }} --auth-mode login
503+
run: az storage blob url --account-name pvsc --container-name ${{ env.BLOB_CONTAINER_NAME }} --name ${{ env.BLOB_NAME }} --auth-mode login

0 commit comments

Comments
 (0)