Skip to content

Commit 9f62598

Browse files
committed
add CSE quickstarts
1 parent 7220f0a commit 9f62598

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+
* Bicep, Arm, 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+
* Only ARM templates:
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)