Skip to content

Commit 917839d

Browse files
Merge pull request #225897 from cachai2/addnetworktemplate
Addnetworktemplate
2 parents f3b7f1f + c63f19e commit 917839d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

articles/azure-functions/functions-networking-options.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,10 @@ You can host function apps in a couple of ways:
2929

3030
Use the following resources to quickly get started with Azure Functions networking scenarios. These resources are referenced throughout the article.
3131

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:
3336
* [Function App with Azure Storage private endpoints](https://github.com/Azure/azure-quickstart-templates/tree/master/quickstarts/microsoft.web/function-app-storage-private-endpoints).
3437
* [Azure Function App with Virtual Network Integration](https://github.com/Azure-Samples/function-app-arm-templates/tree/main/function-app-vnet-integration).
3538
* Tutorials:

0 commit comments

Comments
 (0)