Skip to content

Commit d3e5f33

Browse files
authored
Merge pull request #49809 from ggailey777/patch-7
Fixing an anchor link
2 parents 7f9e853 + 80be6a7 commit d3e5f33

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/app-service/ip-address-change-outbound.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ The new outbound IP addresses are shown in the portal before they take effect. W
3535

3636
3. Select your App Service app from the list.
3737

38-
4. If the app is a function app, see [Function app outbound IP addresses](../azure-functions/ip-addresses.md#function-app-outbound-ip-addresses).
38+
4. If the app is a function app, see [Function app outbound IP addresses](../azure-functions/ip-addresses.md#find-outbound-ip-addresses).
3939

4040
4. Under the **Settings** header, click **Properties** in the left navigation, and find the section labeled **Outbound IP addresses**.
4141

articles/azure-functions/ip-addresses.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Each function app has a single inbound IP address. To find that IP address:
3535
3. Select **Platform features**.
3636
4. Select **Properties**, and the inbound IP address appears under **Virtual IP address**.
3737

38-
## Function app outbound IP addresses
38+
## <a name="find-outbound-ip-addresses"></a>Function app outbound IP addresses
3939

4040
Each function app has a set of available outbound IP addresses. Any outbound connection from a function, such as to a back-end database, uses one of the available outbound IP addresses as the origin IP address. You can't know beforehand which IP address a given connection will use. For this reason, your back-end service must open its firewall to all of the function app's outbound IP addresses.
4141

0 commit comments

Comments
 (0)