Skip to content

Commit de2e706

Browse files
authored
Merge pull request #1369 from sdgilley/sdg-release-rebrand
Rebrand key articles
2 parents a25011a + d796fb5 commit de2e706

File tree

6 files changed

+82
-62
lines changed

6 files changed

+82
-62
lines changed

articles/ai-studio/azure-openai-in-ai-studio.md

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,15 @@ ms.custom: ignite-2023, build-2024
1414
# customer intent: As a developer, I want to understand the different ways I can work with Azure OpenAI models so that I can build and deploy AI models.
1515
---
1616

17-
# What is Azure OpenAI in Azure AI Studio?
17+
# What is Azure OpenAI in Azure AI Foundry portal?
1818

19-
Azure OpenAI Service provides REST API access to OpenAI's powerful language models. Azure OpenAI Studio was previously where you went to access and work with the Azure OpenAI Service. This studio is now integrated into Azure AI Studio.
19+
Azure OpenAI Service provides REST API access to OpenAI's powerful language models. Azure OpenAI Studio was previously where you went to access and work with the Azure OpenAI Service. This studio is now integrated into Azure AI Foundry portal.
2020

21-
## Access Azure OpenAI Service in Azure AI Studio
21+
[!INCLUDE [new-name](includes/new-name.md)]
2222

23-
From the [Azure AI Studio](https://ai.azure.com) landing page, use the **Let's go** button in the **Focused on Azure OpenAI Service?** section.
23+
## Access Azure OpenAI Service in Azure AI Foundry portal
24+
25+
From the [Azure AI Foundry portal](https://ai.azure.com) landing page, use the **Let's go** button in the **Focused on Azure OpenAI Service?** section.
2426

2527
:::image type="content" source="media/azure-openai-in-ai-studio/home-page.png" alt-text="Screenshot shows Azure AI Studio home page.":::
2628

@@ -46,25 +48,25 @@ Use the left navigation area to perform your tasks with Azure OpenAI models:
4648

4749
:::image type="content" source="media/azure-openai-in-ai-studio/all-resources.png" alt-text="Screenshot shows the top right access to all resources in Azure AI Service section of Azure AI Studio." lightbox="media/azure-openai-in-ai-studio/all-resources.png":::
4850

49-
## Azure OpenAI in an Azure AI Studio project
51+
## Azure OpenAI in an Azure AI Foundry project
5052

51-
While the previous sections show how to focus on just the Azure OpenAI Service, you can also incorporate other AI services and models from various providers in Azure AI Studio. You can access the Azure OpenAI Service in two ways:
53+
While the previous sections show how to focus on just the Azure OpenAI Service, you can also incorporate other AI services and models from various providers in Azure AI Foundry portal. You can access the Azure OpenAI Service in two ways:
5254

5355
* When you focus on just the Azure OpenAI Service, as described in the previous sections, you don't use a project.
54-
* Azure AI Studio uses a project to organize your work and save state while building customized AI apps. When you work in a project, you can connect to the service. For more information, see [How to use Azure OpenAI Service in AI Studio](ai-services/connect-azure-openai.md#project).
56+
* Azure AI Foundry portal uses a project to organize your work and save state while building customized AI apps. When you work in a project, you can connect to the service. For more information, see [How to use Azure OpenAI Service in AI Studio](ai-services/connect-azure-openai.md#project).
5557

5658
When you create a project, you can try other models and tools along with Azure OpenAI. For example, the **Model catalog** in a project contains many more models than just Azure OpenAI models. Inside a project, you'll have access to features that are common across all AI services and models.
5759

5860
When you are only working with Azure OpenAI, working outside a project allow you to access the features that are specific to Azure OpenAI.
5961

60-
This table highlights the differences between working with Azure OpenAI outside of a project or in a project in Azure AI Studio:
62+
This table highlights the differences between working with Azure OpenAI outside of a project or in a project in Azure AI Foundry portal:
6163

6264

6365
| | **Azure OpenAI Service without a project** | **Azure OpenAI Service with a project** |
6466
|--|--|--|
6567
| **Purpose** | Primarily focused on providing access to Azure OpenAI's models and functionalities. Allows users to deploy, fine-tune, and manage Azure OpenAI models. | A broader platform that focuses on end-to-end tooling to build generative AI applications. Integrates multiple AI services and models from various providers, including Azure OpenAI. Designed to support a wide range of AI functionalities and use cases. |
6668
| **Features** | Includes a model catalog, fine-tuning capabilities, and deployment options. Access all Azure OpenAI models and manage them within this resource. | Offers models from providers like Meta, Microsoft, Cohere, Mistral, and NVIDIA. Provides a comprehensive suite of tools for building, testing, and deploying AI solutions. Powers AI capabilities like translation, summarization, conversation, document generation, facial recognition, and more. |
67-
| **Usage** | Ideal when you need to work specifically with Azure OpenAI models and use their capabilities for various applications. | Provides enterprise-grade features like access management and private networks. Suitable when you want to explore and use a diverse set of AI services and models. Includes a unified interface for managing different AI resources and projects. Create an Azure AI Studio project to use AI services or models from other model providers. |
69+
| **Usage** | Ideal when you need to work specifically with Azure OpenAI models and use their capabilities for various applications. | Provides enterprise-grade features like access management and private networks. Suitable when you want to explore and use a diverse set of AI services and models. Includes a unified interface for managing different AI resources and projects. Create an Azure AI Foundry project to use AI services or models from other model providers. |
6870

6971
> [!NOTE]
7072
> When you need features specific to Azure OpenAI, such as batch jobs, evals, stored-completions, and vector stores, work outside of a project.
@@ -73,19 +75,19 @@ This table highlights the differences between working with Azure OpenAI outside
7375

7476
Pay attention to the top left corner of the screen to see which context you are in.
7577

76-
* When you are in the Azure AI Studio landing page, with choices of where to go next, you see **Azure AI Studio**.
78+
* When you are in the Azure AI Foundry portal landing page, with choices of where to go next, you see **Azure AI Foundry**.
7779

7880
:::image type="content" source="media/azure-openai-in-ai-studio/ai-studio-no-project.png" alt-text="Screenshot shows top left corner of screen for AI Studio without a project.":::
7981

80-
* When you are in a project, you see **Azure AI Studio / project name**. The project name allows you to switch between projects.
82+
* When you are in a project, you see **Azure AI Foundry / project name**. The project name allows you to switch between projects.
8183

8284
:::image type="content" source="media/azure-openai-in-ai-studio/ai-studio-project.png" alt-text="Screenshot shows top left corner of screen for AI Studio with a project.":::
8385

8486
* When you're working with Azure OpenAI outside of a project, you see **Azure AI Studio | Azure OpenAI / resource name**. The resource name allows you to switch between Azure OpenAI resources.
8587

8688
:::image type="content" source="media/azure-openai-in-ai-studio/ai-studio-azure-openai.png" alt-text="Screenshot shows top left corner of screen for AI Studio when using Azure OpenAI without a project.":::
8789

88-
Use the **Azure AI Studio** breadcrumb to navigate back to the Azure AI Studio home page. You can also navigate back to the Azure AI Studio home page when you see **View all Azure AI Studio resources & projects** in the top right corner of the screen.
90+
Use the **Azure AI Foundry** breadcrumb to navigate back to the Azure AI Studio home page. You can also navigate back to the Azure AI Foundry portal home page when you see **View all resources & projects** in the top right corner of the screen.
8991

9092
## Related content
9193

0 commit comments

Comments
 (0)