You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To run this deployment command, you must have the [latest version](/cli/azure/install-azure-cli) of Azure CLI.
125
+
126
+
```azurecli
127
+
az deployment group create --resource-group "<myResourceGroup>" --template-file "<PATH TO purviewtemplate.json>"
128
+
```
129
+
128
130
---
129
131
130
132
1. The deployment command returns results. Look for `ProvisioningState` to see whether the deployment succeeded.
@@ -134,7 +136,7 @@ For more information about Purview, [see our overview page](overview.md). For mo
134
136
```azurecli
135
137
az purview account add-root-collection-admin --account-name --resource-group [--object-id]
136
138
```
137
-
139
+
138
140
This command will grant the user account [collection admin](catalog-permissions.md#roles) permissions on the root collection in your Azure Purview account. This allows the user to access the Purview Studio and add permission for other users. For more information about permissions in Azure Purview, see our [permissions guide](catalog-permissions.md). For more information about collections, see our [manage collections article](how-to-create-and-manage-collections.md).
0 commit comments