Added links to learn Cloud Development (#23899)

* Added links to learn Cloud Development

* Reordered section, fixed link formatting
pull/24544/head^2
Gaurav Madaan 2018-12-12 05:21:30 +05:30 committed by Manish Giri
parent e4a6eb891c
commit ebbebadaba
1 changed files with 8 additions and 0 deletions

View File

@ -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
* <a href='https://academy.techcommunity.microsoft.com/pathways/learningpath/d157520a-7541-4bda-bf79-42a12a0cc621' target='_blank' rel='nofollow'>Microsoft Ignite 2017: Cloud App Development on Azure - Intermediate</a>
* <a href='https://academy.techcommunity.microsoft.com/pathways/learningpath/d1fd2f77-00b8-4674-a994-3cb38c85b723' target='_blank' rel='nofollow'>Microsoft Ignite 2017: Open Source on Azure Intermediate</a>
#### More Information:
* <a href='https://en.wikipedia.org/wiki/Microsoft_Azure' target='_blank' rel='nofollow'>Wikipedia</a>
* <a href='https://azure.microsoft.com/en-us/' target='_blank' rel='nofollow'>Microsoft Azure</a>
* <a href='https://docs.microsoft.com/en-us/learn/' target='_blank' rel='nofollow'>Microsoft Learn</a>