An open API service indexing awesome lists of open source software.

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

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)