Azure function portal UX crashes every time I update App Service authentication settings

Bo Xiao 25 Reputation points Microsoft Employee
2024-06-28T07:27:01.2233333+00:00

User's image

I changed the unauthenticated requests part.

User's image

Then, the page crashed.

User's image

It can repro every time.

azure function portal crash.gif

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,643 questions
0 comments No comments
{count} votes

Accepted answer
  1. Andriy Bilous 11,176 Reputation points MVP
    2024-06-30T20:42:12.1466667+00:00

    Hello

    Considering the the screenshots provided, you have error: Access Violation when Retrieving Access Token for Azure Function.

    There could be multiple issues and you can try to:

    • Check code where you’re retrieving the access token. Ensure that you’re following the correct procedure.
    • Ensure that the service principal has the required API permissions (e.g., Microsoft Graph, Azure Management APIs, etc.).
    • If your Azure Function is running with a managed identity, ensure that the identity has the necessary permissions.
    • Double-check the method you’re using to retrieve the access token.
    • Enable detailed logging in your Azure Function.

    Also try to check your browser settings:

    https://learn.microsoft.com/en-us/answers/questions/1720613/error-code-status-access-violation-when-searching


0 additional answers

Sort by: Most helpful