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
Copy file name to clipboardExpand all lines: articles/purview/quickstart-ARM-create-azure-purview.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ ms.custom: mode-arm
11
11
12
12
# Quickstart: Create a Microsoft Purview (formerly Azure Purview) account using an ARM template
13
13
14
-
This quickstart describes the steps to deploy a Microsoft Purview (formerly Azure Purview) account using an Azure Resource Manager (ARM) template.
14
+
This quickstart describes the steps to deploy a Microsoft Purview (formerly Azure Purview) account using an Azure Resource Manager (ARM) template.
15
15
16
16
After you've created the account, you can begin registering your data sources and using the Microsoft Purview governance portal to understand and govern your data landscape. By connecting to data across your on-premises, multi-cloud, and software-as-a-service (SaaS) sources, the Microsoft Purview Data Map creates an up-to-date map of your information. It identifies and classifies sensitive data, and provides end-to-end data linage. Data consumers are able to discover data across your organization and data administrators are able to audit, secure, and ensure right use of your data.
17
17
@@ -38,7 +38,7 @@ The template used in this quickstart is from [Azure Quickstart Templates](https:
38
38
39
39
The following resources are defined in the template:
title: 'Quickstart: Create a Microsoft Purview (formerly Azure Purview) account using a Bicep file'
3
+
description: This Quickstart describes how to create a Microsoft Purview (formerly Azure Purview) account using a Bicep file.
4
+
author: whhender
5
+
ms.author: whhender
6
+
ms.date: 09/12/2022
7
+
ms.topic: quickstart
8
+
ms.service: purview
9
+
---
10
+
11
+
# Quickstart: Create a Microsoft Purview (formerly Azure Purview) account using a Bicep file
12
+
13
+
This quickstart describes the steps to deploy a Microsoft Purview (formerly Azure Purview) account using a Bicep file.
14
+
15
+
After you've created the account, you can begin registering your data sources and using the Microsoft Purview governance portal to understand and govern your data landscape. By connecting to data across your on-premises, multi-cloud, and software-as-a-service (SaaS) sources, the Microsoft Purview Data Map creates an up-to-date map of your information. It identifies and classifies sensitive data, and provides end-to-end data linage. Data consumers are able to discover data across your organization and data administrators are able to audit, secure, and ensure right use of your data.
16
+
17
+
For more information about the governance capabilities of Microsoft Purview, formerly Azure Purview, [see our overview page](overview.md). For more information about deploying Microsoft Purview across your organization, [see our deployment best practices](deployment-best-practices.md)
18
+
19
+
To deploy a Microsoft Purview account to your subscription using a Bicep file, follow the guide below.
The Bicep file used in this quickstart is from [Azure Quickstart Templates](https://azure.microsoft.com/resources/templates/data-share-share-storage-account/).
26
+
27
+
<!--- Below link needs to be updated to Purview quickstart, which I'm currently working on. --->
You will be prompted to enter the following values:
60
+
61
+
* Purview name: enter a name for the Azure Purview account.
62
+
63
+
When the deployment finishes, you should see a message indicating the deployment succeeded.
64
+
65
+
## Open Microsoft Purview governance portal
66
+
67
+
After your Microsoft Purview account is created, you'll use the Microsoft Purview governance portal to access and manage it. There are two ways to open Microsoft Purview governance portal:
68
+
69
+
* Open your Microsoft Purview account in the [Azure portal](https://portal.azure.com). Select the "Open Microsoft Purview governance portal" tile on the overview page.
70
+
:::image type="content" source="media/create-catalog-portal/open-purview-studio.png" alt-text="Screenshot showing the Microsoft Purview account overview page, with the Microsoft Purview governance portal tile highlighted.":::
71
+
72
+
* Alternatively, you can browse to [https://web.purview.azure.com](https://web.purview.azure.com), select your Microsoft Purview account, and sign in to your workspace.
73
+
74
+
## Get started with your Purview resource
75
+
76
+
After deployment, the first activities are usually:
77
+
78
+
* [Create a collection](quickstart-create-collection.md)
79
+
* [Register a resource](azure-purview-connector-overview.md)
80
+
* [Scan the resource](concept-scans-and-ingestion.md)
81
+
82
+
At this time, these actions aren't able to be taken through an Azure Resource Manager template. Follow the guides above to get started!
83
+
84
+
## Clean up resources
85
+
86
+
When you no longer need them, use the Azure portal, Azure CLI, or Azure PowerShell to remove the resource group, firewall, and all related resources.
87
+
88
+
# [CLI](#tab/CLI)
89
+
90
+
```azurecli-interactive
91
+
az group delete --name exampleRG
92
+
```
93
+
94
+
# [PowerShell](#tab/PowerShell)
95
+
96
+
```azurepowershell-interactive
97
+
Remove-AzResourceGroup -Name exampleRG
98
+
```
99
+
100
+
---
101
+
102
+
## Next steps
103
+
104
+
In this quickstart, you learned how to create a Microsoft Purview (formerly Azure Purview) account and how to access the Microsoft Purview governance portal.
105
+
106
+
Next, you can create a user-assigned managed identity (UAMI) that will enable your new Microsoft Purview account to authenticate directly with resources using Azure Active Directory (Azure AD) authentication.
107
+
108
+
To create a UAMI, follow our [guide to create a user-assigned managed identity](manage-credentials.md#create-a-user-assigned-managed-identity).
109
+
110
+
Follow these next articles to learn how to navigate the Microsoft Purview governance portal, create a collection, and grant access to Microsoft Purview:
111
+
112
+
> [!div class="nextstepaction"]
113
+
> [Using the Microsoft Purview governance portal](use-azure-purview-studio.md)
114
+
> [Create a collection](quickstart-create-collection.md)
115
+
> [Add users to your Microsoft Purview account](catalog-permissions.md)
0 commit comments