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