https://github.com/glav/bicep-blog-post
Repo for a simple blog post on Bicep
https://github.com/glav/bicep-blog-post
Last synced: 4 months ago
JSON representation
Repo for a simple blog post on Bicep
- Host: GitHub
- URL: https://github.com/glav/bicep-blog-post
- Owner: glav
- License: mit
- Created: 2021-07-09T00:51:07.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-22T01:23:16.000Z (almost 5 years ago)
- Last Synced: 2025-10-14T07:38:54.685Z (8 months ago)
- Language: Bicep
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
## Deployment guidelines
Can be deployed using Azure CLI via
```
az deployment sub create -l AustraliaEast -f .\main.bicep
```