Ganesh Sattawan
Which are two compulsory parameters to create azure website using azure PowerShell?
By Ganesh Sattawan in Azure on Jul 12 2016
  • Ganesh Sattawan
    Jul, 2016 12

    Location and Name Location : name of location where the website will be hosted. Name : a unique name of website among azurewebsites.netex: $wsLocation = "West US" $wsName = "TestWebsite" New-AzureWebsite -Location $wsLocation -Name $wsName

    • 1


Most Popular Job Functions


MOST LIKED QUESTIONS