Summary
The Azure platform offers numerous options for deploying resources. You can deploy using Azure Pipelines or command line scripting. Azure Resource Manager templates and Bicep files give you the flexibility to deploy Azure resources in a granular, repeatable, and consistent manner.
It's best practice to manage your resources with a source control system. This approach not only ensures more consistent deployments but also reduces the risk of configuration errors.
Now that you've reviewed this module, you should be able to:
- To describe the deployment models available on Azure
- How to deploy database resources using PowerShell and CLI
- How to deploy an Azure Resource Manager template and Bicep
- The difference between multiple command-line options