While you would usually interact with Azure through the Azure Resource Manager (ARM) module, C#, Ruby, Python, or other languages, you can also do some platform-agnostic scripting against the RESTful API.
Creating new Azure resource groups via REST
Getting ready
Install and start PowerShell Core.
How to do it...
Perform the following steps:
- To get an authentication token, there are some great functions that we don't have to recreate. Using the code from https://gallery.technet.microsoft.com/scriptcenter/Easily-obtain-AccessToken-3ba6e593, in its code repository,...