Curl:
curl https://regscaleblob.blob.core.windows.net/catalogs/cobit2019.json --output COBIT-2019.json
PowerShell:
Invoke-WebRequest -Uri "https://regscaleblob.blob.core.windows.net/catalogs/cobit2019.json" -OutFile "COBIT-2019.json"
View Raw JSON in Browser