Skip to content

Commit 296a089

Browse files
Merge pull request #45419 from andresnava/patch-188
Update ip-addresses.md
2 parents c00d57a + 7a752af commit 296a089

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/azure-functions/ip-addresses.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,15 +76,15 @@ For example, this is what the Western Europe JSON fragment might look like:
7676

7777
For information about when this file is updated and when the IP addresses change, expand the **Details** section of the [Download Center page](https://www.microsoft.com/en-us/download/details.aspx?id=56519).
7878

79-
## Inbound IP address changes
79+
## <a name="inbound-ip-address-changes"></a>Inbound IP address changes
8080

8181
The inbound IP address **might** change when you:
8282

8383
- Delete a function app and recreate it in a different resource group.
8484
- Delete the last function app in a resource group and region combination, and re-create it.
85-
- Delete an SSL binding, such as during [certificate renewal](../app-service/configure-ssl-certificate.md#renew-certificate)).
85+
- Delete an SSL binding, such as during [certificate renewal](../app-service/configure-ssl-certificate.md#renew-certificate).
8686

87-
When your function app runs in a [Consumption plan](functions-scale.md#consumption-plan), the inbound IP address might also change when you haven't taken any actions such as the ones listed.
87+
When your function app runs in a [Consumption plan](functions-scale.md#consumption-plan), the inbound IP address might also change even when you haven't taken any actions such as the ones [listed above](#inbound-ip-address-changes).
8888

8989
## Outbound IP address changes
9090

@@ -93,7 +93,7 @@ The set of available outbound IP addresses for a function app might change when
9393
* Take any action that can change the inbound IP address.
9494
* Change your 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).
9595

96-
When your function app runs in a [Consumption plan](functions-scale.md#consumption-plan), the outbound IP address might also change when you haven't taken any actions such as the ones listed.
96+
When your function app runs in a [Consumption plan](functions-scale.md#consumption-plan), the outbound IP address might also change even when you haven't taken any actions such as the ones [listed above](#inbound-ip-address-changes).
9797

9898
To deliberately force an outbound IP address change:
9999

0 commit comments

Comments
 (0)