-
Run Visual Studio as administrator.
-
Click
.
-
In the
Create a new project dialog box, select
COBOL from the
Language drop-down list.
-
Click
Cloud.
-
Select the
Azure Cloud Services template, then click
Next.
-
Enter a name and location for your project and a name for your solution, and specify the target framework. Click
Create.
-
Choose the roles you require, by clicking one or more of
Worker Role,
ASP.NET Web Role,
WCF Service Web Role.
-
Click
> and then
OK.
The new solution is created and packaged as a cloud service. The cloud service project contains information about the roles
created and the service configuration and definition files. The solution also contains skeleton projects for the worker and
web roles that you specified. You can see all this in Solution Explorer.