如何在Azure功能应用中添加授权以停止未经授权的访问

发布于 2025-02-13 08:52:11 字数 195 浏览 0 评论 0原文

我是Azure的新手,我创建了一个函数应用程序,并且想添加用于访问功能应用程序的授权。

我添加了有关身份提供商的阅读,可以用来根据令牌受众限制访问权限,但是要授予访问权限,我需要列出受众群体,并且在执行此功能应用程序时重新启动,这意味着在任何客户入职功能应用程序上都将重新启动。

是否有其他其他方法?同样,任何如何让客户上登机的人都将真正有所帮助。

I am very new to Azure, I have created a function app and I want to add authorization for accessing the function app.

I have added read about Identity provider, which can be used to restrict the access based on token audience but to grant access i need to white list the audience and while doing this function app restarts which means on any customer onboarding function app will be restarted.

Is there any alternative approach on the same? also any heads up on how to get customer on boarding will really help.

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

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

发布评论

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

评论(1

筱武穆 2025-02-20 08:52:11

您可以公平地使用“功能键”来限制某人从蓝色中调用您的功能。有不同类型的这些密钥用于不同的用法。请参阅文档中的指南:

You can fairly use “function keys” to restrict somebody to call your function out of the blue. There’re different type of those keys for different usage. Please see below guidance in documentation:

docs

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