Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
所以基本上我想从 API 管理 CDN。我唯一坚持的是身份验证。我怎么做?我发现它用于 blob 存储和各种其他服务,但不适用于 CDN。有没有人有想法或可以帮助我?
Azure CDN可以通过 REST API 进行管理,其文档可以在此处找到:https ://msdn.microsoft.com/en-us/library/azure/mt634456.aspx 。
Azure CDN
对此的身份验证/授权使用Azure Active Directory (Azure AD). 您可能会发现此链接对此很有帮助:https ://msdn.microsoft.com/en-us/library/azure/dn790557.aspx 。
Azure Active Directory (Azure AD)