You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-functions/ip-addresses.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -76,15 +76,15 @@ For example, this is what the Western Europe JSON fragment might look like:
76
76
77
77
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).
78
78
79
-
## Inbound IP address changes
79
+
## <aname="inbound-ip-address-changes"></a>Inbound IP address changes
80
80
81
81
The inbound IP address **might** change when you:
82
82
83
83
- Delete a function app and recreate it in a different resource group.
84
84
- 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).
86
86
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).
88
88
89
89
## Outbound IP address changes
90
90
@@ -93,7 +93,7 @@ The set of available outbound IP addresses for a function app might change when
93
93
* Take any action that can change the inbound IP address.
94
94
* 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).
95
95
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).
97
97
98
98
To deliberately force an outbound IP address change:
0 commit comments