Skip to content

Commit c2dcca1

Browse files
committed
Add tabbed conceptual structure to data-product-create.md
1 parent 3ac8255 commit c2dcca1

File tree

1 file changed

+57
-0
lines changed

1 file changed

+57
-0
lines changed

articles/operator-insights/data-product-create.md

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,23 +31,58 @@ If you're using CMK-based data encryption or Microsoft Purview, you must set up
3131
#### Set up Azure Key Vault
3232

3333
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+
3437
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.
3538
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.
3639
1. Navigate to the object and select **Keys**. Select **Generate/Import**.
3740
1. Enter a name for the key and select **Create**.
3841
1. Select the newly created key and select the current version of the key.
3942
1. Copy the Key Identifier URI to your clipboard to use when creating the Data Product.
4043

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+
4158
#### Set up user-assigned managed identity
4259

60+
# [Portal](#tab/azure-portal)
61+
4362
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.
4463
1. Navigate to the Azure Key Vault resource that you created earlier and assign the UAMI with **Key Vault Administrator** role.
4564

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+
4679

4780
## Create an Azure Operator Insights Data Product resource in the Azure portal
4881

4982
You create the Azure Operator Insights Data Product resource.
5083

84+
# [Portal](#tab/azure-portal)
85+
5186
1. Sign in to the [Azure portal](https://portal.azure.com/).
5287
1. In the search bar, search for Operator Insights and select **Azure Operator Insights - Data Products**.
5388
1. On the Azure Operator Insights - Data Products page, select **Create**.
@@ -74,6 +109,16 @@ You create the Azure Operator Insights Data Product resource.
74109
1. Select **Review + create**.
75110
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.
76111

112+
# [Azure CLI](#tab/azure-cli)
113+
114+
Azure CLI...
115+
116+
# [Azure PowerShell](#tab/azure-powershell)
117+
118+
PowerShell....
119+
120+
---
121+
77122
## Deploy Sample Insights
78123

79124
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
139184
140185
When you have finished exploring Azure Operator Insights Data Product, you should delete the resources you've created to avoid unnecessary Azure costs.
141186
187+
# [Portal](#tab/azure-portal)
188+
142189
1. On the **Home** page of the Azure portal, select **Resource groups**.
143190
1. Select the resource group for your Azure Operator Insights Data Product and verify that it contains the Azure Operator Insights Data Product instance.
144191
1. At the top of the Overview page for your resource group, select **Delete resource group**.
145192
1. Enter the resource group name to confirm the deletion, and select **Delete**.
193+
194+
# [Azure CLI](#tab/azure-cli)
195+
196+
Azure CLI...
197+
198+
# [Azure PowerShell](#tab/azure-powershell)
199+
200+
PowerShell....
201+
202+
---

0 commit comments

Comments
 (0)