Monday 15 August 2016

How to Publish a Website in Windows Azure

Hi guys, today I will show you how to publish a website in windows azure. In my previous articles I had posted on How to create a WebApp in Windows azure.

Please follow the steps

Step 1 :
Create a Asp.net website in VS2013

Step 2:

Click on Server Explorer -> Right Click on WindowsAzure -> Import Subscriptions


Note: If you will not get Windows Azure in you Server Explorer , then please install Azure Sdk.

Step 3:

Click on the Download Subscription file. It will download subscription file. Then Select the downloaded file. Click on Import.

Step 4:

After that when you will click on the website you will get list of website name which you have created in the windows azure. How to create a WebApp in Windows azure.


 
Step 5:

Right Click on Website -> Download Publish Profile.

Step 6:

Now Right Click on your WebApplication -> Click on Publish -> Import the Publish Profile which you have downloaded -> Click on Next -> Click On Publish.

Step 7:


Now browse you Azure WebApp Url . You will get the result.

How to Create a WebApp in Azure

Hi guys, today I will show you how to create a webapp in windows azure. This article is really helpful for the beginners.

Please follow the steps.

Step 1:
Login to the windows azure portal https://manage.windowsazure.com

Step 2:
Click on New -> Compute -> WebApp ->Quick Create

After click on Quick Create link you will get


Please give the URL and Select  APP Service Plan. Then click on Create Web App.