Microsoft Azure Notes - Part 1
Microsoft Azure platform is vast and below some notes from Microsoft to learn more about it. The entire notes is from Microsoft and I segregated those in category wise in three parts. Note 1 Organizing structure for resources in Azure, which has four levels: management groups, subscriptions, resource groups, and resources. · Resources : Resources are instances of services that you create, like virtual machines, storage, or SQL databases. · Resource groups : Resources are combined into resource groups, which act as a logical container into which Azure resources like web apps, databases, and storage accounts are deployed and managed. · Subscriptions : A subscription groups together user accounts and the resources that have been created by those user accounts. For each subscription, there are limits or quotas on the amount of r...