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.
为了让 Azure cmdlet 检测到正确的证书,您需要将公共证书(.cer 文件)安装到受信任的根证书颁发机构存储中。
虽然将证书安装到受信任的根证书颁发机构中会起作用,但不建议这样做,因为它会影响您机器上的其他应用程序将信任的内容。相反,将证书安装在 LocalMachine\My 商店或 CurrentUser\My 商店中。