-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Silent authorization #4
Comments
Did you get the way to make it working silently? I need to pass the data connection through powershell or ARM Template, but without interacting. Is there any option to do that @jeffhollan ? Thank you in advance. $connection = Get-AzureRmResource -ResourceType "Microsoft.Web/connections" -ResourceGroupName $ResourceGroupName -ResourceName $ConnectionName I add a new one, and modified the last one (output): |
any update on this? @jeffhollan |
Is there any update on this? @jeffhollan |
2 similar comments
Is there any update on this? @jeffhollan |
Is there any update on this? @jeffhollan |
Would love to be able to work this silently, so it can be run as a post deploy script in DevOps. |
@jeffhollan Jeff Any idea how to get this to work from Azure DevOps? The custom window will not work ;) |
@SahinOzdemir @qdi-jeffd @jeffhollan Good question. I need to do this as part of a task at work. If I figure it out, I will submit a PR. |
I believe the best possible approach here would be to enable all the connectors to pick the credentials from keyvault via managed identity. |
@johnjbateman I also need to do the same. Did you manage to make any progress with this? |
@richcoresln nope! |
@jeffhollan The aspect of being able to authorise from Azure DevOps pipeline is really important, and the lack of a "built-in" option seems a big gap in ADO :-( |
@jeffhollan any update? |
Is there a way to get this working silently?
The text was updated successfully, but these errors were encountered: