【发布时间】:2016-01-13 16:58:46
【问题描述】:
我正在使用 powershell 脚本,我使用它在 azure 中创建/设置 vm。我想在没有 azure 凭据的情况下运行 powershell 脚本(现在我使用如下,但我不想在 powershell 脚本中使用 my.publishsettings 或 publishsettings 详细信息)。
create_vm.ps1
...
azure account import D:\my.publishsettings
...
有没有人想做同样的事情。请给我建议。
【问题讨论】:
标签: linux powershell azure automation powershell-3.0