Skip to content

Commit 6640a6d

Browse files
authored
Merge pull request #178 from bvdwalt/patch-1
enclosed --source $web in "az storage blob delete-batch" with single quotes
2 parents 10250bd + efca704 commit 6640a6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/Step-by-step-publish-to-azure-angular-staticsite.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ We will create a **RELEASE** pipeline here to do the following:
9696
- Azure Subscription: ````(select your subscription)````
9797
- Script Location: ````Inline Script````
9898
- Inline Script
99-
- ````az storage blob delete-batch --account-name [STORAGE-ACCOUNT-NAME] --source $web````
99+
- ````az storage blob delete-batch --account-name [STORAGE-ACCOUNT-NAME] --source '$web'````
100100

101101
##### OPTIONAL (with custom domain): Azure CLI: Settings
102102

0 commit comments

Comments
 (0)