Skip to content

Commit 824db0f

Browse files
Merge pull request #301879 from EldertGrootenboer/patch-5
Use MIs when allowing trusted MS services
2 parents b80fee1 + 6bec9d3 commit 824db0f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/service-bus-messaging/includes/service-bus-trusted-services.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ ms.custom: "include file"
1313
## Trusted Microsoft services
1414
When you enable the **Allow trusted Microsoft services to bypass this firewall** setting, the following services are granted access to your Service Bus resources.
1515

16+
> [!IMPORTANT]
17+
> When enabling trusted Microsoft services, always assign a Managed Identity. This identity facilitates secure communication between your Service Bus namespace and the trusted Microsoft service.
18+
1619
| Trusted service | Supported usage scenarios |
1720
| --------------- | ------------------------- |
1821
| Azure Event Grid | Allows Azure Event Grid to send events to queues or topics in your Service Bus namespace. You also need to do the following steps: <ul><li>Enable system-assigned identity for a topic or a domain</li><li>Add the identity to the Azure Service Bus Data Sender role on the Service Bus namespace</li><li>Then, configure the event subscription that uses a Service Bus queue or topic as an endpoint to use the system-assigned identity.</li></ul> <p>For more information, see [Event delivery with a managed identity](../../event-grid/managed-service-identity.md)</p>|

0 commit comments

Comments
 (0)