An Azure service that provides artificial intelligence algorithms that detect, recognize, and analyze human faces in images.
All three re-sync methods attempted — issue persists, suspect data-plane suspension
Hi, thank you for the suggestions. I have now attempted all three of the recommended synchronization methods, and unfortunately, none of them restored data-plane connectivity:
- Metadata modification — Added a new resource tag via
Update-AzTag(confirmed applied: tag visible on the resource). No change after propagation wait. - Network rule toggle — Switched NetworkRuleSet DefaultAction from Allow → Deny, waited 90 seconds, then reverted to Allow (confirmed:
DefaultAction: Allow, verified viaGet-AzCognitiveServicesAccount). No change. - Key regeneration — Regenerated Key2 via
New-AzCognitiveServicesAccountKey(completed successfully). No change.
All three operations succeeded at the control plane, but data-plane routing was not restored.
Current symptoms remain exactly as before:
- Resource: Face API "rise-try-me" (RG: mcpp-purchase, Southeast Asia), state Active/Succeeded, SKU S0,
PublicNetworkAccess: Enabled,DefaultAction: Allow - DNS resolves correctly through the AI gateway chain (
*.ai-gateway.southeastasia-01.azure-api.net→ Traffic Manager → regional APIM) - TLS handshake completes, request is fully sent, then the connection is reset with no HTTP response (HTTP/2: stream CANCEL err 8; HTTP/1.1: TCP RST / "Connection reset by peer")
- Requests with an intentionally invalid subscription key are also reset — no 401 is returned, which indicates the gateway is not routing the request to the backend at all (authentication is never reached)
- The same behavior existed before the resource was moved cross-subscription (from 12e86485-... to b657b2a6-...), so the block followed the resource through the move
- Additionally, a newly created Face resource ("rise-prod") in the destination subscription has been stuck in "Creating" provisioning state for over an hour, which may indicate a related backend/regional issue
Given that control-plane operations succeed but no data-plane request ever reaches the backend (not even far enough to fail authentication), this looks like a gateway backend-mapping failure or a data-plane suspension that cannot be resolved from the customer side.
This is a production service with enrolled customer face data, currently down. Could you please advise whether this can be escalated for backend investigation, or confirm that a Microsoft support ticket is the appropriate next step? I have the full diagnostic timeline available if needed.All three re-sync methods attempted — issue persists, suspect data-plane suspension
Hi, thank you for the suggestions. I have now attempted all three of the recommended synchronization methods, and unfortunately none of them restored data-plane connectivity:
- Metadata modification — Added a new resource tag via
Update-AzTag(confirmed applied: tag visible on the resource). No change after propagation wait. - Network rule toggle — Switched NetworkRuleSet DefaultAction from Allow → Deny, waited 90 seconds, then reverted to Allow (confirmed:
DefaultAction: Allow, verified viaGet-AzCognitiveServicesAccount). No change. - Key regeneration — Regenerated Key2 via
New-AzCognitiveServicesAccountKey(completed successfully). No change.
All three operations succeeded at the control plane, but data-plane routing was not restored.
Current symptoms remain exactly as before:
- Resource: Face API "rise-try-me" (RG: mcpp-purchase, Southeast Asia), state Active/Succeeded, SKU S0,
PublicNetworkAccess: Enabled,DefaultAction: Allow - DNS resolves correctly through the AI gateway chain (
*.ai-gateway.southeastasia-01.azure-api.net→ Traffic Manager → regional APIM) - TLS handshake completes, request is fully sent, then the connection is reset with no HTTP response (HTTP/2: stream CANCEL err 8; HTTP/1.1: TCP RST / "Connection reset by peer")
- Requests with an intentionally invalid subscription key are also reset — no 401 is returned, which indicates the gateway is not routing the request to the backend at all (authentication is never reached)
- The same behavior existed before the resource was moved cross-subscription (from 12e86485-... to b657b2a6-...), so the block followed the resource through the move
- Additionally, a newly created Face resource ("rise-prod") in the destination subscription has been stuck in "Creating" provisioning state for over an hour, which may indicate a related backend/regional issue
Given that control-plane operations succeed but no data-plane request ever reaches the backend (not even far enough to fail authentication), this looks like a gateway backend-mapping failure or a data-plane suspension that cannot be resolved from the customer side.
This is a production service with enrolled customer face data, currently down. Could you please advise whether this can be escalated for backend investigation, or confirm that a Microsoft support ticket is the appropriate next step? I have the full diagnostic timeline available if needed.