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