An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
Hi Kameron Cole,
This issue usually happens because Claude Opus 4.1 is a preview model and depends on the Foundry deployment and local client setup staying in sync after a system or extension upgrade. It is not related to a service outage.
Here are a few things you can check step by step.
First, check the Claude Opus 4.1 deployment in Azure AI Foundry. Open the Azure AI Foundry portal and go to the project where Claude Opus 4.1 is deployed. Make sure the deployment exists and its state shows Succeeded. If the deployment looks stuck or failed after the upgrade, removing and recreating the same deployment often clears the disconnected state.
Second, confirm your region and subscription are still valid. Claude models in Microsoft Foundry are preview models and are only supported in specific regions like East US 2 and Sweden Central. If the resource was recreated, moved, or reconfigured during the upgrade and ended up in a different region, the model can appear as disconnected even though it is selected. Also ensure the subscription is a paid subscription, as preview partner models do not work on free or credit-only subscriptions. https://learn.microsoft.com/en-us/azure/foundry/foundry-models/how-to/use-foundry-models-claude
Third, verify the local tool or editor configuration after the upgrade. After an OS or VS Code upgrade, environment variables and extensions may not load correctly. If you are using Claude through VS Code or a CLI integration connected to Foundry, recheck that the Foundry resource name and model deployment name match exactly what is configured locally. A mismatch here can cause the client to spin, or show disconnected even though the deployment is healthy.
Fourth, be aware of preview model behavior. Claude Opus 4.1 is a preview model, and preview models can be more sensitive to environment changes. In some cases, switching temporarily to another Claude model like Sonnet and then switching back to Opus after verifying the deployment helps reestablish the connection. This does not affect your data or project setup.
In most cases, once the deployment state, region, and local configuration are aligned again, the disconnected issue goes away without any changes to the service itself.
Hope this helps. Let me know if you want to walk through any of the checks in more detail.
Thankyou!