Skip to content

Commit

Permalink
Update src/bicep/examples/zeroTrustWorkbook/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Brooke Hamilton <45323234+brooke-hamilton@users.noreply.github.com>
  • Loading branch information
lisamurphy-msft and brooke-hamilton authored Feb 28, 2022
1 parent 184ae8c commit c8e345f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/bicep/examples/zeroTrustWorkbook/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ An example deployment with required deployment parameters included is shown belo
```bash

az deployment sub create \
--subscription $deploymentSubscription \
--name "myMlzDeployment" \
--template-file ./mlz.bicep \
--location eastus \
--template-file src/bicep/mlz.bicep \
--parameters resourcePrefix=myPrefix \
deploySentinel=true \
deployDefender=true
Expand Down

0 comments on commit c8e345f

Please sign in to comment.