Skip to content

Commit 64f7de2

Browse files
committedOct 31, 2022
updated azure function samples
1 parent 9ef7f6e commit 64f7de2

File tree

2 files changed

+13
-11
lines changed

2 files changed

+13
-11
lines changed
 

‎README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,19 @@ Samples are made available via Jupyter Notebook, natively supported by GitHub an
1010

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

13-
- Call a public (or anonymous) Azure Function
14-
- Call an Azure Function protected by a secret key
15-
- Call an Azure Function protected by Azure AD
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):
14+
15+
- Invoke a public (or anonymous) Azure Function
16+
- Invoke an Azure Function protected by a secret key
17+
- Invoke an Azure Function protected by Azure AD
1618

1719
### [Azure Event Hubs]
1820

19-
Work in progress
21+
Included samples:
22+
23+
- Send
24+
- Call an Azure Function protected by a secret key
25+
- Call an Azure Function protected by Azure AD
2026

2127
### [Azure Event Grid]
2228

‎azure-functions.ipynb

Lines changed: 3 additions & 7 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)
Please sign in to comment.