Created
January 26, 2018 11:29
-
-
Save goyalmohit/4a568ff0965c273bebbfd241a2b02af8 to your computer and use it in GitHub Desktop.
Create an azure resource Group
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
# Creates an azure resource group | |
$resourceGroupName = "mobiNotify-rg" | |
$locationName = "east us" | |
New-AzureRmResourceGroup -Name $resourceGroupName -Location $locationName |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment