Monthly Archives: April 2018

Test Traffic Manager

To test Traffic Manager, following this procedure In Internet Explorer, in the navigation on the left, click Traffic Manager. For the traffic manager profile, note the entry in the DNS Name Place the cursor in the Address bar, type the … Continue reading

Posted in Azure App. Service | Leave a comment

Add Endpoints and Configure Traffic Manager

To add endpoints & configure Traffic Manager, following this procedure In the full portal, click the Traffic Manager profile you created. Click Endpoints and then click Add. In the Add endpoint page, fill the field with required data. Type: Azure … Continue reading

Posted in Azure App. Service | Leave a comment

Create a Traffic Manager Profile

To create Traffic Manager, following this procedure In Windows Azure PowerShell, type the following command and then press Enter: Test-AzureTrafficManagerDomainName –DomainName “yourname.trafficmanager.net”. Where yourname is your full name with no spaces. If the command returns true use your name for … Continue reading

Posted in Azure App. Service | Leave a comment

Deploy a Website to Another Region

To deploy website on another region, following this procedure Switch to Microsoft Azure PowerShell, type the following command, and then press Enter: Get-AzureWebsite At the command prompt, type the following command, and then press Enter: Get-AzureLocation Choose a location that … Continue reading

Posted in Azure App. Service | Leave a comment

Rollback a Deployment

To rollback website deployment, following this procedure In the Azure portal, in the toolbar at the bottom, click Swap. In Swap page, Select the following: In the Source drop-down list, Select In the Destination drop-down list, Select Production. Notice that … Continue reading

Posted in Azure App. Service | Leave a comment

Swap Deployment Slots

To swap website on deployment slots, following this procedure Start Internet Explorer and browse to http://portal.azure.com, and sign in using the Microsoft account that is associated with your Azure subscription. In the full portal, in the navigation on the left, … Continue reading

Posted in Azure App. Service | Leave a comment

Deploy a Website for Staging

To deploy website for staging phase, following this procedure In Internet Explorer, in the full portal, in the navigation on the left, click App Services. In the list of web App, to the left of the name of your website, … Continue reading

Posted in Azure App. Service | Leave a comment

Deploy a Website

To deploy website, following this procedure In Visual Studio, in the Solution Explorer, right-click the MaiWebsite project and then click Publish. In the Publish Web wizard, on the Profile page, click Import. In the Import Publish Settings dialog box, click … Continue reading

Posted in Azure App. Service | Leave a comment

Obtain a Publishing Profile

To publish profile, following this procedure In the navigation shortcuts on the left, click App services. In the list of App services, click the web App you created and then click DASHBOARD. Under quick glance, click Download the publish profile. … Continue reading

Posted in Azure App. Service | Leave a comment

Configure Deployment Credentials

To configure deployment credentials, following this procedure In Internet Explorer, in the website you created in Task 1 blade, scroll down to locate the Deployment section, and then click Set deployment credentials. In the Deployment Credentials Page Username box, type … Continue reading

Posted in Azure App. Service | Leave a comment