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

Update CLI to support creating or updating a user assigned Managed Identity for Event Grid #31031

Open
mgmccarthy opened this issue Mar 13, 2025 · 1 comment
Labels
Auto-Assign Auto assign by bot customer-reported Issues that are reported by GitHub users external to the Azure organization. Event Grid az eventgrid Service Attention This issue is responsible by Azure service team.

Comments

@mgmccarthy
Copy link

Related command
az eventgrid domain create/update
az eventgrid event-subscription create/update

Is your feature request related to a problem? Please describe.
I'd like to use a user assigned managed identity with a "Storage Blob Data Contributor" role to enable event grid to write to an azure storage account for dead-lettering for event grid subscriptions

Describe the solution you'd like
update the Azure CLI to support assigning user assigned managed identity to event grid domains and topics

Describe alternatives you've considered
using systemassigned instead of userassigned identities, but I'd rather the identity not be destroyed with the resource it's tied to

Additional context
This doc: https://learn.microsoft.com/en-us/azure/event-grid/enable-identity-custom-topics-domains?tabs=cli#enable-identity-when-creating-a-topic-or-domain, under the Azure CLI tab specifically says "Currently, Azure CLI doesn't support assigning a user-assigned identity to a topic or a domain".

@yonzhan
Copy link
Collaborator

yonzhan commented Mar 13, 2025

Thank you for opening this issue, we will look into it.

@microsoft-github-policy-service microsoft-github-policy-service bot added customer-reported Issues that are reported by GitHub users external to the Azure organization. Auto-Assign Auto assign by bot Service Attention This issue is responsible by Azure service team. Event Grid az eventgrid labels Mar 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Auto-Assign Auto assign by bot customer-reported Issues that are reported by GitHub users external to the Azure organization. Event Grid az eventgrid Service Attention This issue is responsible by Azure service team.
Projects
None yet
Development

No branches or pull requests

2 participants