dorpbn1027 2015-08-06 07:08
浏览 35

使用命令行中的用户名和密码登录azure

I am working on Azure CLI from command line. To login in, there is command

azure login -u <username>

I am executing this command from php and php is not able to identify that it is asking for password hence it stops execution. is there any way that we can login with username and password or is there any other way to solve this problem?

  • 写回答

2条回答 默认 最新

  • douji9184 2015-08-06 08:06
    关注

    To use Azure CLI on you system and use Azure PHP sdk.

    Please refer the link

    http://phpazure.codeplex.com/

    评论

报告相同问题?