In this section, we’ll see the different types of deployment options for our database and then you’ll learn how you can use it to deploy your database.
Azure Resource Manager (ARM) Templates are the simplest way of deploying Infrastructure-as-a-code.
ARM lets you deploy several resources together in a single unit, and the deployments are idempotent in that the user declares the type of resource, what name to use, and which properties it should have.
No comments:
Post a Comment