https://github.com/glav/glavsarmtemplates
A collection of my personal/most used ARM templates to speed up my own development
https://github.com/glav/glavsarmtemplates
Last synced: 11 months ago
JSON representation
A collection of my personal/most used ARM templates to speed up my own development
- Host: GitHub
- URL: https://github.com/glav/glavsarmtemplates
- Owner: glav
- License: mit
- Created: 2017-04-20T23:38:41.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2020-11-10T06:38:57.000Z (over 5 years ago)
- Last Synced: 2025-05-31T16:35:20.682Z (about 1 year ago)
- Language: PowerShell
- Size: 27.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Personal ARM Templates
These templates and subsequent deployment scripts simply represent items that I like to use, use frequently or find very helpful to have around when working with Microsoft Azure Cloud provider.
# Template List
- [SonarQube docker container running in Linux AppService connecting to Linux VM running Postgres SQL for Datastore](https://github.com/glav/GlavsArmTemplates/tree/master/LinuxAppServiceSonarQubeImage)
- [Linux VM hosting sonarqube and postgres docker images.](https://github.com/glav/GlavsArmTemplates/tree/master/LinuxVMSonarQubePostgresImage)
- [SonarQube docker container running in Linux AppService connecting to a Postgres Linux AppService for Datastore](https://github.com/glav/GlavsArmTemplates/tree/master/PostgresAndSonarQubeAppService)
- [Sql Server + database + Web App Service all using Managed Identity](https://github.com/glav/GlavsArmTemplates/tree/master/SqlServerWebAppMSI)