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.
我有一个在 Ubuntu 上运行的 Jenkins。我想创建将启动 Azure xplat-cli 命令的作业。如何验证詹金斯?
我们使用这篇文章实现了同样的目标:https ://azure.microsoft.com/en-us/documentation/articles/resource-group-authenticate-service-principal/#authenticate-service-principal-with-password---azure -cli
简而言之,您必须在 Azure Active Directory 中创建一个新的应用程序记录,该记录将拥有自己的登录名和密码。然后,您应该向该帐户授予所需的权限。之后,您可以执行适用于 ARM 模型的完全非交互式登录命令。