skip to Main Content

Azure – Unable to access Key Vault resource due to error message: "Number of groups to be checked cannot be more than 20."

When trying to view Key Vault Secrets or Keys, the Azure portal UI makes the following calls: Retrive the list of access policies: POST https://management.azure.com/batch?api-version=2020-06-01 Pass the list of access policies to Graph API checkMemberGroups: POST https://graph.windows.net/myorganization/users/..../checkMemberGroups?api-version=1.6 Which returns the…

VIEW QUESTION

Azure KeyVault Terraform cycle

I am trying to write a Terraform descriptor for integration Azure Functions, KeyVault and CosmosDB. On one hand I need Azure Functions identity id to create KeyVault access policy. On the other I need KeyVault's CosmosDB key reference to put…

VIEW QUESTION

MSINotEnabled – Can't use KeyVault Reference in Azure Function

I'm trying to use a User Assign Managed Identity to retrieve access in KeyVault reference in Azure Function. I'm following this doc https://learn.microsoft.com/en-us/azure/app-service/app-service-key-vault-references?tabs=azure-cli#:~:text=you%20haven%27t%20already.-,Configure,-the%20app%20to to reference the keyvault in the application configuration. I followed these steps: Created User Assign Managed Identity.…

VIEW QUESTION
Back To Top
Search