I have some Key Vaults in my Azure account, these were kept as “Allow public access from all networks”, now it had to be changed to “Disable public access” and me along with the team are not able to list the Keys and scerets
I changed it to Allow public access from specific Vnet and IPs, it worked for me and I have to now add public IP of all the other team members like this
Is there a better way to approach it
How bad is keeping the Public access open and the impact is same for other servcies like the Storage accounts
There were logic apps integration with this Key Vault and now it also started failing
Added public IP addresss of mine and it worked, but adding everyone’s IP doesnt seem like a productive approach