我正在尝试从Azure功能调用Azure Billing API,但我不确定应该使用哪种类型的身份验证。
示例代码(ConsoleApp-Billing-RateCard)适用于带登录对话框的Windows应用程序。
如何让令牌从服务或azure函数调用Azure Billing API?
非常感谢, 杆
答案 0 :(得分:1)
这可能有所帮助 - https://docs.microsoft.com/en-us/azure/azure-resource-manager/resource-manager-api-authentication。本文提供了有关使用PowerShell和REST API获取Azure Resource Manager API令牌的说明。