Azure Function role like permissions to Stop Azure Virtual Machines

前端 未结 2 2106
北海茫月
北海茫月 2020-12-07 04:58

I\'m hoping to manage some Azure resources using a scheduled C# Azure Function.

Currently in a command line application I\'ve made, I\'ve been using libraries \'Micr

2条回答
  •  自闭症患者
    2020-12-07 05:21

    Well, I don't really understand how do you expect to authenticate without authenticating, I guess your only option would be certificates?
    https://azure.microsoft.com/en-us/resources/samples/active-directory-dotnet-daemon-certificate-credential/

提交回复
热议问题