To Develop a COBOL Azure Service
-
Run Visual Studio as administrator.
-
Open the solution for your COBOL application.
-
In the web role project (if you have one), paint your Web page, using the Web Forms designer in Visual Studio. Add code to communicate with the worker role.
-
In the worker role project (if you have one), add the code to communicate with the web role and with your business logic.
To handle queues, you might need code to:
-
Create request/response queues
-
Add info to queues and send requests
-
Receive the response from the queue and pass it back to the business logic
To handle table storage, you might need code to:
-
Create the table context
-
Initialize the table
-
Get a queryable object
-
Handle the table data