Skip to content

Commit

Permalink
Update ASB minimum permissions and explain
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidBoike authored Sep 19, 2024
1 parent 5bcd16b commit 11e7ff2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion servicepulse/usage-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ To lock it down even further to the minimally required permissions, create a cus
"Microsoft.ServiceBus/namespaces/read",
"Microsoft.ServiceBus/namespaces/providers/Microsoft.Insights/metricDefinitions/read",
"Microsoft.ServiceBus/namespaces/queues/read",
"Microsoft.Resources/subscriptions/read",
"Microsoft.Resources/subscriptions/resources/read"
],
"notActions": [],
Expand All @@ -60,6 +61,8 @@ To lock it down even further to the minimally required permissions, create a cus
}
```

The `Microsoft.ServiceBus` permissions are required to read queue names and metric data from Azure Monitor. The `Microsoft.Resources/subscriptions` permissions are required in order to locate the Service Bus namespace within the Azure subscription.

### Amazon SQS

#### Settings
Expand Down Expand Up @@ -133,4 +136,4 @@ If unable to fix the issue, open a [non-critical support case](https://particula
Information that is considered sensitive can be obfuscated in the usage report.
All words to be redacted can be specified in the `Mask Report Data` tab. Specify one word per line.

![usage-setup-masks](images/usage-setup-masks.png "width=600")
![usage-setup-masks](images/usage-setup-masks.png "width=600")

0 comments on commit 11e7ff2

Please sign in to comment.