Curl:
curl https://regscaleblob.blob.core.windows.net/catalogs/cri-profile-tier4.json --output CRI-T4.json
PowerShell:
Invoke-WebRequest -Uri "https://regscaleblob.blob.core.windows.net/catalogs/cri-profile-tier4.json" -OutFile "CRI-T4.json"
View Raw JSON in Browser