Skip to content

Commit 83c0a4a

Browse files
authored
Merge pull request #188927 from jaydeepn/patch-2
Added Outbound access from App Service section
2 parents 42482ed + a81d5b2 commit 83c0a4a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

articles/cognitive-services/QnAMaker/How-To/network-isolation.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,14 @@ Add-AzWebAppAccessRestrictionRule -ResourceGroupName "<resource group name>" -We
3434
> [!div class="mx-imgBorder"]
3535
> [ ![Screenshot of access restriction rule with the addition of public IP address]( ../media/network-isolation/public-address.png) ]( ../media/network-isolation/public-address.png#lightbox)
3636
37+
### Outbound access from App Service
38+
39+
The QnA Maker App Service requires outbound access to the below endpoints. Please make sure they’re added to the allow list if there are any restrictions on the outbound traffic.
40+
- https://qnamakerstore.blob.core.windows.net
41+
- https://qnamaker-data.trafficmanager.net
42+
- https://qnamakerconfigprovider.trafficmanager.net
43+
44+
3745
### Configure App Service Environment to host QnA Maker App Service
3846

3947
The App Service Environment (ASE) can be used to host the QnA Maker App Service instance. Follow the steps below:

0 commit comments

Comments
 (0)