An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
Hi ,
Thanks for reaching out to Microsoft Q&A.
This is expected behaviour and a known gap in Service Health. The retirement notice is raised at the subscription level based on telemetry signals (API usage, SDK calls, or historical usage patterns), not strictly on currently discoverable resources. The Assistants API is not always tied to a clearly identifiable azure resource (unlike a VM or db), so the “Impacted Resources” tab can remain empty even when the subscription has made Assistants API calls in the past (including via code, SDKs, or transient usage).
To find actual usage, you need to check azure Monitor/Log Analytics (HTTP dependencies to OpenAI endpoints), Application Insights traces, or code repositories/CI pipelines for calls to Assistants endpoints (for example, /assistants, /threads, /runs). Also review any services using azure OpenAI via SDKs (Python, .NET, JavaScript) where assistants features may have been used indirectly. In short, the alert is correct at subscription scope, but you must rely on logs and code inspection to pinpoint the exact workloads.
Please 'Upvote'(Thumbs-up) and 'Accept' as answer if the reply was helpful. This will be benefitting other community members who face the same issue.