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