thanks for dropping this question, really appreciate u bringing it up )) aha, I’ve seen this before, and usually it’s tied to permissions or service hiccups.
check if u have the right permissions in azure key vault. pim needs "eligible" or "active" assignments to work, and sometimes roles expire or get messed up. here’s the doc on how to set that up properly: azure rbac docs. if u don’t see anything wrong there, try refreshing the page or switching browsers. chrome edge works best for this stuff, no joke ::)
if it’s still stuck, might be a regional thing. u said u’re in canada east and central? sometimes azure services get lil’ delays in specific regions. check the azure status page hereno outages listed? then let’s dig deeper.
go to azure ad, then privileged identity management, and manually activate a role. if it spins forever, clear ur cache or try incognito. still nada? open azure cloud shell and run az rest --method get --url https://management.azure.com/providers/Microsoft.Authorization/roleAssignments?api-version=2020-04-01-preview
to see if ur assignments show up. if they don’t, u might need to re-request access.
hope this helps! let me know. btw microsoft’s docs are clutch for this stuff, so def bookmark those links. good luck
Best regards,
Alex
and "yes" if you would follow me at Q&A - personaly thx.
P.S. If my answer help to you, please Accept my answer
PPS That is my Answer and not a Comment