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.
是否可以在不使用 .publishsettings 文件的情况下配置 Windows Azure CLI 工具?“azure account -h”命令仅列出用于下载和导入 .publishsettings 文件的选项。
据我所知,这是一种耻辱,因为它在 PowerShell 中是可能的(使用Set-AzureSubscription)
Set-AzureSubscription
当前版本 - Azure CLI 2 - 可以毫无问题地做到这一点。您必须使用az login来提供您的凭据,并且您可以使用 cli、切换帐户等。
az login