我们希望通过Azure Functions使用Microsoft Graph,但收到了错误。
[Error] ERROR: The term 'Connect-MgGraph' is not recognized as a name of a cmdlet, function, script file, or executable program.
Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
字符串
我在requirements.psd1文件中尝试了不同的模块调用,但它似乎只是忽略了它们。
@{
# For latest supported version, go to 'https://www.powershellgallery.com/packages/Az'. Uncomment the next line and replace the MAJOR_VERSION, e.g., 'Az' = '5.*'
# 'Az' = '10.*'
'Az.Accounts' = '2.5.4'
'Microsoft.Graph.Authentication' = '2.*'
}
型
我的host.json文件已将managedDependency设置为true。
1条答案
按热度按时间polhcujo1#
Microsoft.Graph
模块。Microsoft.Graph
模块:字符串
(或)
在requirements.ps1中添加
Microsoft.Graph
模块:型
Connect-MgGraph
以连接到Microsoft图形型
我的代码截图:
型
*运行Azure函数时,已重定向到身份验证页面:
的数据
的
控制台响应:
的