├── Assets └── logosmall.png ├── Chapter 11 └── chapter11.ps1 ├── Chapter 2 ├── Chapter2.ps1 ├── Chapter2TagRGCopy.json ├── StorageAccount.json └── StorageAccount.parameters.json ├── Chapter 3 └── chapter3.ps1 ├── Chapter 6 └── chapter6.ps1 └── README.md /Assets/logosmall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnthebrit/MasterIaaS2019/HEAD/Assets/logosmall.png -------------------------------------------------------------------------------- /Chapter 11/chapter11.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnthebrit/MasterIaaS2019/HEAD/Chapter 11/chapter11.ps1 -------------------------------------------------------------------------------- /Chapter 2/Chapter2.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnthebrit/MasterIaaS2019/HEAD/Chapter 2/Chapter2.ps1 -------------------------------------------------------------------------------- /Chapter 2/Chapter2TagRGCopy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnthebrit/MasterIaaS2019/HEAD/Chapter 2/Chapter2TagRGCopy.json -------------------------------------------------------------------------------- /Chapter 2/StorageAccount.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnthebrit/MasterIaaS2019/HEAD/Chapter 2/StorageAccount.json -------------------------------------------------------------------------------- /Chapter 2/StorageAccount.parameters.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnthebrit/MasterIaaS2019/HEAD/Chapter 2/StorageAccount.parameters.json -------------------------------------------------------------------------------- /Chapter 3/chapter3.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnthebrit/MasterIaaS2019/HEAD/Chapter 3/chapter3.ps1 -------------------------------------------------------------------------------- /Chapter 6/chapter6.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnthebrit/MasterIaaS2019/HEAD/Chapter 6/chapter6.ps1 -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnthebrit/MasterIaaS2019/HEAD/README.md --------------------------------------------------------------------------------