We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 233dabd commit 3b8c1f8Copy full SHA for 3b8c1f8
documentation/DeploymentGuide.md
@@ -257,7 +257,7 @@ The files for the dev container are located in `/.devcontainer/` folder.
257
258
4. **Deploy the Bicep template:**
259
260
- - You can use the Bicep extension for VSCode (Right-click the `.bicep` file, then select "Show deployment plane") or use the Azure CLI:
+ - You can use the Bicep extension for VSCode (Right-click the `.bicep` file, then select "Show deployment plan") or use the Azure CLI:
261
```bash
262
az deployment group create -g <resource-group-name> -f deploy/macae-dev.bicep --query 'properties.outputs'
263
```
0 commit comments