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

Feature Request: Add support for access to Shared Image Galleries in other subscriptions #139

Open
IrfanMuhammad1 opened this issue Jul 15, 2022 · 1 comment

Comments

@IrfanMuhammad1
Copy link

Description

Currently, Shared Image Galleries (SIG) are required to be in the same subscription as the Resource Groups where the agents are deployed. This prevents us from sharing a single SIG across multiple Subscriptions. The current workaround is to create a (SIG) for each subscription, and duplicate the vm versions across them. Ofcourse, this is a wasteful approach.

Scenario: We have multiple Azure Subscriptions, each with its own TeamCity instance. The aim is for each instance to deploy cloud agents within a Resource Group of the Subscription the instance resides in. The neccessary RBAC roles for the managed identity are in place to allow access, but the plugin does not currently pull them due to design (?).

Environment

  • TeamCity version: --
  • Azure plugin version: 0.9.1

Diagnostic logs

@ujohnny
Copy link

ujohnny commented Jun 19, 2024

Just encountered this one on our TeamCity issue. Indeed plugin lists images available only in the linked subscription and ignored subscription from the configured image (we use kotlin DSL and can configure image from another subscription, but it does not work anyway) so we just observe "Image error" state with some java NSEE.

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