You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-4Lines changed: 10 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,13 +10,19 @@ Samples are made available via Jupyter Notebook, natively supported by GitHub an
10
10
11
11
### [Azure Functions](./azure-functions.ipynb)
12
12
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
16
18
17
19
### [Azure Event Hubs]
18
20
19
-
Work in progress
21
+
Included samples:
22
+
23
+
- Send
24
+
- Call an Azure Function protected by a secret key
0 commit comments