├── .gitignore ├── README.md ├── azuredeploy.json ├── dsc.zip └── images └── prereqparms.PNG /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/toddkitta/CortanaIntelligenceWorkshopPrereqDeployment/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/toddkitta/CortanaIntelligenceWorkshopPrereqDeployment/HEAD/README.md -------------------------------------------------------------------------------- /azuredeploy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/toddkitta/CortanaIntelligenceWorkshopPrereqDeployment/HEAD/azuredeploy.json -------------------------------------------------------------------------------- /dsc.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/toddkitta/CortanaIntelligenceWorkshopPrereqDeployment/HEAD/dsc.zip -------------------------------------------------------------------------------- /images/prereqparms.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/toddkitta/CortanaIntelligenceWorkshopPrereqDeployment/HEAD/images/prereqparms.PNG --------------------------------------------------------------------------------