Azure-Samples / azure-event-grid-viewer

Live view of events from Azure Event Grid with ASP.NET Core and SignalR
MIT License
142 stars 205 forks source link

Support for setting a managed identity #10

Closed Jandev closed 4 years ago

Jandev commented 4 years ago

This issue is for a:

- [ ] bug report -> please search issues before submitting
- [x] feature request
- [ ] documentation issue or request
- [ ] regression (a behavior that used to work and stopped in a new release)

Minimal steps to reproduce

When deploying the EventGridViewer I would like to be able to set if it should use a Managed Identity or not.
We now have a policy defined all Apps need a Managed Identity and I need to create an exemption for this service at the moment.

Expected/desired behavior

Being able to set the option SystemAssigned or None when deploying the service.

Additional details

I'm willing to pick this up myself if necessary.

dbarkol commented 4 years ago

Looks good. Thank you!