ResourceNotFoundError (404) with DocumentIntelligenceClient
# ResourceNotFoundError (404) with DocumentIntelligenceClient
404 ResourceNotFoundError with DocumentIntelligenceClient is usually the region: not all regions support Document Intelligence. Redeploy the resource in a supported region (East US worked for multiple reporters; Central US and North Central US did not at the time). Check the region availability table in the docs first.
## Context from the issue
gh:Azure/azure-sdk-for-python#33312: Issue Azure/azure-sdk-for-python#33312 (closed, 17 comments): **Environment:** - Python Version: 3.9.13 - Old SDK: azure-ai-formrecognizer 3.3.2 - New SDK: azure-ai-documentintelligence 1.0.0b1 **Issue:** I am facing a `ResourceNotFoundError (404)` when using `DocumentIntelligenceClient` in the new Azure SDK version 1.0.0b1. The old SDK version 3.3.2 (`DocumentAnalysisClient`) works fine with the same endpoint and key. **Reproducible Steps:** 1. **Working Code with Old SDK (`azure-ai-formrecognizer 3.3.2`):** ```python from azure.core.credentials import AzureKeyCredential from azure.ai.formrecognizer import DocumentAnalysisClient endpoint = os.environ["E