问题描述 在使用Service Fabric的快速入门文档: 将 Windows 容器部署到 Service Fabric. 其中在创建Service Fabric时候,示例代码中使用的是PowerShell脚本调用AZ模块来执行创建命令.但是在本地执行时,遇见了无法运行'Connect-AzAccount'等命令. Connect-AzAccount : The term 'Connect-AzAccount' is not recognized as the name of a cmdlet…
一.使用背景 在涉及Azure service Fabric的自动化应用场景中,依赖于Service Fabric的Azure Powershell cmdlets,我们可以使用Jenkins能实现cicd,当然VSTS也是一种选择. 二.报错现象 在Jenkins的Console output中,有如下报错: 'Connect-ServiceFabricCluster' is not recognized 三.报错原因 官网中是这么描述的: If you try to run any of t…