You are on page 1of 4

Ex.

no: 11 WEB APPLICATION DEPLOYMENT USING


Date: 27.10.2023 AZURE DEVOPS

Aim:

To deploy a web application using Microsoft Azure and Devops.

Procedure:

Step 1: Go to https://azure.microsoft.com/en-us/services/devops/. Open Microsoft account. Sign


in for free. And create a new project.

Step 2: Go to Repos section. Select an application (VS code). Click on Clone in VS Code. Now,
it will open the VS code application.
Step 3: Choose a folder and click on Select as Repository Destination. Now the project will be
created inside the selected folder.

Step 4: Open Git with Microsoft account. Once again it will ask for password.

Step 5: Choose the folder cloud lab and create an html file. Write some code.
Step6: git config --global user.name “tm-kavya”. git config --global user.email
“kavyatmurugesan@gmail.com”. Then go to source control and give a message to the
commit and click on Commit & Push.

Step 7: The files are now available in the Repos.

Step 8: We can View the content of the file.


Step 9: We can also view the output in the preview tab.

Step 10: We can view the history of the commits happened in the History tab as well.

Conduct of Experiment (30)


Record (20)
Viva (10)
Total (60)

Result:
Thus by using Azure Devops we have deployed a web application.

You might also like