Which three actions should you perform in sequence?

DRAG DROP
Your team uses a proprietary source control product. You use FTP to manually deploy an Azure Web App.
You must move your source code from the proprietary source control product to a secure on-premises Git versioning system. Instead of deploying the website by using FTP, the website must automatically deploy to
Azure each time developers check-in source files.
You need to implement the new deployment strategy.
Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.
Select and Place:


https://docs.microsoft.com/en-us/aspnet/core/publishing/azure-continuous-deployment

DRAG DROP
Your team uses a proprietary source control product. You use FTP to manually deploy an Azure Web App.
You must move your source code from the proprietary source control product to a secure on-premises Git versioning system. Instead of deploying the website by using FTP, the website must automatically deploy to
Azure each time developers check-in source files.
You need to implement the new deployment strategy.
Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.
Select and Place:


https://docs.microsoft.com/en-us/aspnet/core/publishing/azure-continuous-deployment

Answer:



Leave a Reply 2

Your email address will not be published. Required fields are marked *


Lasxao

Lasxao

First:
Create a local Git repository

Second:
In the Azure managment portal, configure Web Apps to support deployment from the local Git repository

Third:
Commit the website to the Git repository

S

S

You need the Git Url value from web app for the remote repository setup in Local Git.
Hence in the url given Local Repository setup comes at 2nd step.