Question 54:
A team is currently using Azure Pipelines for their application deployments. They now want to implement database updates to an Azure SQL database after every successful build. Which of the following are steps they can apply for this requirement? Choose two answers from the options given below.
Answer options:
A.Create an ARM template for the schema related changes. B.Create a DACPAC to deploy schema related changes. C.Use the Azure SQL Database deployment task. D.Use the Azure Stack deployment task.