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
- Host: GitHub
- URL: https://github.com/jefking/iaac-db-app-service
- Owner: jefking
- License: mit
- Created: 2019-05-01T22:24:36.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-06T16:35:25.000Z (over 6 years ago)
- Last Synced: 2025-02-01T23:17:43.567Z (8 months ago)
- Topics: app-service, arm, azure, azure-arm, iaac, json, sql, sql-database, sqldatabase, web-app
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
[](https://dev.azure.com/jefkin/oss/_build/latest?definitionId=11)