This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<# | |
.SYNOPSIS | |
To create SQL Server in Azure Environment | |
.DESCRIPTION | |
This script creates a new SQL Server in the Azure Environment | |
.EXAMPLE | |
.\CreateSQLServer.ps1 -AzureSubscriptionName "dt - Dev" -ResourceGroupName RG-Dev-Storage-WestEurope -ServerName myPSTestsqlserver -Location "West Europe" | |
#> |