Open obriankevin11 opened 1 year ago
Normally you cant reach the protected endpoint for smi as it is only accessible from inside Azure (like a vNet). I have one suggestion to use a service principal here: https://github.com/microsoft/vscode-azureAutomation/discussions/46
Hi,
When I run the runbook ps1 script from vscode, it runs as current user (me). I want it to run using Azure Automation resource managed identity.
I have the following
Thank you