Management and SDK - ja-guzzle/guzzle_docs GitHub Wiki

Overview of Resource Manager

  1. Azure uses "Resource Manager" (RM) to manage all the resources for a subscription within Azure. All the resources are provisioned and accessed/managed via
  2. RM provides REST API which is access by different tools like Azure Portal, REST Clients , CLI and PowerShell (via SDK) to access Resource manager image
  3. https://docs.microsoft.com/en-us/azure/azure-resource-manager/resource-group-overview has further details about RM as well as this: chapter in Azure Fundamentals https://docs.microsoft.com/en-us/learn/modules/control-and-organize-with-azure-resource-manager/2-principles-of-resource-groups

Azure SDK

https://azure.microsoft.com/en-us/downloads/

  1. Its there for PHP, Node, .Net, Java, Go
  2. This SDK are very powerful - and let you manage / query pretty much everything.

Tools

Few command line tools here:

  1. CLI
  2. PowerShell (compare of these two: https://stackoverflow.com/questions/45585000/azure-cli-vs-powershell)
  3. Portal
  4. REST API

References:

  1. https://docs.microsoft.com/en-us/azure/azure-resource-manager/ This has usual chapters on HowTo, Concepts etc.
  2. Azure github has 1100 repositories for most of the SDKs and CLI tools: https://github.com/Azure/repositories
⚠️ **GitHub.com Fallback** ⚠️