Microsoft Azure Portal - Page Load Error

Parikh, Vivek 0 Reputation points
2024-07-03T20:34:05.7666667+00:00

When trying to create an alert on the Service Bus from Azure portal, we are seeing the following error message.

We see the issue when using Edge and Chrome.User's image

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
20,367 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Dan Small at GEICO 0 Reputation points
    2024-07-03T21:27:40.6266667+00:00

    See the solution posted here: https://video2.skills-academy.com/en-us/answers/questions/1720613/error-code-status-access-violation-when-searching

    I found it worked for both Edge and Chrome

    Chrome: chrome://accessibility/

    Edge: edge://accessibility/

    For both, disable Web accessibility

    0 comments No comments

  2. Marilee Turscak-MSFT 36,151 Reputation points Microsoft Employee
    2024-07-03T22:43:51.3066667+00:00

    Hi Parikh, Vivek,

    To add to Dan's answer, there is an ongoing incident right now that is causing some customers to experience intermittent browser crashing when accessing certain parts of the portal. They receive a Status_Access_Violation error.

    Workarounds:

    1)If you are able to use the Edge Beta channel of the browser, Edge Beta is on version 127 and this issue should not repro in 127. You can download Edge 127 here:https://www.microsoft.com/en-us/edge/download/insider

    2)Launching edge from the command line and adding the following flag:

    • --disable-renderer-accessibility
    • See: Chromium Docs - Accessibility Overview (googlesource.com)
    • Please note: this will cause incompatibility with any technology that uses our accessibility APIs, including screen readers.
      • In the command line, you could launch the browser from the root directory where msedge.exe is installed and run msedge.exe --disable-renderer-accessibility. On my computer, the full command to change into the root directory and then launch the browser is cd C:\Program Files (x86)\Microsoft\Edge\Application && msedge.exe --disable-renderer-accessibility, but this may vary depending on where the browser is installed on the virtual machines.
      • Steps to update the shortcut instead:
      1. Close all instances of Edge
      2. Open the start menu, find shortcut to Edge.
          1. Right-click and click "Open File location"
        
                   1. Observe this brings you to a file explorer window with the shortcut highlighted.
        
                   1. Right click the Edge shortcut.
        
                   1. Click Properties
        
                   1. In "Target" observe the name and path of the exe
        
                   1. Append your feature flags after the closing " of the exe name.
        
                            - e.g. `"C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe" --disable-renderer-accessibility`
        
                            1. Now when you open edge using the shortcut, it will have the flag applied.
        
                            1. **Please note:** if another application opens edge first, the flag **will not be applied.**
        
      3. Optionally: the flag can be verified by navigating to edge://accessibility/ and observing the checkbox with the label:  "Lock the current accessibility mode from being changed except by this page." But I do not recommend using this page to control accessibility, as it is a tool for chromium developers, and is not intended for use by general users.

     

    I'll continue to update this thread as I receive any additional news or workarounds.

    0 comments No comments