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