- Azure for Architects
- Ritesh Modi
- 110字
- 2021-07-08 09:33:33
Deployments
PowerShell allows two modes of deployment of templates:
- Incremental
- Complete
Incremental deployment adds resources declared in the template that doesn't exist in a resource group, leaves resources unchanged in a resource group that is not part of a template definition, and leaves resources unchanged in a resource group that exists in both the template and resource group with the same configuration state.
Complete deployment, on the other hand, adds resources declared in a template to the resource group, deletes resources that do not exist in the template from the resource group, and leaves resources unchanged that exist in both the resource group and template with the same configuration state.
推薦閱讀
- Python量化投資指南:基礎、數據與實戰
- Raspberry Pi 2 Server Essentials
- iOS應用逆向工程(第2版)
- 大模型RAG實戰:RAG原理、應用與系統構建
- 碼上行動:用ChatGPT學會Python編程
- Mastering Linux Network Administration
- Jenkins Continuous Integration Cookbook(Second Edition)
- 軟件測試實用教程
- Web前端應用開發技術
- Scratch趣味編程:陪孩子像搭積木一樣學編程
- 石墨烯改性塑料
- Arduino電子設計實戰指南:零基礎篇
- AMP:Building Accelerated Mobile Pages
- Sitecore Cookbook for Developers
- 讀故事學編程:Python王國歷險記