Skip to content

Commit

Permalink
Merge pull request #178 from bvdwalt/patch-1
Browse files Browse the repository at this point in the history
enclosed --source $web in "az storage blob delete-batch" with single quotes
  • Loading branch information
ismcagdas authored Feb 17, 2020
2 parents 10250bd + efca704 commit 6640a6d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ We will create a **RELEASE** pipeline here to do the following:
- Azure Subscription: ````(select your subscription)````
- Script Location: ````Inline Script````
- Inline Script
- ````az storage blob delete-batch --account-name [STORAGE-ACCOUNT-NAME] --source $web````
- ````az storage blob delete-batch --account-name [STORAGE-ACCOUNT-NAME] --source '$web'````

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

Expand Down

0 comments on commit 6640a6d

Please sign in to comment.