This article is a part of a series of articles related to one of the Azure Compute options “Cloud Services”.

In our previous articles, we created Azure Cloud Service and also created the Cloud Service Package to deploy the Application to Azure.

In order to deploy the Cloud Service Application, we need to create “Cloud Service”, using Azure Management portal.

Login to your Azure Subscription and navigate to Cloud Services, as shown below-

Cloud Services

Click “Cloud Services”, which will take you to the following page, where all your existing Cloud Services are displayed-

Cloud Services

Currently, I don’t have any Cloud Services in my subscription. Thus, the list is empty, as shown in the screenshot, given above.

Let’s create one by clicking “Add” button, as shown in the image.

Add

Provide the following details, while creating Azure Cloud Service.

Now, click “Create” button to create Cloud Service. After a few seconds, Cloud Services gets created, as shown below-

Create
In the next article, we will learn, how to deploy Cloud Service Package to this Cloud Service, using Azure Management portal.

Hope, you enjoyed reading the article. Your feedback is highly appreciated.