Skip to content

Commit a47577f

Browse files
committed
Fix vnet integration caps
1 parent 8d511a5 commit a47577f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

articles/azure-functions/flex-consumption-how-to.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -375,8 +375,8 @@ You can't currently enable virtual networking when you use Visual Studio Code to
375375
376376
For end-to-end examples of how to create apps in Flex Consumption with virtual network integration see these resources:
377377
378-
+ [Flex Consumption: HTTP to Event Hubs using virtual network Integration](https://github.com/Azure-Samples/azure-functions-flex-consumption-samples/blob/main/README.md)
379-
+ [Flex Consumption: triggered from Service Bus using virtual network Integration](https://github.com/Azure-Samples/azure-functions-flex-consumption-samples/blob/main/README.md)
378+
+ [Flex Consumption: HTTP to Event Hubs using virtual network integration](https://github.com/Azure-Samples/azure-functions-flex-consumption-samples/blob/main/README.md)
379+
+ [Flex Consumption: triggered from Service Bus using virtual network integration](https://github.com/Azure-Samples/azure-functions-flex-consumption-samples/blob/main/README.md)
380380
381381
To modify or delete virtual network integration in an existing app:
382382

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ Considerations for the [Elastic Premium](./functions-premium-plan.md), [Dedicate
141141

142142
1. Select **Add VNet**.
143143

144-
:::image type="content" source="./media/functions-networking-options/vnet-int-function-app.png" alt-text="Screenshot of the virtual network Integration page where you can enable virtual network integration in your app." :::
144+
:::image type="content" source="./media/functions-networking-options/vnet-int-function-app.png" alt-text="Screenshot of the virtual network integration page where you can enable virtual network integration in your app." :::
145145

146146
1. The drop-down list contains all of the Azure Resource Manager virtual networks in your subscription in the same region. Select the virtual network you want to integrate with.
147147

@@ -337,7 +337,7 @@ You can also use the Network troubleshooter to resolve connection issues. To ope
337337

338338
:::image type="content" source="./media/functions-networking-options/network-troubleshooter-function-app.png" alt-text="Screenshot that shows running troubleshooter for connection issues.":::
339339

340-
**Configuration issues** - This troubleshooter checks if your subnet is valid for virtual network Integration.
340+
**Configuration issues** - This troubleshooter checks if your subnet is valid for virtual network integration.
341341

342342
:::image type="content" source="./media/functions-networking-options/network-troubleshooter-configuration-function-app.png" alt-text="Screenshot that shows running troubleshooter for configuration issues.":::
343343

0 commit comments

Comments
 (0)