-
Notifications
You must be signed in to change notification settings - Fork 200
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
Adds ability to override resource group at the azd service level #3744
Conversation
54ebbbb
to
c695f1e
Compare
Can we add the |
This is a gen service request here: #690 Wallace can you verify this will also address that issue? |
This is a global feature and does not only apply to AKS. Any service should be able to have a |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Azure Dev CLI Install InstructionsInstall scriptsMacOS/Linux
bash:
pwsh:
WindowsPowerShell install
MSI install
Standalone Binary
MSIDocumentationlearn.microsoft.com documentationtitle: Azure Developer CLI reference
|
When
azd
is used in conjunction with shared resources - some of service targets may be outside of the default resource group thatazd
used for provisioning.This enhancements allows a
resourceGroup
configuration setting at the service level for users to override the target resource group when specified.Example
In this example, the AKS cluster that is being deployed to is outside the context of the
azd
resource group.