To Create a COBOL Microsoft Azure Service and Roles

  1. Run Visual Studio as administrator.
  2. Click File > New > Project.
  3. Expand COBOL and click Cloud.
  4. Choose the version of the .NET Framework you require.
  5. Enter a name and location for your project and a name for your solution. Click OK.
  6. Choose the roles you require, by clicking one or more of Worker Role, ASP.NET Web Role, WCF Service Web Role.
  7. 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.