diff --git a/guide/english/cloud-development/azure/index.md b/guide/english/cloud-development/azure/index.md index c5e17274cd..4be4c2ae83 100644 --- a/guide/english/cloud-development/azure/index.md +++ b/guide/english/cloud-development/azure/index.md @@ -24,15 +24,23 @@ Azure provides a wealth of different environment types across the board includin There are varying levels of machine 'sizes' to choose from, ranging from simple barebone low spec machines all the way up multi-GPU and multi-CPU based heavy hitting boxes. ### Cloud Services - Many services offer free tiers for up to 12 months + * Virtual Machines * Web apps * Cosmos DB (NoSQL) * IOT Hub (Quickly and easily fire up an environent to test your IOT project) * DevOps Projects (Multiple optios to quickly get up and running with a CI/CD project) * AKS (Azure Kubernetes Service) + Link of all current Azure services - https://azure.microsoft.com/en-us/services/ +#### Training Courses + +* Microsoft Ignite 2017: Cloud App Development on Azure - Intermediate +* Microsoft Ignite 2017: Open Source on Azure – Intermediate + #### More Information: * Wikipedia * Microsoft Azure * Microsoft Learn +