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: articles/azure-functions/functions-networking-options.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,10 @@ You can host function apps in a couple of ways:
29
29
30
30
Use the following resources to quickly get started with Azure Functions networking scenarios. These resources are referenced throughout the article.
31
31
32
-
* ARM templates:
32
+
* ARM, Bicep, and Terraform templates:
33
+
*[Private HTTP Triggered Function App](https://github.com/Azure-Samples/function-app-with-private-http-endpoint)
34
+
*[Private Event Hubs Triggered Function App](https://github.com/Azure-Samples/function-app-with-private-eventhub)
35
+
* ARM templates only:
33
36
*[Function App with Azure Storage private endpoints](https://github.com/Azure/azure-quickstart-templates/tree/master/quickstarts/microsoft.web/function-app-storage-private-endpoints).
34
37
*[Azure Function App with Virtual Network Integration](https://github.com/Azure-Samples/function-app-arm-templates/tree/main/function-app-vnet-integration).
0 commit comments