Document Intelligence — 404 on base endpoint (France Central)
Document Intelligence — 404 on base endpoint (France Central)
Hello, I’ve registered an Azure AI Document Intelligence resource, but I’m getting 404 on the base endpoint.
Below technical logs:
curl -v -H "Ocp-Apim-Subscription-Key: XXXX
curl -v -H "Ocp-Apim-Subscription-Key: XXXX" "https://????.cognitiveservices.azure.com/cognitiveservices?api-version=2023-07-31"
- Host ????.cognitiveservices.azure.com:443 was resolved.
- IPv6: (none)
- IPv4: 198.20.0.212
- Trying 198.20.0.212:443...
- Connected to laboratoirelaurent.cognitiveservices.azure.com (198.20.0.212) port 443
- ALPN: curl offers h2,http/1.1
- (304) (OUT), TLS handshake, Client hello (1):
- CAfile: /etc/ssl/cert.pem
- CApath: none
- (304) (IN), TLS handshake, Server hello (2):
- (304) (OUT), TLS handshake, Client hello (1):
- (304) (IN), TLS handshake, Server hello (2):
- (304) (IN), TLS handshake, Unknown (8):
- (304) (IN), TLS handshake, Certificate (11):
- (304) (IN), TLS handshake, CERT verify (15):
- (304) (IN), TLS handshake, Finished (20):
- (304) (OUT), TLS handshake, Finished (20):
- SSL connection using TLSv1.3 / AEAD-AES256-GCM-SHA384 / [blank] / UNDEF
- ALPN: server accepted h2
- Server certificate:
- subject: C=US; ST=WA; L=Redmond; O=Microsoft Corporation; CN=francecentral.api.cognitive.microsoft.com
- start date: Jul 17 03:05:23 2025 GMT
- expire date: Jan 13 03:05:23 2026 GMT
- subjectAltName: host "????.cognitiveservices.azure.com" matched cert's "*.cognitiveservices.azure.com"
- issuer: C=US; O=Microsoft Corporation; CN=Microsoft Azure RSA TLS Issuing CA 03
- SSL certificate verify ok.
- using HTTP/2
- [HTTP/2] [1] OPENED stream for https://????.cognitiveservices.azure.com/cognitiveservices?api-version=2023-07-31
- [HTTP/2] [1] [:method: GET]
- [HTTP/2] [1] [:scheme: https]
- [HTTP/2] [1] [:authority: ????.cognitiveservices.azure.com]
- [HTTP/2] [1] [:path: /cognitiveservices?api-version=2023-07-31]
- [HTTP/2] [1] [user-agent: curl/8.7.1]
- [HTTP/2] [1] [accept: /]
- [HTTP/2] [1] [ocp-apim-subscription-key: XXXXXXX]
GET /cognitiveservices?api-version=2023-07-31 HTTP/2
Host: ????.cognitiveservices.azure.com
User-Agent: curl/8.7.1
Accept: /
Ocp-Apim-Subscription-Key: XXXX
- Request completely sent off
< HTTP/2 404
< content-length: 56
< content-type: application/json
< apim-request-id: 5778b3ab-f017-44d0-985c-aa69348de0f3
< strict-transport-security: max-age=31536000; includeSubDomains; preload
< x-content-type-options: nosniff
< date: Wed, 20 Aug 2025 08:20:25 GMT
<
- Connection #0 to host ????.cognitiveservices.azure.com left intact
{"error":{"code":"404","message": "Resource not found"}}%