Skip to content

Commit 959a131

Browse files
committed
added event hubs samples
1 parent 64f7de2 commit 959a131

File tree

2 files changed

+6
-18
lines changed

2 files changed

+6
-18
lines changed

README.md

+5-6
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,18 @@ Samples are made available via Jupyter Notebook, natively supported by GitHub an
1010

1111
### [Azure Functions](./azure-functions.ipynb)
1212

13-
In the provede notebook you can find samples on how to invoke an [Azure Function](https://learn.microsoft.com/azure/azure-functions/functions-overview) using a [HTTP Trigger](https://learn.microsoft.com/azure/azure-functions/functions-bindings-http-webhook-trigger):
13+
In the provided notebook you can find samples on how to invoke an [Azure Function](https://learn.microsoft.com/azure/azure-functions/functions-overview) using a [HTTP Trigger](https://learn.microsoft.com/azure/azure-functions/functions-bindings-http-webhook-trigger):
1414

1515
- Invoke a public (or anonymous) Azure Function
1616
- Invoke an Azure Function protected by a secret key
1717
- Invoke an Azure Function protected by Azure AD
1818

19-
### [Azure Event Hubs]
19+
### [Azure Event Hubs](./azure-event-hubs.ipynb)
2020

21-
Included samples:
21+
The sample notebook contains samples on how to send messages to Event Hubs:
2222

23-
- Send
24-
- Call an Azure Function protected by a secret key
25-
- Call an Azure Function protected by Azure AD
23+
- Send events using a SAS Token
24+
- Send events using a Managed Identity
2625

2726
### [Azure Event Grid]
2827

azure-functions.ipynb

+1-12
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)