0

我已经使用 azure vpn 客户端在 azure 中实现了一个 azure vpn 基础设施。

配置和连接工作正常。

为了测试这一点,我在 azure vpn 子网中创建了一个私有资源(azure 虚拟机),并在连接到 vpn 客户端时尝试使用 vm 的私有 ip 进行连接,它确实工作得很好。

现在,我想按照本指南使用 azure Web 应用专用端点进行相同的实验:

https://www.varonis.com/blog/securing-access-azure-webapps/#webapp

我有一个点到站点连接,而不是一个站点到站点。

我确实创建了 Web 应用程序并将其放置在 vpn 子网中。但问题是,即使我连接到vpn客户端,无论我是否连接到vpn,我都会收到错误403禁止。

这个错误是否发生在可以帮助我理解这个问题的性质以及如何克服它的人身上?

非常感谢您的帮助

4

1 回答 1

0

Nayden Van This might be occurring for a number of reasons such as forgetting to include the A record for the privatelink URL in the custom DNS server or there might be an internal proxy blocking *.azurewebsites.net.

The most common issue is DNS. Please review the DNS integration content found here to ensure you have correctly configured your DNS for use with privatelink.

于 2021-09-09T02:42:59.793 回答