[Sample Of Sep. 22] How to add a sub-domain binding to Azure WebSite Programmatically

image

Sep.

22

image

image

Sample : https://code.msdn.microsoft.com/How-to-add-a-sub-domain-a4224a9f

When you create a web site, Windows Azure provides a friendly subdomain on the azurewebsites.net domain so your users can access your web site using a URL like https://.azurewebsites.net. However, if you configure your web site for Shared or Standard mode, you can map your web site to your own domain name.

This sample demonstrates how to use Windows Azure Class Libraries to add a sub-domain binding to a Windows Azure website.

image

 

You can find more code samples that demonstrate the most typical programming scenarios by using Microsoft All-In-One Code Framework Sample Browser or Sample Browser Visual Studio extension. They give you the flexibility to search samples, download samples on demand, manage the downloaded samples in a centralized place, and automatically be notified about sample updates. If it is the first time that you hear about Microsoft All-In-One Code Framework, please watch the introduction video on Microsoft Showcase, or read the introduction on our homepage https://1code.codeplex.com/.