A bicep script to automate the deployment of Microsoft Purview with vNets and Private Endpoints.
az login
az account set --subscription [your-subscription-id]
az deployment group create --resource-group [name-of-your-rg] --template-file .\MicrosoftPurviewDeploy.bicep --parameters .\parameters.json