CIS332 Week 3 Discussion
The Azure Resource Manager, or ARM, is one of the most important tools for
administrators because it can be used to create, update, and delete Azure resources. The
Azure Resource Manager allows you to control the order in which resources are
deployed. ARM deploys dependent resources in the appropriate order, speeding up
deployments when possible. You can use deployment scripts to configure your
environment from end to end. In ARM templates, you can use declarative syntax to
describe Azure resources instead of specifying how they are built. This allows for the
rapid creation of Azure resources. With a development, testing, and production
environment defined as code, you can quickly deploy new environments because the
template uses JavaScript Object Notation (JSON).
The Azure Resource Manager, or ARM, is one of the most important tools for
administrators because it can be used to create, update, and delete Azure resources. The
Azure Resource Manager allows you to control the order in which resources are
deployed. ARM deploys dependent resources in the appropriate order, speeding up
deployments when possible. You can use deployment scripts to configure your
environment from end to end. In ARM templates, you can use declarative syntax to
describe Azure resources instead of specifying how they are built. This allows for the
rapid creation of Azure resources. With a development, testing, and production
environment defined as code, you can quickly deploy new environments because the
template uses JavaScript Object Notation (JSON).