Skip to content

Commit 87a97a2

Browse files
authored
Merge pull request #49945 from apwestgarth/patch-6
Added note about workers NSG change
2 parents 3f3d3a1 + 5290a77 commit 87a97a2

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

articles/azure-stack/azure-stack-app-service-release-notes-update-three.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,21 @@ Validate
175175
SELECT containment FROM sys.databases WHERE NAME LIKE (SELECT DB_NAME())
176176
```
177177

178+
### Known issues (post-installation)
179+
180+
- Workers are unable to reach file server when App Service is deployed in an existing virtual network and the file server is only available on the private network. This is also called out in the Azure App Service on Azure Stack deployment documentation.
181+
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. To do this, go to the WorkersNsg in the Admin Portal and add an outbound security rule with the following properties:
183+
* Source: Any
184+
* Source port range: *
185+
* Destination: IP Addresses
186+
* Destination IP address range: Range of IPs for your file server
187+
* Destination port range: 445
188+
* Protocol: TCP
189+
* Action: Allow
190+
* Priority: 700
191+
* Name: Outbound_Allow_SMB445
192+
178193
### Known issues for Cloud Admins operating Azure App Service on Azure Stack
179194

180195
Refer to the documentation in the [Azure Stack 1807 Release Notes](azure-stack-update-1807.md)

0 commit comments

Comments
 (0)