-
Notifications
You must be signed in to change notification settings - Fork 108
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
fix: Update DCR creation to Clusters resource group instead of workspace (ARM Template update) #814
Conversation
…ace (ARM Template update)
scripts/onboarding/aks/onboarding-using-msi-auth/existingClusterOnboarding.json
Show resolved
Hide resolved
scripts/onboarding/aks/onboarding-using-msi-auth/existingClusterOnboarding.json
Outdated
Show resolved
Hide resolved
scripts/onboarding/aks/onboarding-using-msi-auth/existingClusterOnboarding.json
Outdated
Show resolved
Hide resolved
@@ -20,12 +20,6 @@ | |||
"description": "Azure Monitor Log Analytics Resource ID" | |||
} | |||
}, | |||
"workspaceRegion": { |
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.
Please note that, MSI auth support exists in k8s-extension of the azure-cli extensions so which needs to be updated as well.
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.
Will sync on this, with you.
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.
created draft PR with the change here -> AzureArcForKubernetes/azure-cli-extensions#175
Making this PR against ci_prod as we've switched to using one branch |
Link to CLI PR: Azure/azure-cli#23630.
Deepanshu is updating this in the UX with the prometheus update