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

https://github.com/jefking/iaac-db-app-service

Infrastructure as Code: App Service + SQL Database
https://github.com/jefking/iaac-db-app-service

app-service arm azure azure-arm iaac json sql sql-database sqldatabase web-app

Last synced: 2 months ago
JSON representation

Infrastructure as Code: App Service + SQL Database

Awesome Lists containing this project

README

          

# Infrastructure as Code: App Service + SQL Database
The goal for these simple components is to onboard a new service as a secondary task to the underlying infrastructure. So what you see is global.json which deploys the control plain; and new-instance.json which subsiquently deploys a new Web App + Database onto the underlying infrastructure.

# Manual Deploy
## Global
az group deployment create --name global --resource-group dbappservice --template-file global.json --parameters global.params.json

## New Instance
az group deployment create --name new-instance --resource-group dbappservice --template-file new-instance.json --parameters new-instance.params.json

# Build Status
[![Build status](https://dev.azure.com/jefkin/oss/_apis/build/status/IaaC%20DB%20App%20Service)](https://dev.azure.com/jefkin/oss/_build/latest?definitionId=11)