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
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?
lbendlin
6 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.
- lbendlin6 years agoSuper User
$PSVersionTable.PSVersion
- Anonymous6 years agoNot applicable
Major Minor Build Revision ----- ----- ----- -------- 5 1 15063 726