Azurefunctions not working correctly after changing to RBAC

Peter Murton 0 Reputation points
2025-03-19T09:01:20.7133333+00:00

I have just changed to RBAC and my azurefunctions app is not working correctly, what have I done wrong?

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,711 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Khadeer Ali 4,880 Reputation points Microsoft External Staff
    2025-03-19T09:45:19.57+00:00

    @Peter Murton ,

    Thanks for reaching out . When you switched to Role-Based Access Control (RBAC) for your Azure Functions app, it's possible that the permissions assigned to your user account, or the roles associated with the function app may not have sufficient write access. Some features of Azure Functions require write permissions to function correctly.

    If you are assigned the Reader role, for example, you won't be able to view or modify functions within the app, which could lead to the issues you're experiencing. To resolve this, you should ensure that you are assigned an Azure built-in role with write permissions for the function app or the resource group it belongs to.
    ref:
    https://learn.microsoft.com/en-us/azure/role-based-access-control/troubleshooting?tabs=bicep#symptom---some-function-app-features-are-disabled

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.