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/operator-insights/data-product-create.md
+57Lines changed: 57 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,23 +31,58 @@ If you're using CMK-based data encryption or Microsoft Purview, you must set up
31
31
#### Set up Azure Key Vault
32
32
33
33
Azure key Vault Resource is used to store your Customer Managed Key (CMK) for data encryption. Data Product uses this key to encrypt your data over and above the standard storage encryption. You need to have Subscription/Resource group owner permissions to perform this step.
34
+
35
+
# [Portal](#tab/azure-portal)
36
+
34
37
1.[Create an Azure Key Vault resource](../key-vault/general/quick-create-portal.md) in the same subscription and resource group where you intend to deploy the Data Product resource.
35
38
1. Provide your user account with the Key Vault Administrator role on the Azure Key Vault resource. This is done via the **Access Control (IAM)** tab on the Azure Key Vault resource.
36
39
1. Navigate to the object and select **Keys**. Select **Generate/Import**.
37
40
1. Enter a name for the key and select **Create**.
38
41
1. Select the newly created key and select the current version of the key.
39
42
1. Copy the Key Identifier URI to your clipboard to use when creating the Data Product.
40
43
44
+
# [Azure CLI](#tab/azure-cli)
45
+
46
+
Azure CLI...
47
+
48
+
<!-- CLI link is [Create an Azure Key Vault resource](../key-vault/general/quick-create-cli.md) in the same subscription and resource group where you intend to deploy the Data Product resource. -->
49
+
50
+
# [Azure PowerShell](#tab/azure-powershell)
51
+
52
+
PowerShell....
53
+
54
+
<!-- PowerShell link is [Create an Azure Key Vault resource](../key-vault/general/quick-create-powershell.md) in the same subscription and resource group where you intend to deploy the Data Product resource. -->
55
+
56
+
---
57
+
41
58
#### Set up user-assigned managed identity
42
59
60
+
# [Portal](#tab/azure-portal)
61
+
43
62
1.[Create a user-assigned managed identity](../active-directory/managed-identities-azure-resources/how-manage-user-assigned-managed-identities.md?pivots=identity-mi-methods-azp#create-a-user-assigned-managed-identity) using Microsoft Entra ID for CMK-based encryption. The Data Product also uses the user-assigned managed identity (UAMI) to interact with the Microsoft Purview account.
44
63
1. Navigate to the Azure Key Vault resource that you created earlier and assign the UAMI with **Key Vault Administrator** role.
45
64
65
+
# [Azure CLI](#tab/azure-cli)
66
+
67
+
Azure CLI...
68
+
69
+
<!-- Managed identity link for the CLI: /entra/identity/managed-identities-azure-resources/how-manage-user-assigned-managed-identities?pivots=identity-mi-methods-azcli -->
70
+
71
+
# [Azure PowerShell](#tab/azure-powershell)
72
+
73
+
PowerShell....
74
+
75
+
<!-- Managed identity link for PowerShell: /entra/identity/managed-identities-azure-resources/how-manage-user-assigned-managed-identities?pivots=identity-mi-methods-powershell -->
76
+
77
+
---
78
+
46
79
47
80
## Create an Azure Operator Insights Data Product resource in the Azure portal
48
81
49
82
You create the Azure Operator Insights Data Product resource.
50
83
84
+
# [Portal](#tab/azure-portal)
85
+
51
86
1. Sign in to the [Azure portal](https://portal.azure.com/).
52
87
1. In the search bar, search for Operator Insights and select **Azure Operator Insights - Data Products**.
53
88
1. On the Azure Operator Insights - Data Products page, select **Create**.
@@ -74,6 +109,16 @@ You create the Azure Operator Insights Data Product resource.
74
109
1. Select **Review + create**.
75
110
1. Select **Create**. Your Data Product instance is created in about 20-25 minutes. During this time, all the underlying components are provisioned. After this process completes, you can work with your data ingestion, explore sample dashboards and queries, and so on.
76
111
112
+
# [Azure CLI](#tab/azure-cli)
113
+
114
+
Azure CLI...
115
+
116
+
# [Azure PowerShell](#tab/azure-powershell)
117
+
118
+
PowerShell....
119
+
120
+
---
121
+
77
122
## Deploy Sample Insights
78
123
79
124
Once your Data Product instance is created, you can deploy a sample insights dashboard. This dashboard works with the sample data that came along with the Data Product instance.
@@ -139,7 +184,19 @@ The consumption URL also allows you to write your own Kusto query to get insight
139
184
140
185
When you have finished exploring Azure Operator Insights Data Product, you should delete the resources you've created to avoid unnecessary Azure costs.
141
186
187
+
# [Portal](#tab/azure-portal)
188
+
142
189
1. On the **Home** page of the Azure portal, select **Resource groups**.
143
190
1. Select the resource group for your Azure Operator Insights Data Product and verify that it contains the Azure Operator Insights Data Product instance.
144
191
1. At the top of the Overview page for your resource group, select **Delete resource group**.
145
192
1. Enter the resource group name to confirm the deletion, and select **Delete**.
0 commit comments