Skip to content

Commit 7310dea

Browse files
committed
Remove placeholder text
1 parent 1ed88e7 commit 7310dea

File tree

1 file changed

+3
-21
lines changed

1 file changed

+3
-21
lines changed

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

Lines changed: 3 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -134,10 +134,6 @@ az keyvault key create --vault-name "<your-unique-keyvault-name>" -n ExampleKey
134134

135135
From the output screen copy the KeyID and store it in your clipboard for later use.
136136

137-
# [Azure PowerShell](#tab/azure-powershell)
138-
139-
PowerShell....
140-
141137
<!-- 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. -->
142138

143139
---
@@ -151,8 +147,6 @@ PowerShell....
151147

152148
# [Azure CLI](#tab/azure-cli)
153149

154-
Azure CLI...
155-
156150
<!-- Managed identity link for the CLI: /entra/identity/managed-identities-azure-resources/how-manage-user-assigned-managed-identities?pivots=identity-mi-methods-azcli -->
157151

158152
To create a user-assigned managed identity, your account needs the Managed Identity Contributor role assignment.
@@ -174,9 +168,6 @@ Copy the principalId from the output screen and store it in your clipboard for l
174168
```azurecli-interactive
175169
az role assignment create --role "Key Vault Administrator" --assignee <<pricipalID from above step>> --scope /subscriptions/{subscriptionid}/resourcegroups/{resource-group-name}/providers/Microsoft.KeyVault/vaults/{key-vault-name}
176170
```
177-
# [Azure PowerShell](#tab/azure-powershell)
178-
179-
PowerShell....
180171

181172
<!-- Managed identity link for PowerShell: /entra/identity/managed-identities-azure-resources/how-manage-user-assigned-managed-identities?pivots=identity-mi-methods-powershell -->
182173

@@ -217,8 +208,6 @@ You create the Azure Operator Insights Data Product resource.
217208

218209
# [Azure CLI](#tab/azure-cli)
219210

220-
Azure CLI...
221-
222211
To create a Azure Operator Insights DataProduct with just mandatory parameters, use the following command:
223212

224213
```azurecli-interactive
@@ -265,10 +254,6 @@ For Product name and corresponding versions
265254
- 0 or 1
266255
For ownersemail, vaulturi, keyname, version, purviewaccount, collection, uami and tags use the desired values.
267256

268-
# [Azure PowerShell](#tab/azure-powershell)
269-
270-
PowerShell....
271-
272257
---
273258

274259
## Deploy Sample Insights
@@ -345,10 +330,7 @@ When you have finished exploring Azure Operator Insights Data Product, you shoul
345330
346331
# [Azure CLI](#tab/azure-cli)
347332
348-
Azure CLI...
349-
350-
# [Azure PowerShell](#tab/azure-powershell)
351-
352-
PowerShell....
353-
333+
```azurecli-interactive
334+
az group delete --name "myResourceGroup"
335+
```
354336
---

0 commit comments

Comments
 (0)