Microsoft Certified Azure Database Administrator Associate · Free Practice Question Medium
Question 8
A developer needs to execute a series of database management operations across multiple Azure SQL Databases. Which of the following would be the most suitable to achieve this without managing each database individually?
- A Azure CLI scripts
- B PowerShell cmdlets
- C ARM templates
- D SQL Server Agent jobs
Reveal correct answer
Correct answer: C
Explanation
ARM templates are ideal for deploying complex, multi-tier applications in Azure and ensuring idempotence, meaning that the deployment can be run multiple times without changing the result beyond the initial application. Reference: https://docs.microsoft.com/en-us/azure/azure-resource-manager/templates/overviewDiscussion
Think the marked answer is wrong, or have a better explanation? Share it below — comments appear after review.
You must be logged in to post a comment.
