├── LICENSE ├── README.md ├── azure-automation └── README.md ├── azure-databases └── README.md ├── azure-getting-started └── README.md └── azure-machine-learning └── README.md /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotHarshhaa/azure-all_in_one/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotHarshhaa/azure-all_in_one/HEAD/README.md -------------------------------------------------------------------------------- /azure-automation/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotHarshhaa/azure-all_in_one/HEAD/azure-automation/README.md -------------------------------------------------------------------------------- /azure-databases/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotHarshhaa/azure-all_in_one/HEAD/azure-databases/README.md -------------------------------------------------------------------------------- /azure-getting-started/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotHarshhaa/azure-all_in_one/HEAD/azure-getting-started/README.md -------------------------------------------------------------------------------- /azure-machine-learning/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotHarshhaa/azure-all_in_one/HEAD/azure-machine-learning/README.md --------------------------------------------------------------------------------