Azure App Service,目前通过IP地址限制对各种测试系统的访问。有更好的方法限制访问吗?

发布于 2025-01-24 02:34:16 字数 236 浏览 2 评论 0原文

我们在应用服务上运行了许多测试/UAT应用程序服务和网站。目前,我们通过将IP地址添加到防火墙中限制了通过IP地址访问。

当它主要是具有静态IP地址的开发人员时,这效果很好,但是现在我们有供应商和客户从包括家庭在内的各个地方访问UAT系统。维护IP地址很痛苦。

理想情况下,我希望能够在Azure设置用户,并通过此用户使他们访问各种测试系统。

无论如何,是否可以做类似的事情,或者有更好的方法。

谢谢。

We have a number of test/uat app services and websites running on app services. We currently restrict access via IP address by adding the IP address to the firewall.

This worked fine when it was mostly developers with static IP addresses but now we have suppliers and customers accessing the UAT systems from various places including home. It's a pain to maintain the IP addresses.

Ideally, I would like to be able to setup users in Azure and give them access to the various test system via this user.

Is there anyway to do something similar or is there a better approach.

Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

酒绊 2025-01-31 02:34:16

您可以将Azure应用程序注册使用客户端秘密,然后使用客户端凭据流以获取访问权限。这可能是最简单的方法。

You can use Azure App Registrations with a client secret and then use the client credentials flow to obtain access. This is probably the easiest way.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文