Azure automation - credentials delivered by Get-PSAutomationCredential don't work with Add-AzureAccount?

前端 未结 2 1812
囚心锁ツ
囚心锁ツ 2020-12-22 09:51

I\'m modifying a gallery runbook that copies a live database to a test database on a schedule. It\'s failing at the first hurdle; authenticating and selecting the relevatn a

2条回答
  •  失恋的感觉
    2020-12-22 10:27

    Have you tried using the resource manager version off the login cmdlet (Add-AzureRmAccount)?

提交回复
热议问题