Is there a way to set/create a azure resource group for a group of resources/a project? #14485
Unanswered
Christopher Leson (Cripacx)
asked this question in
Q&A
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.
Uh oh!
There was an error while loading. Please reload this page.
Hello there,
Is there a way to set/create a azure resource group for a group of resources?
Like I have one Project which needs a storage account and a managed identity, ...
The next Project needs also a own storage account, ...
I'm deploying to an Azure Container Apps environment.
After searching for information on how to configure it in code, I generated the Biceps using the azd infra gen command and started creating the resource group manually in Biceps. I have a global resource group for all global resources (Container Registry, Container Apps Env, Azure Service Bus, etc.).
Now, everything for a project is deployed to the project's resource group, except for the project's container app. This was deployed to the global resource group, even though I created a managed identity for each project in the project resource group and used this identity in the project's tmpl.yaml.
Has anyone a idea on how to configure the resource group for this container app (tmpl.yaml)?
All reactions