Posts

Showing posts from June, 2020

Understanding Logic Apps Arm Templates

The infrastructure for your application is typically made up of many components – may be a virtual machine, storage account, and virtual network, or a web app, database, databaseserver,and 3rd party services. You do not see these components as separate entities, instead you see them as related and interdependent parts of a single entity.You want to deploy, manage and monitor them as a group. Azure Resource Manager enables you to work with the resources in your solution as a group. You can deploy, update, or delete all the resources for your solution in a single coordinated operation. You use a template for deployment and that template can work for different environments such as testing, staging and production.  Resource Manager provides security, auditing, and tagging features to help you manage your resources after deployment Azure Resource Manager is the interface for managing and organizing cloud resources. Think of Resource Manager as a way to deploy cloud resources. Azure reso...