Curl:
curl https://regscaleblob.blob.core.windows.net/catalogs/pci-dss-321.json --output PCI-4.json
PowerShell:
Invoke-WebRequest -Uri "https://regscaleblob.blob.core.windows.net/catalogs/pci-dss-321.json" -OutFile "PCI-4.json"
View Raw JSON in Browser