Skip to content

Commit

Permalink
Azure | creatinf resources - added link to bicep-deploy action
Browse files Browse the repository at this point in the history
  • Loading branch information
wicksipedia authored Nov 1, 2024
1 parent 837b20d commit b5e584a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rules/azure-resources-creating/rule.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ So if you aren't manually creating your Azure resources, what options do you hav
* Much simpler syntax than ARM JSON
* Handles resource dependencies automatically
* [Private Module Registries](https://docs.microsoft.com/en-us/azure/azure-resource-manager/bicep/private-module-registry?tabs=azure-powershell) for publishing versioned and reusable architectures
* No need for deploy scripts! There's an [bicep-deploy](https://github.com/Azure/bicep-deploy) GitHub Action from Microsoft to make it easy add deployments to your workflows


::: greybox
**Tip:** If you are assigning any role assignment using bicep, make sure it doesn't exist before. (Using Azure Portal)
Expand Down

0 comments on commit b5e584a

Please sign in to comment.