You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 6, 2023. It is now read-only.
I am currently working with AIB in a restricted subscription where resource groups (RG) must be created with special tags. This rule fails AIB every time because it tries to create new RG without those tags.
My question is, is there any way to specify tags for RG that AIB creates? More ideally, can AIB use existing RG to operate?
Thank you!
The text was updated successfully, but these errors were encountered:
Hi @MS-KenXu - this is on our backlog. Do you have a time window where you can apply tags to the staging resource group? If so, you can do something like:
Adding Tags
Staging resource group will be IT___guid, sometimes the names can be truncated. The script below will appends tags, you must not remove the existing ones.
Hi @danielsollondon , thank you for the reply! The staging RG will be created with the template together, so the the command $ az resource create will fail at the first hand. Is there any way to pass tags as creation parameter for staging RG?
I'm Kofi and I'm currently the PM for Azure Image Builder. Dan has transitioned to another team.
We are aware of the need to specify the staging RG AIB utilizes for the image build. This feature is tentatively expected by the end of Q1 2022. We are deprecating this repo soon, so in the future please leave any issues/feature requests in our official repo: https://github.com/Azure/azvmimagebuilder
Thank you for your interest in our service!
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am currently working with AIB in a restricted subscription where resource groups (RG) must be created with special tags. This rule fails AIB every time because it tries to create new RG without those tags.
My question is, is there any way to specify tags for RG that AIB creates? More ideally, can AIB use existing RG to operate?
Thank you!
The text was updated successfully, but these errors were encountered: