File tree 3 files changed +12
-2
lines changed
3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -1009,6 +1009,16 @@ I've also included some example files in this repo:
1009
1009
- [ Azure DevOps Pipelines examples] ( ./deployment-options/azure-devops-pipelines.yml )
1010
1010
- [ GitHub Actions examples] ( ./deployment-options/github-actions.yml )
1011
1011
1012
+ ## Templates for Deployment Stacks
1013
+
1014
+ Part 6 of my Bicep Deployment Series covers Deployment Stacks:
1015
+ - [ Deployment Scopes & Deployment Stacks] ( https://www.nathannellans.com/post/deploying-bicep-files-part-6-scopes-stacks )
1016
+
1017
+ I've also included some example files in this repo for Deployment Stacks:
1018
+ - [ Az CLI examples] ( https://github.com/nnellans/bicep-guide/blob/main/deployment-options/az-cli-stacks.sh )
1019
+ - [ Az PowerShell Module examples] ( https://github.com/nnellans/bicep-guide/blob/main/deployment-options/az-powershell-module-stacks.ps1 )
1020
+ - [ GitHub Actions examples] ( https://github.com/nnellans/bicep-guide/blob/main/deployment-options/github-actions-stacks.yml )
1021
+
1012
1022
---
1013
1023
1014
1024
# Links
Original file line number Diff line number Diff line change 1
1
# For more information go to:
2
- # https://www.nathannellans.com/post/deploying-bicep-files-part-3-az-powershell-module
2
+ # https://www.nathannellans.com/post/deploying-bicep-files-part-6-scopes-stacks
3
3
4
4
# Install the Az Module from PowerShell Gallery
5
5
Install-Module - Name Az
Original file line number Diff line number Diff line change 1
1
# For more information go to:
2
- # https://www.nathannellans.com/post/deploying-bicep-files-part-5-github-actions
2
+ # https://www.nathannellans.com/post/deploying-bicep-files-part-6-scopes-stacks
3
3
4
4
name : Deploy Bicep
5
5
You can’t perform that action at this time.
0 commit comments