Skip to content

Commit 8b5ba0a

Browse files
committed
Add documentation links for workspace keys permissions
1 parent 1feab0e commit 8b5ba0a

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

Solutions/CiscoUmbrella/Data Connectors/CiscoUmbrella_API_FunctionApp.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -206,21 +206,21 @@
206206
"delete": true
207207
}
208208
},
209-
{
210-
"provider": "Microsoft.OperationalInsights/workspaces/sharedKeys",
211-
"permissionsDisplayText": "read permissions to shared keys for the workspace are required.",
212-
"providerDisplayName": "Keys",
213-
"scope": "Workspace",
214-
"requiredPermissions": {
215-
"action": true
216-
}
217-
}
209+
{
210+
"provider": "Microsoft.OperationalInsights/workspaces/sharedKeys",
211+
"permissionsDisplayText": "read permissions to shared keys for the workspace are required. [See the documentation to learn more about workspace keys](https://docs.microsoft.com/azure/azure-monitor/platform/agent-windows#obtain-workspace-id-and-key).",
212+
"providerDisplayName": "Keys",
213+
"scope": "Workspace",
214+
"requiredPermissions": {
215+
"action": true
216+
}
217+
}
218218
],
219219
"customs": [
220220
{
221221
"name": "Microsoft.Web/sites permissions",
222222
"description": "Read and write permissions to Azure Functions to create a Function App is required. [See the documentation to learn more about Azure Functions](https://docs.microsoft.com/azure/azure-functions/)."
223-
},
223+
},
224224
{
225225
"name": "Amazon S3 REST API Credentials/permissions",
226226
"description": "**AWS Access Key Id**, **AWS Secret Access Key**, **AWS S3 Bucket Name** are required for Amazon S3 REST API."

Solutions/CiscoUmbrella/Data Connectors/CiscoUmbrella_API_FunctionApp_elasticpremium.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@
208208
},
209209
{
210210
"provider": "Microsoft.OperationalInsights/workspaces/sharedKeys",
211-
"permissionsDisplayText": "read permissions to shared keys for the workspace are required.",
211+
"permissionsDisplayText": "read permissions to shared keys for the workspace are required. [See the documentation to learn more about workspace keys](https://docs.microsoft.com/azure/azure-monitor/platform/agent-windows#obtain-workspace-id-and-key).",
212212
"providerDisplayName": "Keys",
213213
"scope": "Workspace",
214214
"requiredPermissions": {

0 commit comments

Comments
 (0)