Skip to content
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

Specifying VM Extensions supported? #46

Open
kiazhi opened this issue May 27, 2023 · 1 comment
Open

Specifying VM Extensions supported? #46

kiazhi opened this issue May 27, 2023 · 1 comment

Comments

@kiazhi
Copy link

kiazhi commented May 27, 2023

I'm new to this Azure VM Builder. We have been using Packers for multi-cloud for ages.

Just out of curiosity, how do organisation slipstream all the required Azure agents/third party agents into an image? As an example, AMA agent for Linux which can only be delivered through VM Extension config.

Can we have the config embedded to the image to automatically onboard those essential VM Extensions when Virtual Machine is provisioned for anyone who are running an IT Operations to view logs, management or etc tasks?

@ld0614
Copy link

ld0614 commented May 27, 2023

Generally we don't want Azure extensions embedded into the good image as they can have issues post sysprep/name change (we primarily work with windows systems). You can use Azure policy to force the extensions into the image being created but this can cause all kinds of problems so we try to explicitly AIB from Azure policy where possible.

We generally deploy extensions on 're-hydration' either as part of the ARM/bicep deployment and/or via Azure policy if images are being deployed manually

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants