Skip to content

Commit 81fc629

Browse files
committed
Removed include. Specific notes for target resources
1 parent 29759ff commit 81fc629

File tree

3 files changed

+6
-17
lines changed

3 files changed

+6
-17
lines changed

articles/event-grid/custom-event-to-hybrid-connection.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,8 @@ You need an application that can retrieve events from the hybrid connection. The
7979

8080
1. Compile and run the application from Visual Studio.
8181

82-
[!INCLUDE [microsoft-entra-id-recommendation.md](./includes/microsoft-entra-id-recommendation.md)]
82+
> [!IMPORTANT]
83+
> We use connection string to authenticate to Azure Relay namespace to keep the tutorial simple. We recommend that you use Microsoft Entra ID authentication in production environments. When using an application, you can enable managed identity for the application and assign an appropriate role (Azure Relay Owner, Azure Relay Listener, or Azure Relay Sender) on the Relay namespace. For more information, see [Authenticate a managed identity with Microsoft Entra ID to access Azure Relay resources](../azure-relay/authenticate-managed-identity#azure-built-in-roles-for-azure-relay.md).
8384
8485
## Send an event to your topic
8586

articles/event-grid/event-hubs-integration.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,10 @@ You've finished setting up your event hub, dedicate SQL pool (formerly SQL Data
239239
:::image type="content" source="media/event-hubs-functions-synapse-analytics/query-results.png" alt-text="Screenshot showing the query results.":::
240240

241241

242-
[!INCLUDE [microsoft-entra-id-recommendation.md](./includes/microsoft-entra-id-recommendation.md)]
242+
243+
> [!IMPORTANT]
244+
> We use connection string to authenticate to Azure Event Hubs namespace to keep the tutorial simple. We recommend that you use Microsoft Entra ID authentication in production environments. When using an application, you can enable managed identity for the application and assign an appropriate role (Azure Event Hubs Owner, Azure Event Hubs Data Sender, or Azure Event Hubs Data Receiver) on the Event Hubs namespace. For more information, see [Authorize access to Event Hubs using Microsoft Entra ID](../event-hubs/authorize-access-azure-active-directory.md).
245+
243246

244247
## Monitor the solution
245248
This section helps you with monitoring or troubleshooting the solution.

articles/event-grid/includes/microsoft-entra-id-recommendation.md

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)