- Learning PowerShell DSC(Second Edition)
- James Pogran
- 240字
- 2021-07-02 18:31:25
The general workflow
In Chapter 1, Introducing PowerShell DSC, we covered a high-level overview of DSC and introduced the three phases of DSC use. We also covered the MOF file and its importance in the grand scheme of DSC usage. Since we have already established the "why" of these concepts, we will now dive into the details of each phase.
What follows won't be a step-by-step process; this will be handled in Chapter 3, DSC Configuration Files. Instead, what we discuss here will be more explanatory and might make you move around a bit. Concepts that are introduced may not be fully explained until later, when supporting concepts are fleshed out. DSC is a very modular product, each module a separate entity that is also interdependent with other entities. This makes explaining some concepts a chicken and egg scenario, so we will try our best to reference other sections as they apply.
The following diagram shows the Authoring, Staging, and Execution phases of the DSC workflow. You will notice that it does not look much different than the push or pull model diagrams. This similarity is on purpose, as the architecture of DSC allows its usage in either a push or pull deployment to be the same until the execution phase. This reduces the complexity of your configuration files and allows them to be used in either deployment mode without modification. Let's take a look at the entire DSC workflow:

- 一步一步學(xué)Spring Boot 2:微服務(wù)項(xiàng)目實(shí)戰(zhàn)
- 騰訊iOS測(cè)試實(shí)踐
- 構(gòu)建移動(dòng)網(wǎng)站與APP:HTML 5移動(dòng)開發(fā)入門與實(shí)戰(zhàn)(跨平臺(tái)移動(dòng)開發(fā)叢書)
- Mastering Kotlin
- GitLab Repository Management
- Scratch 3游戲與人工智能編程完全自學(xué)教程
- 用Flutter極速構(gòu)建原生應(yīng)用
- The DevOps 2.4 Toolkit
- C語(yǔ)言課程設(shè)計(jì)
- Java圖像處理:基于OpenCV與JVM
- 大學(xué)計(jì)算機(jī)基礎(chǔ)實(shí)驗(yàn)指導(dǎo)
- Java程序設(shè)計(jì)實(shí)用教程(第2版)
- 實(shí)戰(zhàn)Python網(wǎng)絡(luò)爬蟲
- Building Clouds with Windows Azure Pack
- Selenium Essentials