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
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)?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
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)?
Beta Was this translation helpful? Give feedback.
All reactions