Skip to content

Commit 4582d11

Browse files
authored
App service public access still enable
When following the tutorial, the app service, public access is still enable which means that the website is available outside of the vnet which contradict the tutorial. Need to disable the public access in order to block any connection outside the vnet
1 parent b767c8b commit 4582d11

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

articles/private-link/tutorial-dns-on-premises-private-resolver.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,9 +187,15 @@ You'll create an Azure web app for the cloud resource accessed by the on-premise
187187

188188
6. Select **Apply**.
189189

190-
7. Select **Review + create**.
190+
7. Select **Next: Deployment**.
191191

192-
8. Select **Create**.
192+
8. Select **Next: Networking**.
193+
194+
9. Change 'Enable public access' to false.
195+
196+
10. Select **Review + create**.
197+
198+
11. Select **Create**.
193199

194200
## Create private endpoint
195201

0 commit comments

Comments
 (0)