Skip to content

Commit 517f045

Browse files
authored
1 parent d80e625 commit 517f045

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)