Share via

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.

0 comments No comments
{count} votes

Answer accepted by question author
  1. Andriy Bilous 12,091 Reputation points MVP Volunteer Moderator
    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

Your answer

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