Support for running hooks remotely #5149
TWolversonReply
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I use
deploymentScript
resources in a few places when I hand-author Bicep deployments, for the purposes of tasks that need to get through firewalls (such as the Storage firewall) as Trusted Services. Because they run in the data centre, not on my local machine or in a pipeline, Azure sees them as trusted, which is difficult to achieve otherwise.Similarly,
runCommand
resources do the same sort of thing, but running on a Virtual Machine as the System user, for setting up VMs post-provisioning.I think it would be of value to be able to specify that hooks can run in either of these modes, as opposed to locally to the azd process. Azd could then facilitate setting up resources with scripting that runs in a context local to them.
Beta Was this translation helpful? Give feedback.
All reactions