|
71 | 71 | {
|
72 | 72 | "cell_type": "markdown",
|
73 | 73 | "source": [
|
74 | | - "You can then send messages to Event Hubs using the \"Send Event\" API, which is available at `https://azure-event-hubs.servicebus.windows.net/from-sql/messages` :" |
| 74 | + "You can then send messages to Event Hubs using the \"Send Event\" API, which is available at `https://azure-event-hubs.servicebus.windows.net/myeventhub/messages` :" |
75 | 75 | ],
|
76 | 76 | "metadata": {
|
77 | 77 | "azdata_cell_guid": "5e6e4469-209d-4946-9546-a6acd793b82a"
|
|
107 | 107 | "source": [
|
108 | 108 | "## Send Events using Managed Identities\n",
|
109 | 109 | "\n",
|
110 | | - "Follow the instructions here: [Enable Managed Identity in Azure SQL](./azure-sql-enable-msi.ipynb) to make sure you have Managed Identity enabled for your Azure SQL database, and then check how to grant to right permission on Event Hubs to the Azure SQL Manage Identity, followin the instructions here: [Grant permissions to a managed identity in Azure AD](https://learn.microsoft.com/azure/event-hubs/authenticate-managed-identity?tabs=latest#grant-permissions-to-a-managed-identity-in-azure-ad).\n", |
| 110 | + "Follow the instructions here: [Enable Managed Identity in Azure SQL](./azure-sql-enable-msi.ipynb) to make sure you have Managed Identity enabled for your Azure SQL database, and then check how to grant to right permission on Event Hubs to the Azure SQL Manage Identity, following the instructions here: [Grant permissions to a managed identity in Azure AD](https://learn.microsoft.com/azure/event-hubs/authenticate-managed-identity?tabs=latest#grant-permissions-to-a-managed-identity-in-azure-ad).\n", |
111 | 111 | "\n",
|
112 | 112 | "Once that is done you just need to create a Database Scoped Credentials with the string `Managed Identity` as identity and `https://eventhubs.azure.net` as the `resourceid`:"
|
113 | 113 | ],
|
|
0 commit comments