Skip to content

Commit d1ce52c

Browse files
authored
Merge pull request #211697 from bmis/blamis-netowrk-settings
change - configure network settings
2 parents 645ccb6 + cc9e5ad commit d1ce52c

File tree

4 files changed

+7
-0
lines changed

4 files changed

+7
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,9 @@ az resource update --name $ASE_NAME/configurations/networking --set properties.f
9696
9797
az resource show --name $ASE_NAME/configurations/networking -g $RESOURCE_GROUP_NAME --resource-type "Microsoft.Web/hostingEnvironments/networkingConfiguration" --query properties.ftpEnabled
9898
```
99+
The setting is also available for configuration through Azure portal at the App Service Environment configuration:
100+
101+
:::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.":::
99102

100103
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).
101104

@@ -113,6 +116,10 @@ az resource update --name $ASE_NAME/configurations/networking --set properties.R
113116
az resource show --name $ASE_NAME/configurations/networking -g $RESOURCE_GROUP_NAME --resource-type "Microsoft.Web/hostingEnvironments/networkingConfiguration" --query properties.remoteDebugEnabled
114117
```
115118

119+
The setting is also available for configuration through Azure portal at the App Service Environment configuration:
120+
121+
:::image type="content" source="./media/configure-network-settings/configure-allow-remote-debugging.png" alt-text="Screenshot from Azure portal of how to configure your App Service Environment to allow remote debugging.":::
122+
116123
## Next steps
117124

118125
> [!div class="nextstepaction"]
62.5 KB
Loading
14.8 KB
Loading
62.5 KB
Loading

0 commit comments

Comments
 (0)