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
From the output screen copy the KeyID and store it in your clipboard for later use.
136
136
137
-
# [Azure PowerShell](#tab/azure-powershell)
138
-
139
-
PowerShell....
140
-
141
137
<!-- 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. -->
142
138
143
139
---
@@ -151,8 +147,6 @@ PowerShell....
151
147
152
148
# [Azure CLI](#tab/azure-cli)
153
149
154
-
Azure CLI...
155
-
156
150
<!-- Managed identity link for the CLI: /entra/identity/managed-identities-azure-resources/how-manage-user-assigned-managed-identities?pivots=identity-mi-methods-azcli -->
157
151
158
152
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
174
168
```azurecli-interactive
175
169
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}
176
170
```
177
-
# [Azure PowerShell](#tab/azure-powershell)
178
-
179
-
PowerShell....
180
171
181
172
<!-- Managed identity link for PowerShell: /entra/identity/managed-identities-azure-resources/how-manage-user-assigned-managed-identities?pivots=identity-mi-methods-powershell -->
182
173
@@ -217,8 +208,6 @@ You create the Azure Operator Insights Data Product resource.
217
208
218
209
# [Azure CLI](#tab/azure-cli)
219
210
220
-
Azure CLI...
221
-
222
211
To create a Azure Operator Insights DataProduct with just mandatory parameters, use the following command:
223
212
224
213
```azurecli-interactive
@@ -265,10 +254,6 @@ For Product name and corresponding versions
265
254
- 0 or 1
266
255
For ownersemail, vaulturi, keyname, version, purviewaccount, collection, uami and tags use the desired values.
267
256
268
-
# [Azure PowerShell](#tab/azure-powershell)
269
-
270
-
PowerShell....
271
-
272
257
---
273
258
274
259
## Deploy Sample Insights
@@ -345,10 +330,7 @@ When you have finished exploring Azure Operator Insights Data Product, you shoul
0 commit comments