vscode-azurefunctions icon indicating copy to clipboard operation
vscode-azurefunctions copied to clipboard

Identity view role bug when resources have same name

Open MicroFish91 opened this issue 10 months ago • 0 comments

I have a storage account and durable task scheduler both named mwfdts1.

Instead of showing the resources and roles separately under the identity view, it shows both roles under the storage account. Sometimes when I refresh, it changes to the durable task scheduler, but in either case, the roles will both be assigned to one resource even though the roles are for two separate resources.

Portal

Image

VS Code

Image

Also slightly related, but I'm occasionally getting duplicate tree id errors in the view when I expand certain sections of the identity view, for example Source Resources

Image

Probably need to revisit how the IDs are generated so that we can still ensure uniqueness with resource names are the same.

MicroFish91 avatar Jun 23 '25 04:06 MicroFish91