Forum Discussion
Anonymous
6 years agoNot applicable
Authenticate PowerBI in Azure Automate Powershell using cmdlets
Can anyone help me figure out how to authenticate my powerbi account in a powershell runbook so I can run PowerBI cmdlets? I've tried many variations of this cmdlet: Connect-PowerBIServiceAccoun...
- Anonymous6 years ago
As a follow-up, I'm using the Powershell within Azure portal. I've been made aware that that powershell can't be updated and is currently on version 5.
That's probably why I can't get anything to work on it.
Anonymous
6 years agoNot applicable
lbendlin Thanks for the reply. This is an iteration of what I've tried and have gotten the same result. Could you explain a little more?
lbendlin
6 years agoSuper User
That one works for me. Of course after that there's not much I can do since I am not a tenant admin.
- Anonymous6 years agoNot applicable
I get the error: "The runbook job was attempted 3 times, but it failed each time". Is it different if I'm using a runbook?
- lbendlin6 years agoSuper User
Maybe. Is your runbook running on Powershell Core 6 or better?
- Anonymous6 years agoNot applicable
How do I figure that out? I'm doing all of this through Azure Automate.