DRAG DROP
Your team uses a proprietary source control product. You use FTP to manually deploy an Azure website.
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:

IMO, Correct steps are
1. Configure web app in azure for cd
2. create a local git repo
3. commit to local git repo.
https://docs.microsoft.com/en-us/aspnet/core/publishing/azure-continuous-deployment
1
0
Correct answer by rockerjul2010
https://docs.microsoft.com/en-us/aspnet/core/host-and-deploy/azure-apps/azure-continuous-deployment?view=aspnetcore-2.1
1. Configure web app in azure for cd
2. create a local git repo
3. commit to local git repo.
1
0