AzureRM-AutomationSQLDatabase
1.0
The script intends to demonstrate the autonomous creation of a shared infrastructure, development, and production environment for using Microsoft Azure SQL Databases where each environment has it’s own resources. With the use of Microsoft Azure PowerShell allows you to automatically create all the features and services required automatically for each environment.
The
The
The script intends to demonstrate the autonomous creation of a shared infrastructure, development, and production environment for using Microsoft Azure SQL Databases where each environment has it’s own resources. With the use of Microsoft Azure PowerShell allows you to automatically create all the features and services required automatically for each environment.
The script also shows that the automation process will automatically create in all available regions in your subscription an Azure SQL Database with free tier. There may be regions that your subscription does not allows you to create the Azure SQL Database service.
Script will create:
- A Resource Group for each environment (Shared Infrastructure, Development and Production)
- A Storage Account for each environment.
- One Virtual Network and subnet in Shared Infrastructure environment.
- An Azure SQL server for development and production environment.
- Create a SQL database using free tier in the development environment.
- Create a SQL database using basic tierin the production environment through user defined bacpac.
- Create a SQL Server and database using free tier in all possible subscription regions.
Show more
The script also shows that the automation process will automatically create in all available regions in your subscription an Azure SQL Database with free tier. There may be regions that your subscription does not allows you to create the Azure SQL Database service.
Script will create:
- A Resource Group for each environment (Shared Infrastructure, Development and Production)
- A Storage Account for each environment.
- One Virtual Network and subnet in Shared Infrastructure environment.
- An Azure SQL server for development and production environment.
- Create a SQL database using free tier in the development environment.
- Create a SQL database using basic tierin the production environment through user defined bacpac.
- Create a SQL Server and database using free tier in all possible subscription regions.
Installation Options
Owners
Copyright
Ricardo Ramos Cabral
Package Details
Author(s)
- Ricardo Cabral
Tags
Azure SQL Database PowerShell Automation
Dependencies
This script has no dependencies.
FileList
- AzureRM-AutomationSQLDatabase.nuspec
- AzureRM-AutomationSQLDatabase.ps1
Version History
Version | Downloads | Last updated |
---|---|---|
1.0 (current version) | 327 | 3/11/2017 |