Skip to content

Commit

Permalink
Additional Accelerator upgrade guidance (#708)
Browse files Browse the repository at this point in the history
* Upgrade guidance added

* Fix trailing whitespace

* fix code language
  • Loading branch information
stalejohnsen authored Dec 30, 2023
1 parent 17edce4 commit bf31ea3
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docs/wiki/Accelerator.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,8 +228,15 @@ With the ALZ Accelerator framework, we have designed the pipelines and directory
```powershell
Get-ALZGithubRelease -i "bicep" -v "v0.17.0" -o "C:\Repos\ALZ\accelerator"
```

Verify that the cmdlet has updated the environment variables file (.env):
```bash
UPSTREAM_RELEASE_VERSION="v0.17.0"
```
1. You can now deploy the updated modules.
> **Note:**
> The current pipelines trigger What-If deployment in PRs for changes in the Bicep parameter files. If you also want to include the What-If deployment process in the module upgrade process, consider the following options:
> - Adding the environment variables file (.env) as an additional trigger in the module pipelines
> - Introducing inputs/parameters in the module pipelines so you can manually trigger What-If deployments in a controlled manner.

### Incorporating Modified ALZ Modules

Expand Down

0 comments on commit bf31ea3

Please sign in to comment.