- Learning PowerShell DSC(Second Edition)
- James Pogran
- 97字
- 2021-07-02 18:31:18
How does DSC help?
PowerShell DSC enables a DevOps structure by providing a consistent, standardized configuration of operating systems and software as part of a continuous deployment pipeline. It increases the rate at which you can deploy by reducing the variation and drift from your existing configurations.
In simpler terms, DSC separates the who from the what and how. This separation of what and how is the core of DSC. Because they are separated, you can continually change the data points of your systems without touching the parts that actually set the system to the desired state.
推薦閱讀
- PHP 從入門到項目實踐(超值版)
- SSM輕量級框架應用實戰
- PhpStorm Cookbook
- Java 11 Cookbook
- SAP BusinessObjects Dashboards 4.1 Cookbook
- Unity 2018 Shaders and Effects Cookbook
- C/C++數據結構與算法速學速用大辭典
- Kivy Cookbook
- Java圖像處理:基于OpenCV與JVM
- Photoshop CC移動UI設計案例教程(全彩慕課版·第2版)
- Node.js區塊鏈開發
- 人人都能開發RPA機器人:UiPath從入門到實戰
- Android編程權威指南(第4版)
- Laravel Design Patterns and Best Practices
- 計算機程序的構造和解釋(JavaScript版)