It's uniquely important for cloud development because you can easily automate many tasks that are difficult or impossible to automate in an on-premises environment. For example, you can set up whole test environments, including new web server and back-end virtual machines (VMs), databases, blob storage (file storage), queues, etc.
- Scripting your actions helps to be effective, quick and consistent.
- Much more things can be automated
- Have the scripts generated for you.
Learn about Azure Resource Manager
You can write scripts using Windows PowerShell, or you can use an open source framework such as Chef or Puppet. It has a .NET management API in case you want to write code instead of script.
Azure has a feature that enables you to store settings and connection strings that automatically override what is returned to the application when it reads the appSettings or connectionStrings collections in the Web.config file.
- Scripting your actions helps to be effective, quick and consistent.
- Much more things can be automated
- Have the scripts generated for you.
Learn about Azure Resource Manager
You can write scripts using Windows PowerShell, or you can use an open source framework such as Chef or Puppet. It has a .NET management API in case you want to write code instead of script.
Azure has a feature that enables you to store settings and connection strings that automatically override what is returned to the application when it reads the appSettings or connectionStrings collections in the Web.config file.
No comments:
Post a Comment