Azure / deployment-environments

Sample infrastructure-as-code templates to get started with Azure Deployment Environments service.
MIT License
67 stars 210 forks source link

Update ADE for ADO CI/CD #43

Closed JFolberth closed 2 months ago

JFolberth commented 4 months ago

This pull request primarily focuses on updates to the Azure deployment environment and related documentation. The major changes include the addition of a new job in the Azure pipeline, updates to the Bicep generator version and template hash in multiple environment deployment files, the addition of a new parameter file for the WebApp environment, and an update to the Terraform documentation.

Azure Pipeline Update:

Bicep Generator Updates:

WebApp Environment Update:

Documentation Update:

JFolberth commented 4 months ago

If need be can include the ADE parameters file in other environment definitions

jacksonkays commented 2 months ago

Hey @JFolberth brought your branch up-to-date due to some merge conflicts and saw that the current generator versions and template hashes are at a higher version than you specified. Is it okay to use the newer version that currently exists on the main branch? Other than that, everything looks good!