How to fix this Authorization Failure in Azure Document Intelligence ?

Kalyan 40 Reputation points
2023-12-11T06:36:38.9333333+00:00

I am trying to create a custom trained model in Azure AI Document Intelligence. I am stuck with this authorizatio failure error, in my first attempt.
image

Kindy let me know a way out.
-- kalyan

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
2,019 questions
0 comments No comments
{count} votes

Accepted answer
  1. navba-MSFT 27,505 Reputation points Microsoft Employee
    2023-12-11T09:05:46.94+00:00

    @Kalyan Welcome to Microsoft Q&A Forum, Thank you for posting your query here!
    .
    I had a look at the backend logs for your failing request id 7e596ffa-801e-0067-04fa-2b5e87000000 mentioned in the error message.
    .
    Cause:
    The failure is due to the HTTP 403 error with PublicNetworkAccessError.
    .
    Action Plan:

    • In your storage account kaXXXXlob, you seem to have created the distri container, please check if you can change its access level to public (container). So, when creating your container, set the Public access level field to Container (anonymous read access for containers and blobs) in the New Container window.enter image description here
    • Please confirm if your Storage Account --> Networking settings is having public access. enter image description here
    • Ensure that you have added the CORS rule as explained here.
    • Ensure that you have added the right RBAC permissions added as explained here.

    Hope this helps. If you have any follow-up questions, please let me know. I would be happy to help.
    **

    Please do not forget to "Accept the answer” and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

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.