Deploying Site from Git to Azure

Hi Friends,

In today’s discussion, we’ll see how to deploy your site from source control to Azure. Here, I have used Git as an example. Below are the snapshots around the same.

1st

2nd

3rd

4th

5th

At this stage, Portal will ask you to authenticate with GIT credentials. Once done, then you need to provide the branch name. By default, it would be master. But, I have given different just to be explicit in this case.

6th

7th

Here, you can notice that it got tagged with project’s GIT ID.

8th

9th

Once, the deployment is successful, you can see deployment logs there.

10th

11th

or opening http://sampletestapp.azurewebsites.net/. It will open the below shown page.

12th

This is just a test site. I hope you would have liked this discussion. We’ll see more around this. Till then stay tuned and Happy Coding.

Thanks,
Rahul Sahay
Happy Coding