https://github.com/smalls1652/azure-templates
My personal Azure resource templates.
https://github.com/smalls1652/azure-templates
Last synced: 2 months ago
JSON representation
My personal Azure resource templates.
- Host: GitHub
- URL: https://github.com/smalls1652/azure-templates
- Owner: Smalls1652
- License: mit
- Created: 2022-08-29T17:40:01.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-12T17:40:45.000Z (almost 3 years ago)
- Last Synced: 2025-04-04T13:12:50.025Z (2 months ago)
- Language: PowerShell
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Personal Azure Bicep/ARM Templates
This repo will contain all of my personal Azure Bicep templates and their compiled ARM templates.
## 📂 Repo Layout
To separate out the Bicep template files from the compiled ARM templates, the two are stored in different directories:
| Directory | Purpose |
| --- | --- |
| [**`templates/`**](templates/) | This is where the **Bicep** templates are stored. |
| [**`compiled-templates/`**](compiled-templates/) | This is where the compiled **ARM** templates are stored. |The ARM templates are compiled from the Bicep templates. If a Bicep template is stored in the `templates/bastion` directory, the compiled ARM template will be located in the `compiled-templates/bastion` directory.
## 🔑 License
The templates in this repo are licensed with the [MIT License](LICENSE).