如何从 angularjs 1.6 连接 azure 函数
How to connect azure function from angularjs 1.6
如何连接和管理 azure 函数身份验证和授权
创建 HTTP 触发函数,连接方式与任何其他 HTTP 端点相同。 Angular 连接到 Functions 时没有任何特定内容。
有关授权,请参阅 Authentication and authorization in Azure App Service。
https://github.com/Azure-Samples/active-directory-angularjs-singlepageapp
我得到了解决方案并在库中做了一些小的修复,它对我有用。
如何连接和管理 azure 函数身份验证和授权
创建 HTTP 触发函数,连接方式与任何其他 HTTP 端点相同。 Angular 连接到 Functions 时没有任何特定内容。
有关授权,请参阅 Authentication and authorization in Azure App Service。
https://github.com/Azure-Samples/active-directory-angularjs-singlepageapp
我得到了解决方案并在库中做了一些小的修复,它对我有用。