Management and SDK - ja-guzzle/guzzle_docs GitHub Wiki
- Azure uses "Resource Manager" (RM) to manage all the resources for a subscription within Azure. All the resources are provisioned and accessed/managed via
- RM provides REST API which is access by different tools like Azure Portal, REST Clients , CLI and PowerShell (via SDK) to access Resource manager
- 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
https://azure.microsoft.com/en-us/downloads/
- Its there for PHP, Node, .Net, Java, Go
- This SDK are very powerful - and let you manage / query pretty much everything.
Few command line tools here:
- CLI
- PowerShell (compare of these two: https://stackoverflow.com/questions/45585000/azure-cli-vs-powershell)
- Portal
- REST API
- https://docs.microsoft.com/en-us/azure/azure-resource-manager/ This has usual chapters on HowTo, Concepts etc.
- Azure github has 1100 repositories for most of the SDKs and CLI tools: https://github.com/Azure/repositories