Skip to content

Commit ffe5e0c

Browse files
Additional edits.
1 parent b987a6e commit ffe5e0c

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

articles/azure-functions/ip-addresses.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@ title: IP addresses in Azure Functions
33
description: Learn how to find inbound and outbound IP addresses for function apps, and what causes them to change.
44

55
ms.topic: conceptual
6-
ms.date: 05/05/2025
6+
ms.date: 05/06/2025
77
---
88

99
# IP addresses in Azure Functions
1010

1111
This article explains the following concepts related to IP addresses of function apps:
1212

13-
* Locating the IP addresses currently in use by a function app.
14-
* Conditions that cause function app IP addresses to change.
15-
* Restricting the IP addresses that can access a function app.
16-
* Defining dedicated IP addresses for a function app.
13+
- Locating the IP addresses currently in use by a function app.
14+
- Conditions that cause function app IP addresses to change.
15+
- Restricting the IP addresses that can access a function app.
16+
- Defining dedicated IP addresses for a function app.
1717

1818
IP addresses are associated with function apps, not with individual functions. Incoming HTTP requests can't use the inbound IP address to call individual functions; they must use the default domain name (functionappname.azurewebsites.net) or a custom domain name.
1919

@@ -39,7 +39,7 @@ To find the outbound IP addresses available to a function app:
3939
# [Azure portal](#tab/portal)
4040

4141
1. Sign in to the [Azure Resource Explorer](https://resources.azure.com).
42-
1. Select **subscriptions > {your subscription} > providers > Microsoft.Web > sites**.
42+
1. Select **subscriptions** > {your subscription} > **providers** > **Microsoft.Web** > **sites**.
4343
1. In the JSON panel, find the site with an `id` property that ends in the name of your function app.
4444
1. See `outboundIpAddresses` and `possibleOutboundIpAddresses`.
4545

@@ -117,8 +117,8 @@ If you need to control the outbound IP address of your function app, such as whe
117117

118118
When a function app runs on Dedicated (App Service) plans, the set of available outbound IP addresses for a function app might change when you:
119119

120-
* Take any action that can change the inbound IP address.
121-
* Change your Dedicated (App Service) plan pricing tier. The list of all possible outbound IP addresses your app can use, for all pricing tiers, is in the `possibleOutboundIPAddresses` property. See [Find outbound IPs](#find-outbound-ip-addresses).
120+
- Take any action that can change the inbound IP address.
121+
- Change your Dedicated (App Service) plan pricing tier. The list of all possible outbound IP addresses your app can use, for all pricing tiers, is in the `possibleOutboundIPAddresses` property. See [Find outbound IPs](#find-outbound-ip-addresses).
122122

123123
#### Forcing an outbound IP address change
124124

0 commit comments

Comments
 (0)