Skip to content

Commit efca704

Browse files
authored
enclosed --source $web in single quotes
I was getting an error when attempting to run the az storage blob delete-batch command, I had to enclose $web with single quotes to get it to work and not complain about --source expecting one argument.
1 parent 10250bd commit efca704

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)