Distributed System and Cloud Computing Lab Manual
ISBN 9788119221868

Highlights

Notes

  

Chapter 8: App Development using Cloud Computing

To develop Application for windows Azure / Amazon AWS using Windows Azure Platform Training Kit and Visual Studio.

  • Step 1: To develop an application for Windows Azure on Visual Studio 2019, install the Visual Studio 2019.
  • Step 2: go to https://visualstudio.microsoft.com/vs/older-downloads/ and download While Installing select Azure Development in Workload as following and Install:

OR

In case, Visual Studio 2019 is already installed, open it and select create a new project

  • Step3: Here click on Install more tools and features
  • Step4: Now, select Azure Development in Workload and Click on Modify
  • Step5: In Individual components select following and Click on Modify:
  • Step6: Now Installation will be done as shown below.
  • Step7: Restart and re launch the system
  • Step8: Now Restarting Visual Studio after installing above steps, you will find Azure Cloud Service (classic) as below:
  • Step9: Else, apply Filter in drop down as: C#, Azure, Cloud Select Azure Cloud Service (classic) and Click Next
  • Step 10: Give Project Name and click Create
  • Step 11: Following will appear Select ASP.NET Web Role and click > arrow
  • Step 12: Following will be done and now click OK
  • Step 13: Following will appear Select Empty and click Create
  • Step 14: Following screen will appear. Now select WebRole1 in Solution Explorer.
  • Step 15: Right click on WebRole1, click on Add then, click on Web Form
  • Step 16: Give name to Form and click OK
  • Step 17: Modify WebForm as required and Save
  • Step 18: Click on Web Server (Google Chrome) button to Debug and Execute the Form
  • Step 19: you get the following output