Skip to content

Commit d96ad2c

Browse files
committed
ftp port config
1 parent 4fcf345 commit d96ad2c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

articles/app-service/environment/configure-network-settings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ The setting is also available for configuration through Azure portal at the App
100100

101101
:::image type="content" source="./media/configure-network-settings/configure-allow-incoming-ftp-connections.png" alt-text="Screenshot from Azure portal of how to configure your App Service Environment to allow incoming ftp connections.":::
102102

103-
In addition to enabling access, you need to ensure that you have [configured DNS if you are using ILB App Service Environment](./networking.md#dns-configuration-for-ftp-access).
103+
In addition to enabling access, you need to ensure that you have [configured DNS if you are using ILB App Service Environment](./networking.md#dns-configuration-for-ftp-access) and that the [necessary ports](./networking.md#ports-and-network-restrictions) are unblocked.
104104

105105
## Remote debugging access
106106

articles/app-service/environment/networking.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,9 @@ The normal app access ports inbound are as follows:
7676
|Visual Studio remote debugging|4022, 4024, 4026|
7777
|Web Deploy service|8172|
7878

79+
> [!NOTE]
80+
> For FTP access, even if you want to disallow standard FTP on port 21, you still need to allow traffic from the LoadBalancer to the App Service Environment subnet range, as this is used for internal health ping traffic for the ftp service specifically.
81+
7982
## Network routing
8083

8184
You can set route tables without restriction. You can tunnel all of the outbound application traffic from your App Service Environment to an egress firewall device, such as Azure Firewall. In this scenario, the only thing you have to worry about is your application dependencies.

0 commit comments

Comments
 (0)