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