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