Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/benc-uk/bicep-iac
My set of Azure Bicep templates and modules
https://github.com/benc-uk/bicep-iac
azure bicep cloud infrastructure-as-code
Last synced: 3 months ago
JSON representation
My set of Azure Bicep templates and modules
- Host: GitHub
- URL: https://github.com/benc-uk/bicep-iac
- Owner: benc-uk
- License: mit
- Created: 2020-09-25T16:22:00.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-03-23T10:37:29.000Z (10 months ago)
- Last Synced: 2024-03-23T12:28:16.731Z (10 months ago)
- Topics: azure, bicep, cloud, infrastructure-as-code
- Language: Bicep
- Homepage: https://github.com/Azure/bicep
- Size: 153 KB
- Stars: 17
- Watchers: 4
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 💪 Bicep Templates & Modules
This is a personal set of reusable Bicep modules and templates for various use cases, mainly container based services, VMs and Kubernetes.
## 🧩 Shared Modules
The [modules](./modules) folder holds reusable building blocks, used by other templates.
## 📝 Templates
These are example templates using the above modules:
- [Containerized Function App](./templates/function-app-container)
- [Azure Kubernetes Service](./templates/aks)
- [Azure Container Apps](./templates/container-apps)
- [Azure Function App in Container](./templates/function-app-container)
- [Azure Container Apps](./templates/container-apps)
- [Bare Metal Kubernetes](./templates/k8s-baremetal)
- [Linux VM](./templates/linux-vm)
- [Azure Web Apps](./templates/webapp)
- [Rancher Kubernetes Engine](./templates/rke2)
- [Azure Communcation Services for Email](./templates/acs-email)