Skip to content

Commit 1d66f83

Browse files
authored
Merge pull request #4 from nnellans/nnellans-patch-1
Update README.md
2 parents 394081a + 1e718ea commit 1d66f83

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

README.md

+10
Original file line numberDiff line numberDiff line change
@@ -1009,6 +1009,16 @@ I've also included some example files in this repo:
10091009
- [Azure DevOps Pipelines examples](./deployment-options/azure-devops-pipelines.yml)
10101010
- [GitHub Actions examples](./deployment-options/github-actions.yml)
10111011

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+
10121022
---
10131023

10141024
# Links

deployment-options/az-powershell-module-stacks.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# 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
33

44
# Install the Az Module from PowerShell Gallery
55
Install-Module -Name Az

deployment-options/github-actions-stacks.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# 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
33

44
name: Deploy Bicep
55

0 commit comments

Comments
 (0)