File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Bicep Guide
2
2
3
- - Version: 1.0 .0
3
+ - Version: 1.1 .0
4
4
- Author:
5
5
- Nathan Nellans
6
6
@@ -1001,11 +1001,13 @@ I've written a whole series of articles describing the different methods that ca
1001
1001
- [ Deploying with Az CLI] ( https://www.nathannellans.com/post/deploying-bicep-files-part-2-az-cli )
1002
1002
- [ Deploying with Az PowerShell Module] ( https://www.nathannellans.com/post/deploying-bicep-files-part-3-az-powershell-module )
1003
1003
- [ Deploying with Azure DevOps Pipelines] ( https://www.nathannellans.com/post/deploying-bicep-files-part-4-azure-devops-pipelines )
1004
+ - [ Deploying with GitHub Actions] ( https://www.nathannellans.com/post/deploying-bicep-files-part-5-github-actions )
1004
1005
1005
1006
I've also included some example files in this repo:
1006
1007
- [ Az CLI examples] ( ./deployment-options/az-cli.sh )
1007
1008
- [ Az PowerShell Module examples] ( ./deployment-options/az-powershell-module.ps1 )
1008
1009
- [ Azure DevOps Pipelines examples] ( ./deployment-options/azure-devops-pipelines.yml )
1010
+ - [ GitHub Actions examples] ( ./deployment-options/github-actions.yml )
1009
1011
1010
1012
---
1011
1013
You can’t perform that action at this time.
0 commit comments