Monday, October 3, 2016

Associating the custom domain with the website

custom domain using the Set-AzureWebsite cmdlet as shown here.

Set-AZureWebsite -Name "contoso-web" -HostNames @(www.contoso.com, "contoso.com")

Note : Custom domains are not supported in the free tier of Azure Websites.


Featured Posts

Adding Accesspolicy to KeyVault for Service Principal Using Portal and Powershell

  Scripts path : https://drive.google.com/drive/folders/1sbBpnVFgXhUIXLdf2E9heyWDeU2f9427?usp=sharing  Adding Accesspolicy to KeyVault for S...