Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 363 Bytes

File metadata and controls

6 lines (5 loc) · 363 Bytes

microsoft-purview-network-isolated-deployment

A bicep script to automate the deployment of Microsoft Purview with vNets and Private Endpoints.

  1. az login
  2. az account set --subscription [your-subscription-id]
  3. az deployment group create --resource-group [name-of-your-rg] --template-file .\MicrosoftPurviewDeploy.bicep --parameters .\parameters.json