An Azure service that is used to manage and protect cryptographic keys and other secrets used by cloud apps and services.
Hi Vince,
There is no "hit migration" button, but you should be looking at your roles that you have assigned currently. You can use Azure CLI to find out the listing:
az keyvault show \
--name <vault-name> \
--resource-group <resource-group> \
--query properties.accessPolicies
Then I would recommend applying the same levels of access to RBAC.
https://learn.microsoft.com/en-us/azure/key-vault/general/rbac-migration?tabs=cli