Skip to content

Commit 461008f

Browse files
docs: Use 'az bicep upgrade' to ensure existing Bicep is bumped (Copilot review)
1 parent 0ab2d2f commit 461008f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/AZD_DEPLOYMENT.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,9 @@ This guide covers deploying the Content Generation Solution Accelerator using Az
3636

3737
5. **Bicep CLI** v0.33.0 or higher (for compiling infrastructure templates)
3838
```bash
39-
# Install via Azure CLI
39+
# Install or upgrade via Azure CLI (upgrade ensures an existing older Bicep is bumped to the required version)
4040
az bicep install
41+
az bicep upgrade
4142

4243
# Verify installation
4344
az bicep version

0 commit comments

Comments
 (0)