View Diff on GitHub
ハイライト
この変更は、ドキュメント全体を通して「AI Foundry」という表現を「Azure AI Foundry」に修正することに焦点を当てています。これにより、ブランド名の一貫性が向上し、ユーザーに正確な情報が提供されます。各ファイルで、関連する表現の修正が施されており、ユーザーがAzureのサービスを効果的に利用できるよう支援しています。
新機能
新たな機能自体の追加はなく、既存の表現をより適切にするための名称修正に専念しています。
破壊的変更
破壊的な変更はありません。すべての変更は、名前の修正に関するものであり、機能やAPIの動作には影響を与えていません。
その他の更新
各ドキュメントセクションにおいて、名称修正が行われており、特に「AI Foundry」から「Azure AI Foundry」への変更が強調されています。これには、ポータル、プロジェクト名、およびそれに関連する手順やスクリーンショットのキャプションも含まれています。
洞察
今回の変更は、Azureのブランド一貫性を向上させるために行われたものであり、企業のサービスと製品を明確に識別することを目的としています。特に、ドキュメントの中で正式名称が一貫して使用されることにより、ユーザーはどのプロダクトやサービスが対象であるかを誤解することなく理解できるようになります。
ユーザーがドキュメントを利用する際の最大の利点は、正確な情報によってデプロイや設定に関する混乱を避けることができる点です。正しいブランド名の使用は、Azureサービスの価値提案を強化し、競合他社との差別化を図る方法の一つでもあります。さらに、このような一貫した修正は、文書の質を向上させ、サービスやサポートへの信頼性を高める重要なステップと言えます。
今回は軽微な文字列修正であるため、技術的な移行や適応が必要とされない点も利点として挙げられるでしょう。ただし、このような名称変更がある場合、ユーザーに消極的な影響が及ばないよう注意が必要で、今回の更新はその点も含め慎重に配慮されています。
Summary Table
Modified Contents
articles/ai-services/openai/assistants-quickstart.md
Diff
@@ -20,7 +20,7 @@ Azure OpenAI Assistants (Preview) allows you to create AI assistants tailored to
::: zone pivot="ai-foundry-portal"
-[!INCLUDE [AI Foundry portal](includes/assistants-ai-studio.md)]
+[!INCLUDE [Azure AI Foundry portal](includes/assistants-ai-studio.md)]
::: zone-end
Summary
{
"modification_type": "minor update",
"modification_title": "Azure AI Foundryポータルへのリンクの修正"
}
Explanation
この変更では、ドキュメント内の一部のテキストが修正されました。具体的には、“AI Foundry portal”という表現が、“Azure AI Foundry portal”に更新されました。この修正は、利用者に対して正確な情報を提供することを目的としており、ドキュメントの明確さと一貫性を向上させます。変更は、assistants-quickstart.md
ファイルの20行目付近にあります。
articles/ai-services/openai/concepts/provisioned-throughput.md
Diff
@@ -54,7 +54,7 @@ To help with simplifying the sizing effort, the following table outlines the TPM
|Max Output TPM per PTU| 833|12,333|
|Latency Target Value |25 Tokens Per Second|33 Tokens Per Second|
-For a full list see the [AOAI Foundry calculator](https://oai.azure.com/portal/calculator).
+For a full list see the [AOAI in Azure AI Foundry calculator](https://oai.azure.com/portal/calculator).
> [!NOTE]
@@ -116,7 +116,7 @@ Azure OpenAI is a highly sought-after service where customer demand might exceed
#### Regional capacity guidance
-To find the capacity needed for their deployments, use the capacity API or the AI Foundry deployment experience to provide real-time information on capacity availability.
+To find the capacity needed for their deployments, use the capacity API or the Azure AI Foundry deployment experience to provide real-time information on capacity availability.
In Azure AI Foundry, the deployment experience identifies when a region lacks the capacity needed to deploy the model. This looks at the desired model, version and number of PTUs. If capacity is unavailable, the experience directs users to a select an alternative region.
@@ -128,7 +128,7 @@ If an acceptable region isn't available to support the desire model, version and
- Attempt the deployment with a smaller number of PTUs.
- Attempt the deployment at a different time. Capacity availability changes dynamically based on customer demand and more capacity might become available later.
-- Ensure that quota is available in all acceptable regions. The [model capacities API](/rest/api/aiservices/accountmanagement/model-capacities/list?view=rest-aiservices-accountmanagement-2024-04-01-preview&tabs=HTTP&preserve-view=true) and AI Foundry experience consider quota availability in returning alternative regions for creating a deployment.
+- Ensure that quota is available in all acceptable regions. The [model capacities API](/rest/api/aiservices/accountmanagement/model-capacities/list?view=rest-aiservices-accountmanagement-2024-04-01-preview&tabs=HTTP&preserve-view=true) and Azure AI Foundry experience consider quota availability in returning alternative regions for creating a deployment.
### Determining the number of PTUs needed for a workload
Summary
{
"modification_type": "minor update",
"modification_title": "Azure AI Foundry関連の表現の修正"
}
Explanation
この変更は、ドキュメント内のいくつかの表現を修正するもので、主に「AI Foundry」という用語に「Azure」を追加することで、ブランド名の一貫性と明確さを向上させています。具体的には、計算機へのリンクや、キャパシティのAPIに関する記述において、「Azure AI Foundry」という表記に更新されています。これにより、利用者に正確で一貫した情報を提供することが目的です。全体で6箇所の変更が行われており、ドキュメントの理解を深めることに寄与しています。
articles/ai-services/openai/concepts/safety-system-message-templates.md
Diff
@@ -35,7 +35,7 @@ Below are examples of recommended system message components you can include to p
The following steps show how to leverage safety system messages in Azure AI Foundry portal.
1. Go to Azure AI Foundry and navigate to Azure OpenAI and the Chat playground.
- :::image type="content" source="../media/navigate-chat-playground.PNG" alt-text="Screenshot of the AI Foundry portal selection.":::
+ :::image type="content" source="../media/navigate-chat-playground.PNG" alt-text="Screenshot of the Azure AI Foundry portal selection.":::
1. Navigate to the default safety system messages integrated in the studio.
:::image type="content" source="../media/navigate-system-message.PNG" alt-text="Screenshot of the system message navigation.":::
1. Select the system message(s) that are applicable to your scenario.
Summary
{
"modification_type": "minor update",
"modification_title": "Azure AI Foundryポータルの表現の修正"
}
Explanation
この変更では、ドキュメント内の特定の表現が修正され、ブランド名の一貫性が向上されています。具体的には、“AI Foundry portal”から”Azure AI Foundry portal”に変更され、ポータルに関する説明がより明確になっています。変更は、サンプルシステムメッセージの利用方法を説明する部分で行われており、特にチャットプレイグラウンドへのナビゲーションに関する記載があります。この修正は、ユーザーが誤解なくサービスを利用できるようにするためのもので、ドキュメントの質を向上させることに貢献しています。
articles/ai-services/openai/gpt-v-quickstart.md
Diff
@@ -24,7 +24,7 @@ Get started using GPT-4 Turbo with images with the Azure OpenAI Service.
::: zone pivot="ai-foundry-portal"
-[!INCLUDE [AI Foundry portal quickstart](includes/gpt-v-studio.md)]
+[!INCLUDE [Azure AI Foundry portal quickstart](includes/gpt-v-studio.md)]
::: zone-end
Summary
{
"modification_type": "minor update",
"modification_title": "Azure AI Foundryポータルの表現の修正"
}
Explanation
この変更は、ドキュメント内の表現を微修正するもので、特に「AI Foundryポータル」の名称が「Azure AI Foundryポータル」に更新されています。この修正により、ブランド名の一貫性が強化され、ユーザーが提供されているサービスをより明確に理解できるようになります。変更は、GPT-4 Turboの使い方に関するセクションに影響を与えており、その情報が含まれるインクルードファイルへの参照が更新されています。これにより、ユーザーは正確で明確なガイダンスを受けることができるようになります。
articles/ai-services/openai/how-to/batch.md
Diff
@@ -82,7 +82,7 @@ The following aren't currently supported:
### Global batch deployment
-In the AI Foundry portal the deployment type will appear as `Global-Batch`.
+In the Azure AI Foundry portal the deployment type will appear as `Global-Batch`.
:::image type="content" source="../media/how-to/global-batch/global-batch.png" alt-text="Screenshot that shows the model deployment dialog in Azure AI Foundry portal with Global-Batch deployment type highlighted." lightbox="../media/how-to/global-batch/global-batch.png":::
@@ -91,7 +91,7 @@ In the AI Foundry portal the deployment type will appear as `Global-Batch`.
::: zone pivot="ai-foundry-portal"
-[!INCLUDE [AI Foundry portal](../includes/batch/batch-studio.md)]
+[!INCLUDE [Azure AI Foundry portal](../includes/batch/batch-studio.md)]
::: zone-end
@@ -154,7 +154,7 @@ Yes. Similar to other deployment types, you can create content filters and assoc
### Can I request additional quota?
-Yes, from the quota page in the AI Foundry portal. Default quota allocation can be found in the [quota and limits article](../quotas-limits.md#global-batch-quota).
+Yes, from the quota page in the Azure AI Foundry portal. Default quota allocation can be found in the [quota and limits article](../quotas-limits.md#global-batch-quota).
### What happens if the API doesn't complete my request within the 24 hour time frame?
Summary
{
"modification_type": "minor update",
"modification_title": "Azure AI Foundryポータルの表現の修正"
}
Explanation
この変更は、ドキュメント内で「AI Foundryポータル」という表現を「Azure AI Foundryポータル」に修正することを目的としています。この更新により、ブランド名が一貫して使用されるようになり、ユーザーがサービスを理解しやすくなります。特に「Global-Batch」デプロイメントタイプに関するセクションでの変更が含まれており、関連するインクルードファイルへの参照も更新されています。この微調整によって、ユーザーはAzureプラットフォームでの操作に関する正確なガイダンスを受けることができ、サービスの利用がよりスムーズになります。
articles/ai-services/openai/how-to/on-your-data-configuration.md
Diff
@@ -271,7 +271,7 @@ So far you have already setup each resource work independently. Next you need to
| `Storage Blob Data Contributor` | Azure OpenAI | Storage Account | Reads from the input container, and writes the preprocessed result to the output container. |
| `Cognitive Services OpenAI Contributor` | Azure AI Search | Azure OpenAI | Custom skill. |
| `Storage Blob Data Reader` | Azure AI Search | Storage Account | Reads document blobs and chunk blobs. |
-| `Reader` | Azure AI Foundry Project | Azure Storage Private Endpoints (Blob & File) | Read search indexes created in blob storage within an AI Foundry Project. |
+| `Reader` | Azure AI Foundry Project | Azure Storage Private Endpoints (Blob & File) | Read search indexes created in blob storage within an Azure AI Foundry Project. |
| `Cognitive Services OpenAI User` | Web app | Azure OpenAI | Inference. |
Summary
{
"modification_type": "minor update",
"modification_title": "Azure AI Foundryプロジェクトの表現の修正"
}
Explanation
この変更は、ドキュメント内で「AI Foundryプロジェクト」という表現を「Azure AI Foundryプロジェクト」に修正することを目的としています。この修正によって、ブランド名が明確になり、ユーザーがサービスの定義をより正確に理解できるようになります。具体的には、リソースの権限に関する表での記述が更新されており、Azureストレージ内の検索インデックスに関する情報に対して、より正確なコンテキストが提供されています。この微修正は、Azureのサービスの使用を推進し、ドキュメントの整合性を高める役割を果たします。
articles/ai-services/openai/how-to/realtime-audio.md
Diff
@@ -42,7 +42,7 @@ Before you can use GPT-4o real-time audio, you need:
- An Azure subscription - <a href="https://azure.microsoft.com/free/cognitive-services" target="_blank">Create one for free</a>.
- An Azure OpenAI resource created in a [supported region](#supported-models). For more information, see [Create a resource and deploy a model with Azure OpenAI](create-resource.md).
-- You need a deployment of the `gpt-4o-realtime-preview` model in a supported region as described in the [supported models](#supported-models) section. You can deploy the model from the [Azure AI Foundry portal model catalog](../../../ai-studio/how-to/model-catalog-overview.md) or from your project in AI Foundry portal.
+- You need a deployment of the `gpt-4o-realtime-preview` model in a supported region as described in the [supported models](#supported-models) section. You can deploy the model from the [Azure AI Foundry portal model catalog](../../../ai-studio/how-to/model-catalog-overview.md) or from your project in Azure AI Foundry portal.
Here are some of the ways you can get started with the GPT-4o Realtime API for speech and audio:
- For steps to deploy and use the `gpt-4o-realtime-preview` model, see [the real-time audio quickstart](../realtime-audio-quickstart.md).
Summary
{
"modification_type": "minor update",
"modification_title": "Azure AI Foundryポータルの表現の修正"
}
Explanation
この変更は、ドキュメント内で「AI Foundryポータル」という表現を「Azure AI Foundryポータル」に修正することを目的としています。この更新により、ブランド名が正確に表示され、ユーザーがAzureのサービスをより明確に理解できるようになります。特に、gpt-4o-realtime-preview
モデルのデプロイに関する指示が含まれているセクションでの調整が行われており、他の関連情報とともに、ユーザーが適切なリソースにアクセスしやすくなっています。このような微調整が行われることで、ドキュメントの整合性と信頼性が向上し、ユーザーが必要な情報を迅速に取得できるようになります。
articles/ai-services/openai/how-to/use-web-app.md
Diff
@@ -166,7 +166,7 @@ This can be accomplished using the Advanced edit or simple Edit options as previ
### Using Azure AI Foundry
-Follow [this tutorial on integrating Azure AI Search with AI Foundry](/azure/ai-studio/tutorials/deploy-chat-web-app#add-your-data-and-try-the-chat-model-again) and redeploy your application.
+Follow [this tutorial on integrating Azure AI Search with Azure AI Foundry](/azure/ai-studio/tutorials/deploy-chat-web-app#add-your-data-and-try-the-chat-model-again) and redeploy your application.
### Using Azure OpenAI Studio
Summary
{
"modification_type": "minor update",
"modification_title": "Azure AI Foundryの表現の修正"
}
Explanation
この変更は、ドキュメント内で「AI Foundry」という表現を「Azure AI Foundry」に修正することを目的としています。この修正により、サービスの名前が正確に表示され、ユーザーに対する明確な情報提供が強化されます。特に、Azure AI SearchをAzure AI Foundryと統合する手順を説明するセクションでの表現が改善されており、リソースとしてのAzure AI Foundryの重要性が強調されています。このようなマイナーな更新は、ブランドの一貫性を保ち、ユーザーがより正確にサービスを理解できるよう助けます。
articles/ai-services/openai/how-to/weights-and-biases-integration.md
Diff
@@ -87,7 +87,7 @@ Give your Azure OpenAI resource the **Key Vault Secrets Officer** role.
## Link Weights & Biases with Azure OpenAI
-1. Navigate to the [AI Foundry portal](https://ai.azure.com) and select your Azure OpenAI fine-tuning resource.
+1. Navigate to the [Azure AI Foundry portal](https://ai.azure.com) and select your Azure OpenAI fine-tuning resource.
:::image type="content" source="../media/how-to/weights-and-biases/manage-integrations.png" alt-text="Screenshot of the manage integrations button." lightbox="../media/how-to/weights-and-biases/manage-integrations.png":::
Summary
{
"modification_type": "minor update",
"modification_title": "Azure AI Foundryポータルの表現の修正"
}
Explanation
この変更は、「AI Foundryポータル」という表現を「Azure AI Foundryポータル」に修正することを目的としています。これにより、ブランド名が正確に表記され、ユーザーがAzureのサービスをより容易に識別できるようになります。特に、Azure OpenAIリソースのファインチューニングに関連する手順において、ポータルへのナビゲーションについて具体的に記載されています。このようなマイナーな修正は、ドキュメントの一貫性を高め、ユーザーに対して明確で信頼性のある情報を提供するために重要です。
articles/ai-services/openai/includes/assistants-ai-studio.md
Diff
@@ -1,7 +1,7 @@
---
-title: Quickstart - getting started with Azure OpenAI assistants (preview) in AI Foundry portal
+title: Quickstart - getting started with Azure OpenAI assistants (preview) in Azure AI Foundry portal
titleSuffix: Azure OpenAI
-description: Walkthrough on how to get started with Azure OpenAI assistants with new features like code interpreter in AI Foundry portal (Preview).
+description: Walkthrough on how to get started with Azure OpenAI assistants with new features like code interpreter in Azure AI Foundry portal (Preview).
manager: nitinme
ms.service: azure-ai-studio
ms.custom:
Summary
{
"modification_type": "minor update",
"modification_title": "タイトルと説明の修正"
}
Explanation
この変更は、ドキュメントのタイトルおよび説明における「AI Foundryポータル」という表現を「Azure AI Foundryポータル」に修正することを目的としています。この修正によって、Azureのブランド名が明確に示され、ユーザーに対して一貫した情報が提供されます。具体的には、Azure OpenAIアシスタントに関するクイックスタートガイドのタイトルとその説明文が更新され、新機能であるコードインタープリタについての情報が正確に表現されています。このようなマイナーな更新は、内容の明瞭性を向上させ、読者が関連情報を理解しやすくするために重要です。
articles/ai-services/openai/includes/assistants-studio.md
Diff
@@ -41,7 +41,7 @@ Use the **Assistant setup** pane to create a new AI assistant or to select an ex
| **Deployment** | This is where you set which model deployment to use with your assistant. |
| **Functions**| Create custom function definitions for the models to formulate API calls and structure data outputs based on your specifications |
| **Code interpreter** | Code interpreter provides access to a sandboxed Python environment that can be used to allow the model to test and execute code. |
-| **Files** | You can upload up to 20 files, with a max file size of 512 MB to use with tools. You can upload up to 10,000 files using [AI Foundry portal](../assistants-quickstart.md?pivots=ai-foundry-portal). |
+| **Files** | You can upload up to 20 files, with a max file size of 512 MB to use with tools. You can upload up to 10,000 files using [Azure AI Foundry portal](../assistants-quickstart.md?pivots=ai-foundry-portal). |
### Tools
Summary
{
"modification_type": "minor update",
"modification_title": "AI Foundryポータルの名称修正"
}
Explanation
この変更では、「AI Foundryポータル」という表現を「Azure AI Foundryポータル」に修正しています。この修正は、ユーザーがAzureのリソースをより正確に認識できるようにするためのものであり、ドキュメントの一貫性を高める役割を果たします。具体的には、AIアシスタントの設定やファイルのアップロードに関するセクションで、関連するポータル名が正確に表記されています。このようなマイナーな変更は、ユーザーが重要な情報を理解しやすくするために重要で、信頼性のあるガイダンスを提供します。
articles/ai-services/openai/includes/batch/batch-studio.md
Diff
@@ -70,7 +70,7 @@ For this article, we'll create a file named `test.jsonl` and will copy the conte
Once your input file is prepared, you first need to upload the file to then be able to kick off a batch job. File upload can be done both programmatically or via the Studio.
-1. Sign in to [AI Foundry portal](https://ai.azure.com).
+1. Sign in to [Azure AI Foundry portal](https://ai.azure.com).
2. Select the Azure OpenAI resource where you have a global batch model deployment available.
3. Select **Batch jobs** > **+Create batch jobs**.
Summary
{
"modification_type": "minor update",
"modification_title": "ポータル名の修正"
}
Explanation
この変更は、手順の中で述べられているポータルの名称を「AI Foundryポータル」から「Azure AI Foundryポータル」に修正しています。この修正により、Azureの公式なブランド名が正確に反映され、ユーザーに安心感を与えるとともに、情報の一貫性が保たれます。具体的には、バッチジョブを開始するためのファイルアップロード手順において、ユーザーが必要とするリソースにアクセスするための指示がより明確になります。このようなマイナー更新は、ドキュメントの信頼性を向上させ、利用者が正しい情報をもとに行動できるようにサポートします。
articles/ai-services/openai/includes/connect-your-data-studio.md
Diff
@@ -19,15 +19,15 @@ recommendations: false
Navigate to [Azure AI Foundry](https://ai.azure.com/) and sign-in with credentials that have access to your Azure OpenAI resource.
-1. You can either [create an AI Foundry project](../../../ai-studio/how-to/create-projects.md) by clicking **Create project**, or continue directly by clicking the button on the **Focused on Azure OpenAI Service** tile.
+1. You can either [create an Azure AI Foundry project](../../../ai-studio/how-to/create-projects.md) by clicking **Create project**, or continue directly by clicking the button on the **Focused on Azure OpenAI Service** tile.
:::image type="content" source="../media/use-your-data/ai-studio-homepage.png" alt-text="A screenshot of the Azure AI Foundry portal landing page." lightbox="../media/use-your-data/ai-studio-homepage.png":::
1. Select **Chat** under **Playgrounds** in the left navigation menu, and select your model deployment.
1. In the **Chat playground**, Select **Add your data** and then **Add a data source**
- :::image type="content" source="../media/use-your-data/chat-playground.png" alt-text="A screenshot of the chat playground in AI Foundry." lightbox="../media/use-your-data/chat-playground.png":::
+ :::image type="content" source="../media/use-your-data/chat-playground.png" alt-text="A screenshot of the chat playground in Azure AI Foundry." lightbox="../media/use-your-data/chat-playground.png":::
1. In the pane that appears, select **Upload files (preview)** under **Select data source**. Azure OpenAI needs both a storage resource and a search resource to access and index your data.
Summary
{
"modification_type": "minor update",
"modification_title": "プロジェクト名の修正"
}
Explanation
この変更では、「AI Foundryプロジェクト」という表現を「Azure AI Foundryプロジェクト」に修正し、さらに関連するスクリーンショットのキャプションにおいても「AI Foundry」の名称を「Azure AI Foundry」に変更しています。この修正により、Azureのブランド名が正確に反映され、ユーザーが実際のポータルと一致する情報を得られるようになります。また、ユーザーがAzure OpenAIリソースにアクセスする際の手順が明確になり、よりスムーズな体験を提供します。こうしたマイナーな更新は、正確なブランド名の使用の重要性を示し、ドキュメント全体の一貫性を向上させる役割も果たします。
articles/ai-services/openai/includes/fine-tune-models.md
Diff
@@ -13,7 +13,7 @@ manager: nitinme
> [!NOTE]
> `gpt-35-turbo` - Fine-tuning of this model is limited to a subset of regions, and isn't available in every region the base model is available.
>
-> The supported regions for fine-tuning might vary if you use Azure OpenAI models in an AI Foundry project versus outside a project.
+> The supported regions for fine-tuning might vary if you use Azure OpenAI models in an Azure AI Foundry project versus outside a project.
| Model ID | Fine-tuning regions | Max request (tokens) | Training Data (up to) |
| --- | --- | :---: | :---: |
Summary
{
"modification_type": "minor update",
"modification_title": "プロジェクト名の修正"
}
Explanation
この変更では、説明文における「AI Foundryプロジェクト」を「Azure AI Foundryプロジェクト」に修正しています。この修正により、ポータルの正式な名称が反映され、ユーザーは正確な情報を得られるようになります。具体的には、Azure OpenAIモデルのファインチューニングを行う際の対象地域が、プロジェクトの有無によって異なることを示す文脈の明確化が図られています。正しいブランド名の使用は、文書の一貫性を向上させ、利用者の理解を助ける重要な要素です。
articles/ai-services/openai/includes/fine-tuning-openai-in-ai-studio.md
Diff
@@ -20,7 +20,7 @@ ms.custom: include, build-2024
- An [Azure AI project](../../../ai-studio/how-to/create-projects.md) in Azure AI Foundry portal.
- An [Azure OpenAI connection](/azure/ai-studio/how-to/connections-add?tabs=azure-openai#connection-details) to a resource in a [region where fine-tuning is supported](/azure/ai-services/openai/concepts/models#fine-tuning-models).
> [!NOTE]
- > The supported regions might vary if you use Azure OpenAI models in an AI Foundry project versus outside a project.
+ > The supported regions might vary if you use Azure OpenAI models in an Azure AI Foundry project versus outside a project.
- Fine-tuning access requires **Cognitive Services OpenAI Contributor** role on the Azure OpenAI resource.
- If you don't already have access to view quota and deploy models in Azure AI Foundry portal you need [more permissions](../how-to/role-based-access-control.md).
Summary
{
"modification_type": "minor update",
"modification_title": "プロジェクト名の修正"
}
Explanation
この変更は、説明文の中の「AI Foundryプロジェクト」を「Azure AI Foundryプロジェクト」に修正しています。この修正により、Azureの公式名称が適切に反映され、ドキュメントの整合性が向上します。また、この情報は、Azure OpenAIモデルのファインチューニングを行う際の支援地域がプロジェクトの環境によって異なることを明確に示しています。正しいブランド名の使用が促進されることで、ユーザーは正確な情報に基づいて判断を行うことができ、全体としてより良いユーザー体験を提供します。
articles/ai-services/openai/includes/gpt-4-turbo.md
Diff
@@ -36,4 +36,4 @@ This is the replacement for the following preview models:
### Deploying GPT-4 Turbo with Vision GA
-To deploy the GA model from the AI Foundry portal, select `GPT-4` and then choose the `turbo-2024-04-09` version from the dropdown menu. The default quota for the `gpt-4-turbo-2024-04-09` model will be the same as current quota for GPT-4-Turbo. See the [regional quota limits.](../quotas-limits.md)
+To deploy the GA model from the Azure AI Foundry portal, select `GPT-4` and then choose the `turbo-2024-04-09` version from the dropdown menu. The default quota for the `gpt-4-turbo-2024-04-09` model will be the same as current quota for GPT-4-Turbo. See the [regional quota limits.](../quotas-limits.md)
Summary
{
"modification_type": "minor update",
"modification_title": "プロジェクト名の修正"
}
Explanation
この変更では、文中の「AI Foundryポータル」を「Azure AI Foundryポータル」に修正しています。この修正により、Azureの正式な名称が正確に反映され、ドキュメントの一貫性が向上します。具体的には、GPT-4 Turboモデルのデプロイに関する指示が、どのポータルで実行されるべきかを明確に示しています。正しいブランド名の使用は、ユーザーに正確な情報を提供し、ユーザー体験の向上につながる重要な修正です。
articles/ai-services/openai/realtime-audio-quickstart.md
Diff
@@ -46,14 +46,14 @@ Support for the Realtime API was first added in API version `2024-10-01-preview`
Before you can use GPT-4o real-time audio, you need a deployment of the `gpt-4o-realtime-preview` model in a supported region as described in the [supported models](#supported-models) section.
-1. Go to the [AI Foundry home page](https://ai.azure.com) and make sure you're signed in with the Azure subscription that has your Azure OpenAI Service resource (with or without model deployments.)
+1. Go to the [Azure AI Foundry home page](https://ai.azure.com) and make sure you're signed in with the Azure subscription that has your Azure OpenAI Service resource (with or without model deployments.)
1. Select the **Real-time audio** playground from under **Resource playground** in the left pane.
1. Select **+ Create a deployment** to open the deployment window.
1. Search for and select the `gpt-4o-realtime-preview` model and then select **Confirm**.
1. In the deployment wizard, make sure to select the `2024-10-01` model version.
1. Follow the wizard to deploy the model.
-Now that you have a deployment of the `gpt-4o-realtime-preview` model, you can interact with it in real time in the AI Foundry portal **Real-time audio** playground or Realtime API.
+Now that you have a deployment of the `gpt-4o-realtime-preview` model, you can interact with it in real time in the Azure AI Foundry portal **Real-time audio** playground or Realtime API.
## Use the GPT-4o real-time audio
@@ -64,7 +64,7 @@ Now that you have a deployment of the `gpt-4o-realtime-preview` model, you can i
To chat with your deployed `gpt-4o-realtime-preview` model in the [Azure AI Foundry](https://ai.azure.com) **Real-time audio** playground, follow these steps:
-1. the [Azure OpenAI Service page](https://ai.azure.com/resource/overview) in AI Foundry portal. Make sure you're signed in with the Azure subscription that has your Azure OpenAI Service resource and the deployed `gpt-4o-realtime-preview` model.
+1. the [Azure OpenAI Service page](https://ai.azure.com/resource/overview) in Azure AI Foundry portal. Make sure you're signed in with the Azure subscription that has your Azure OpenAI Service resource and the deployed `gpt-4o-realtime-preview` model.
1. Select the **Real-time audio** playground from under **Resource playground** in the left pane.
1. Select your deployed `gpt-4o-realtime-preview` model from the **Deployment** dropdown.
1. Select **Enable microphone** to allow the browser to access your microphone. If you already granted permission, you can skip this step.
Summary
{
"modification_type": "minor update",
"modification_title": "プロジェクト名の修正"
}
Explanation
この変更では、「AI Foundryポータル」を「Azure AI Foundryポータル」に修正しています。この修正により、ドキュメント内でのAzureの正式な名前が一貫して使用されることが強調されます。具体的には、リアルタイムオーディオ機能を使用するための手順説明において、ユーザーが正確な情報を受け取れるようにしています。変更された箇所では、ユーザーがポータルにアクセスする際の方向性が明確になり、全体的なユーザー体験が向上しています。また、GPT-4oリアルタイムオーディオモデルのデプロイとインタラクションに関する手順がより正確に記述されています。
articles/ai-services/openai/whats-new.md
Diff
@@ -145,7 +145,7 @@ Global batch now supports GPT-4o (2024-08-06). See the [global batch getting sta
### Azure OpenAI Studio UX updates
-On September 19, when you access the [Azure OpenAI Studio](https://oai.azure.com/) you'll begin to no longer see the legacy AI Foundry portal by default. If needed you'll still be able to go back to the previous experience by using the **Switch to the old look** toggle in the top bar of the UI for the next couple of weeks. If you switch back to legacy AI Foundry portal, it helps if you fill out the feedback form to let us know why. We're actively monitoring this feedback to improve the new experience.
+On September 19, when you access the [Azure OpenAI Studio](https://oai.azure.com/) you'll begin to no longer see the legacy Azure AI Foundry portal by default. If needed you'll still be able to go back to the previous experience by using the **Switch to the old look** toggle in the top bar of the UI for the next couple of weeks. If you switch back to legacy Azure AI Foundry portal, it helps if you fill out the feedback form to let us know why. We're actively monitoring this feedback to improve the new experience.
### GPT-4o 2024-08-06 provisioned deployments
@@ -188,7 +188,7 @@ OpenAI has incorporated additional safety measures into the `o1` models, includi
### Availability
-The `o1-preview` and `o1-mini` are available in the East US2 region for limited access through the [AI Foundry portal](https://ai.azure.com) early access playground. Data processing for the `o1` models might occur in a different region than where they are available for use.
+The `o1-preview` and `o1-mini` are available in the East US2 region for limited access through the [Azure AI Foundry portal](https://ai.azure.com) early access playground. Data processing for the `o1` models might occur in a different region than where they are available for use.
To try the `o1-preview` and `o1-mini` models in the early access playground **registration is required, and access will be granted based on Microsoft’s eligibility criteria.**
@@ -244,9 +244,9 @@ On August 6, 2024, OpenAI [announced](https://openai.com/index/introducing-struc
* An enhanced ability to support complex structured outputs.
* Max output tokens have been increased from 4,096 to 16,384.
-Azure customers can test out GPT-4o `2024-08-06` today in the new AI Foundry early access playground (preview).
+Azure customers can test out GPT-4o `2024-08-06` today in the new Azure AI Foundry early access playground (preview).
-Unlike the previous early access playground, the AI Foundry portal early access playground (preview) doesn't require you to have a resource in a specific region.
+Unlike the previous early access playground, the Azure AI Foundry portal early access playground (preview) doesn't require you to have a resource in a specific region.
> [!NOTE]
> Prompts and completions made through the early access playground (preview) might be processed in any Azure OpenAI region, and are currently subject to a 10 request per minute per Azure subscription limit. This limit might change in the future.
Summary
{
"modification_type": "minor update",
"modification_title": "プロジェクト名の修正"
}
Explanation
この変更は、ドキュメント内で「AI Foundryポータル」を「Azure AI Foundryポータル」に修正することに焦点を当てています。この修正により、Azureのブランド名が正確に使用され、一貫したコミュニケーションが促進されます。具体的には、Azure OpenAI Studioへのアクセスや、GPT-4oモデルに関する情報が正確に伝わるよう改善されています。ユーザーが新しいポータル体験を利用する際の案内も包含されており、フィードバックの重要性が強調されています。全体として、この変更はユーザーに対してより正確で明確な情報を提供することを目的としています。