Skip to content

Commit 843f72b

Browse files
authored
Fix header and formatting for inbound access restrictions
Updated section header and fixed formatting for inbound access restrictions.
1 parent cf52a55 commit 843f72b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ Use the following resources to quickly get started with Azure Functions networki
3333
* [Restrict your storage account to a virtual network](configure-networking-how-to.md#restrict-your-storage-account-to-a-virtual-network).
3434
* [Control Azure Functions outbound IP with an Azure virtual network NAT gateway](functions-how-to-use-nat-gateway.md).
3535

36-
## <a name="inbound-networking-features"></a>Inbound access restrictions
36+
## Inbound access restrictions
3737

38-
You can use access restrictions to define a priority-ordered list of IP addresses that are allowed or denied access to your app. The list can include IPv4 and IPv6 addresses, or specific virtual network subnets using [service endpoints](#use-service-endpoints). When there are one or more entries, an implicit "deny all" exists at the end of the list. IP restrictions work with all function-hosting options.
38+
<a name="inbound-networking-features"></a>You can use access restrictions to define a priority-ordered list of IP addresses that are allowed or denied access to your app. The list can include IPv4 and IPv6 addresses, or specific virtual network subnets using [service endpoints](#use-service-endpoints). When there are one or more entries, an implicit "deny all" exists at the end of the list. IP restrictions work with all function-hosting options.
3939

4040
::: zone pivot="flex-consumption-plan,premium-plan,dedicated-plan,consumption-plan"
4141

0 commit comments

Comments
 (0)