From 1a96ed7b001935059b06770c25e76f5fd548c8ca Mon Sep 17 00:00:00 2001 From: Kim Date: Sat, 6 Sep 2025 09:42:05 +0900 Subject: [PATCH] fix: rebranding of Azure AI Studio (Azure OpenAI Studio) to Azure AI Foundry (#3424) Co-authored-by: Tony Kipkemboi --- docs/en/enterprise/guides/azure-openai-setup.mdx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/en/enterprise/guides/azure-openai-setup.mdx b/docs/en/enterprise/guides/azure-openai-setup.mdx index 0fd671bc8..6754208f7 100644 --- a/docs/en/enterprise/guides/azure-openai-setup.mdx +++ b/docs/en/enterprise/guides/azure-openai-setup.mdx @@ -10,12 +10,12 @@ This guide walks you through connecting Azure OpenAI with Crew Studio for seamle ## Setup Process - - 1. In Azure, go to `Azure AI Services > select your deployment > open Azure OpenAI Studio`. + + 1. In Azure, go to [Azure AI Foundry](https://ai.azure.com/) > select your Azure OpenAI deployment. 2. On the left menu, click `Deployments`. If you don't have one, create a deployment with your desired model. 3. Once created, select your deployment and locate the `Target URI` and `Key` on the right side of the page. Keep this page open, as you'll need this information. - Azure OpenAI Studio + Azure AI Foundry @@ -49,4 +49,4 @@ If you encounter issues: - Verify the Target URI format matches the expected pattern - Check that the API key is correct and has proper permissions - Ensure network access is configured to allow CrewAI connections -- Confirm the deployment model matches what you've configured in CrewAI \ No newline at end of file +- Confirm the deployment model matches what you've configured in CrewAI