python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Call Elastic Job from a Runbook in the Automation account
I have a database in Azure SQL called DatabaseA - NOTE - not a managed instance and not SQL on a virutal machine.
DatabaseA has an elastic job agent associated with it and it calls ElasticJobA and it ...
JJK
Votes: 0
Answers: 1
Automate deploying of synapse artifacts to devops repo
im trying to deploy some synapse artifacts to a synapse workspace with devops repo integration via a python runbook. By using the azure-synapse-artifacts library of the python azure sdk the artifacts ...
pweber
Votes: 0
Answers: 1
Accessing Azure webhook data with python
How do you access using the Python programming language the WebhookData object in the Azure automation webhooks. I read the documentation regarding this, but it is in PowerShell, and not helping in my...
Hakuna N
Votes: 0
Answers: 1
Get-AzADUser no longer return Department and AccountEnabled
I'm pretty sure that last week I was able to use Get-AzADUser to return both Department and AccountEnabled.
Get-AzADUser | where {$_.Mail -eq "abc@xyz.com"} | Select-Object Mail, Department,...

Claus Jacobsen
Votes: 0
Answers: 2