How to host an app on azure portal on acr

Prosper Kandabongee Yeng 0 Reputation points
2024-07-01T06:42:15.31+00:00

I tried to host an app using acr. anytime i navigate to the container tab and choose azure container register radio button, I get an error with the code: STATUS_ACCESS_VIOLATION

Azure Container Registry
Azure Container Registry
An Azure service that provides a registry of Docker and Open Container Initiative images.
465 questions
{count} votes

2 answers

Sort by: Most helpful
  1. akinbade abiola 18,720 Reputation points
    2024-07-01T07:51:16.57+00:00

    Hello Prosper Kandabongee Yeng,

    Thanks for your question.

    Based on the error message, This looks like a chromium issue with the browser, I will recommend the steps here:

    I will recommend you find and tweaking the accessibility options in Edge/Chrome.

    edge://accessibility then uncheck Web Accessibility in edge.

    chrome://accessibility for chrome browser

    You can also tick: "lock the current accessibility mode from being changed except by this page" if there is an extension causing this.

    You can mark it 'Accept Answer' and 'Upvote' if this helped you

    Regards,

    Abiola

    0 comments No comments

  2. vipullag-MSFT 26,396 Reputation points
    2024-07-04T04:11:19.59+00:00

    Hello Prosper Kandabongee Yeng

    Welcome to Microsoft Q&A Platform, thanks for posting your query here.

    Adding to previous response from akinbade, the error code you mentioned, STATUS_ACCESS_VIOLATION, typically indicates a memory access violation or segmentation fault.

    To troubleshoot this issue, I would recommend to try the following:

    1. Check the logs for your ACR instance to see if there are any error messages that could provide more information about the cause of the issue.
    2. Try deploying your containerized application to a different Azure region to see if the issue is specific to the region you are currently using.
    3. If the issue persists, try creating a new ACR instance and deploying your application to that instance to see if the issue is specific to your current instance.

    If you still run into issues, the better to file a support case to get this investigated by support engineer.

    Hope this helps.

    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.