Skip to content

Commit 3291a24

Browse files
authored
Rephase sentence for clarity regarding file server access in existing vnet
1 parent 07c567c commit 3291a24

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

azure-stack/operator/app-service-release-notes-2025r1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ Review the [known issues for update](#known-issues-update) and take any action p
257257

258258
- Worker instances are unable to reach file server when App Service is deployed in an existing virtual network. The file server is only available on the private network, as called out in the Azure App Service on Azure Stack deployment documentation.
259259

260-
If the App Service Resource Provider was deployed into an existing virtual network and and use internal IP address to connect to your file server. You must add an outbound security rule, enabling SMB (Server Message Block) traffic between the worker subnet, and the file server. Go to the WorkersNsg in the Admin Portal and add an outbound security rule with the following properties:
260+
If you chose to deploy into an existing virtual network and use an internal IP address to connect to your file server. You must add an outbound security rule, enabling SMB (Server Message Block) traffic between the worker subnet, and the file server. Go to the WorkersNsg in the Admin Portal and add an outbound security rule with the following properties:
261261
- Source: Any
262262
- Source port range: *
263263
- Destination: IP Addresses

azure-stack/operator/azure-stack-app-service-deploy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ To add the Azure App Service resource provider to your Azure Stack Hub deploymen
179179
> [!IMPORTANT]
180180
> If you've provided the Azure App Service Resource Provider with a SQL Always On Instance, you **must** [add the appservice_hosting and appservice_metering databases to an availability group](/sql/database-engine/availability-groups/windows/availability-group-add-a-database). You must also synchronize the databases to prevent any loss of service in the event of a database failover.
181181
182-
If you chose to deploy into an existing virtual network and an internal IP address to connect to your file server, you must add an outbound security rule, enabling SMB traffic between the worker subnet and the file server. In the administrator portal, go to the WorkersNsg Network Security Group and add an outbound security rule with the following properties:
182+
If you chose to deploy into an existing virtual network and use an internal IP address to connect to your file server, you must add an outbound security rule, enabling SMB traffic between the worker subnet and the file server. In the administrator portal, go to the WorkersNsg Network Security Group and add an outbound security rule with the following properties:
183183
184184
- Source: Any
185185
- Source port range: *

0 commit comments

Comments
 (0)