View Diff on GitHub
ハイライト
今回のコード変更は、Azure AI Studioと関連するドキュメントに関する管理者情報の更新、およびリンクの修正と内容の改善を含む小規模な更新がメインです。これにより、ユーザーはより正確でアクセスしやすい情報を得ることができます。
新機能
- 特に新機能の追加はありませんが、リンクの修正と管理者情報の更新が行われており、使い勝手の向上に寄与しています。
破壊的変更
- 破壊的変更はありません。すべての変更は細部の修正に留まっています。
その他の更新
- 文書分析APIエンドポイントやモデル蒸留に関するサンプルノートブックのリンクが更新され、より適切なリソースが提供されています。
- Azure AI Studio関連ドキュメントの多くにおいて、管理者が「nitinme」から「scottpolly」に変更されています。これにより、今後のドキュメント管理とメンテナンスがスムーズに行われることが期待されます。
インサイト
この一連の変更は、主に文書の正確性と管理体制の見直しを目的としています。特にリンクの改善と管理者情報の更新により、コンテンツのメンテナンスや情報の最新性が高まり、ユーザーにとって利用しやすいドキュメント環境が整備されています。
管理者情報の更新は、記事の内容自体には直接関係しないものの、ドキュメントのライフサイクルにおいて重要な要素です。管理者が新たに設定されることで、今後のコンテンツ更新やユーザーサポートに対する責任が明確になり、組織内での役割分担が改善されます。
さらに、リンク先が具体的で実用的なサンプルやリソースに修正されたことで、ユーザーはより具体的で実践的な知識を得ることが可能となり、実際のアプリケーション開発やAIモデルの精度向上に直接役立つ情報が得られるようになりました。全体として、これらの更新は、ドキュメントの信頼性とユーザーエクスペリエンスの向上を目指したものであり、組織とユーザーの双方にとって価値のある改良です。
Summary Table
Modified Contents
articles/ai-services/document-intelligence/versioning/v3-1-migration-guide.md
Diff
@@ -131,7 +131,7 @@ Starting from v3.0, [Document Intelligence REST API](../quickstarts/get-started-
## Changes to the REST API endpoints
- The v3.1 REST API combines the analysis operations for layout analysis, prebuilt models, and custom models into a single pair of operations by assigning **`documentModels`** and **`modelId`** to the layout analysis (../prebuilt-layout) and prebuilt models.
+ The v3.1 REST API combines the analysis operations for layout analysis, prebuilt models, and custom models into a single pair of operations by assigning **`documentModels`** and **`modelId`** to the [layout analysis](../prebuilt/layout.md) and prebuilt models.
### POST request
Summary
{
"modification_type": "minor update",
"modification_title": "v3.1マイグレーションガイドの文書分析APIエンドポイントの修正"
}
Explanation
この変更は、v3.1のREST APIに関するマイグレーションガイドの内容を改善するために行われました。具体的には、ドキュメント分析およびプレビルトモデルに関連するAPIエンドポイントの説明に対して文言の修正が行われています。元のテキストでは、リンクが不正確でしたが、修正後のテキストでは、レイアウト分析とプレビルトモデルへのリンクが正確な形で提供されています。この変更は、読者がAPIの使用方法を理解するのを助けるためのものであり、ユーザーに正確な情報を提供することを目的としています。
articles/ai-studio/concepts/concept-model-distillation.md
Diff
@@ -31,7 +31,8 @@ The main steps in knowledge distillation are:
## Sample notebook
-You can use the [sample notebook](https://aka.ms/meta-llama-3.1-distillation) to see how to perform distillation. In this sample notebook, the teacher model uses the Meta Llama 3.1 405B instruction model, and the student model uses the Meta Llama 3.1 8B instruction model.
+You can use the [sample notebook](https://github.com/Azure/azureml-examples/tree/main/sdk/python/foundation-models/system/distillation) to see how to perform distillation. In this sample notebook, the teacher model uses the Meta Llama 3.1 405B instruction model, and the student model uses the Meta Llama 3.1 8B instruction model.
+
We used an advanced prompt during synthetic data generation. The advanced prompt incorporates chain-of-thought (CoT) reasoning, which results in higher-accuracy data labels in the synthetic data. This labeling further improves the accuracy of the distilled model.
Summary
{
"modification_type": "minor update",
"modification_title": "モデル蒸留に関するサンプルノートブックのリンク更新"
}
Explanation
この変更は、モデル蒸留に関するドキュメントのサンプルノートブックへのリンクを更新するもので、より具体的で正確なリソースを提供することを目的としています。元のリンクは冗長でしたが、修正後のリンクは、Azureの公式GitHubリポジトリにある具体的なサンプルノートブックに変更されています。この変更により、ユーザーは実際のコード例を通じて蒸留の手法を学ぶことができ、さらに、新たに追加された文が合成データ生成中の先進的なプロンプトの利用に言及し、蒸留モデルの精度向上に関する重要な情報を提供しています。これにより、ドキュメントはより実践的で役立つ内容になります。
articles/ai-studio/concepts/connections.md
Diff
@@ -2,7 +2,7 @@
title: Connections in Azure AI Studio
titleSuffix: Azure AI Studio
description: This article introduces connections in Azure AI Studio.
-manager: nitinme
+manager: scottpolly
ms.service: azure-ai-studio
ms.custom:
- ignite-2023
Summary
{
"modification_type": "minor update",
"modification_title": "記事の管理者情報の更新"
}
Explanation
この変更は、Azure AI Studioにおける「Connections」記事の管理者情報を更新することを目的としています。具体的には、記事の管理者として「nitinme」から「scottpolly」に変更されています。この修正は、コンテンツの更新やメンテナンスを行う担当者の変更を反映するものであり、ユーザーが最新の情報を得るために重要です。全体として、記事の内容は変わっていませんが、管理体制の確立という観点から、情報が正確であることが求められています。
articles/ai-studio/concepts/fine-tuning-overview.md
Diff
@@ -2,7 +2,7 @@
title: Fine-tuning in Azure AI Studio
titleSuffix: Azure AI Studio
description: This article introduces fine-tuning of models in Azure AI Studio.
-manager: nitinme
+manager: scottpolly
ms.service: azure-ai-studio
ms.custom:
- build-2024
Summary
{
"modification_type": "minor update",
"modification_title": "ファインチューニング記事の管理者情報の更新"
}
Explanation
この変更は、Azure AI Studioにおける「ファインチューニング」に関する記事の管理者情報を更新したものです。具体的には、記事の管理者が「nitinme」から「scottpolly」に変更されています。この修正は、管理責任者の変更を反映しており、最新の情報を提供するために重要です。ドキュメントの内容そのものには変更がないため、ユーザーは引き続き同様の情報を得ることができますが、管理者の情報を最新のものにすることで、今後の更新やサポートが受けやすくなります。
articles/ai-studio/concepts/retrieval-augmented-generation.md
Diff
@@ -2,7 +2,7 @@
title: Retrieval augmented generation in Azure AI Studio
titleSuffix: Azure AI Studio
description: This article introduces retrieval augmented generation for use in generative AI applications.
-manager: nitinme
+manager: scottpolly
ms.service: azure-ai-studio
ms.custom:
- ignite-2023
Summary
{
"modification_type": "minor update",
"modification_title": "情報取得強化生成記事の管理者情報の更新"
}
Explanation
この変更は、Azure AI Studioにおける「情報取得強化生成」に関する記事の管理者情報を更新することを目的としています。具体的には、管理者が「nitinme」から「scottpolly」に変更されています。この修正は、コンテンツのメンテナンスや更新を担当する人物の変更を反映しており、正確な情報提供に寄与します。修正された部分は管理者の情報のみで、記事の内容自体には影響がないため、ユーザーは引き続き同じ情報を参照できる状態です。管理者情報の更新は、今後のサポートやアップデートにおいて重要な要素となります。
articles/ai-studio/concepts/safety-evaluations-transparency-note.md
Diff
@@ -2,7 +2,7 @@
title: Transparency Note for Azure AI Studio safety evaluations
titleSuffix: Azure AI Studio
description: Azure AI Studio safety evaluations intended purpose, capabilities, limitations and how to achieve the best performance.
-manager: nitinme
+manager: scottpolly
ms.service: azure-ai-studio
ms.custom:
- build-2024
Summary
{
"modification_type": "minor update",
"modification_title": "安全性評価の透明性ノート記事の管理者情報の更新"
}
Explanation
この変更は、Azure AI Studioの「安全性評価に関する透明性ノート」記事の管理者情報を更新することを目的としています。具体的には、管理者が「nitinme」から「scottpolly」に変更されました。この修正により、記事の管理責任者が最新の情報へと更新され、今後のコンテンツのメンテナンスやサポートが容易になります。記事自体の内容には変更はなく、引き続き安全性評価の目的、機能、制限、最適なパフォーマンスの達成方法についての情報が提供されています。管理者の情報が正確であることは、ユーザーが信頼できる情報源を持つために重要です。
articles/ai-studio/faq.yml
Diff
@@ -3,7 +3,7 @@ metadata:
title: Azure AI frequently asked questions
titleSuffix: Azure AI Studio
description: Get answers to the most popular questions about Azure AI services.
- manager: nitinme
+ manager: scottpolly
ms.service: azure-ai-studio
ms.custom:
- build-2024
Summary
{
"modification_type": "minor update",
"modification_title": "FAQ記事の管理者情報の更新"
}
Explanation
この変更は、Azure AI Studioに関する「よくある質問(FAQ)」の記事の管理者情報を更新することを目的としています。具体的には、管理者の名前が「nitinme」から「scottpolly」に変更されました。この修正により、記事を管理する責任者が最新の状態になり、コンテンツのメンテナンスや将来のサポートが一層円滑に行われることが期待されます。記事の内容には変更はなく、引き続きAzure AIサービスに関する最も人気のある質問に対する回答が提供されています。管理者情報の正確な更新は、ユーザーにとって信頼性のある情報源を保証するために重要です。
articles/ai-studio/how-to/data-add.md
Diff
@@ -2,7 +2,7 @@
title: How to add and manage data in your Azure AI Studio project
titleSuffix: Azure AI Studio
description: Learn how to add and manage data in your Azure AI Studio project.
-manager: nitinme
+manager: scottpolly
ms.service: azure-ai-studio
ms.custom:
- ignite-2023
Summary
{
"modification_type": "minor update",
"modification_title": "データ追加に関する記事の管理者情報の更新"
}
Explanation
この変更は、Azure AI Studioプロジェクトにおけるデータの追加と管理に関する記事の管理者情報を更新することを目的としています。具体的には、記事の管理者が「nitinme」から「scottpolly」に変更されました。この修正により、コンテンツの管理とメンテナンスの責任者が最新の情報に更新され、今後のサポートがより効果的に行われることが期待されます。記事自体の内容には変更はなく、引き続きAzure AI Studioプロジェクト内でデータを追加し、管理する方法についての情報が提供されています。管理者情報の適切な更新は、ユーザーが信頼できるサポートを受けるために重要です。
articles/ai-studio/how-to/develop/ai-template-get-started.md
Diff
@@ -2,7 +2,7 @@
title: How to get started with an AI template
titleSuffix: Azure AI Studio
description: This article provides instructions on how to get started with an AI template.
-manager: nitinme
+manager: scottpolly
ms.service: azure-ai-studio
ms.topic: how-to
ms.date: 5/21/2024
Summary
{
"modification_type": "minor update",
"modification_title": "AIテンプレート入門記事の管理者情報の更新"
}
Explanation
この変更は、AIテンプレートの利用開始に関する記事の管理者情報を更新することを目的としています。具体的には、記事の管理者が「nitinme」から「scottpolly」に変更されました。この修正により、コンテンツの最新の管理責任者が反映され、今後のサポートやメンテナンスがより効果的に行われることが期待されます。記事自体には内容の変更はなく、引き続きAIテンプレートの利用方法に関する明確な手順が提供されています。このような管理者情報の更新は、記事の信頼性を高めるために重要です。
articles/ai-studio/how-to/develop/create-hub-project-sdk.md
Diff
@@ -2,7 +2,7 @@
title: How to create a hub using the Azure Machine Learning SDK/CLI
titleSuffix: Azure AI Studio
description: This article provides instructions on how to create an AI Studio hub using the Azure Machine Learning SDK and Azure CLI extension.
-manager: nitinme
+manager: scottpolly
ms.service: azure-ai-studio
ms.custom: build-2024, devx-track-azurecli
ms.topic: how-to
Summary
{
"modification_type": "minor update",
"modification_title": "Azure Machine Learning SDKを使用したハブプロジェクト作成記事の管理者情報の更新"
}
Explanation
この変更は、Azure Machine Learning SDKおよびAzure CLIを使用してAI Studioハブを作成する方法に関する記事の管理者情報を更新することを目的としています。具体的には、記事の管理者が「nitinme」から「scottpolly」に変更されました。この更新により、コンテンツの責任者が最新の情報に適応され、今後のサポートがより円滑に行われることが期待されます。記事自体の内容には変更はありませんが、Azure Machine Learning SDKおよびCLIを使ったハブ作成に関する手順が引き続き提供されています。この管理者情報の更新は、関連業務の信頼性と透明性を確保するために重要です。
articles/ai-studio/how-to/develop/evaluate-sdk.md
Diff
@@ -2,7 +2,7 @@
title: Evaluate with the Azure AI Evaluation SDK
titleSuffix: Azure AI Studio
description: This article provides instructions on how to evaluate with the Azure AI Evaluation SDK.
-manager: nitinme
+manager: scottpolly
ms.service: azure-ai-studio
ms.custom:
- build-2024
Summary
{
"modification_type": "minor update",
"modification_title": "Azure AI評価SDKに関する記事の管理者情報の更新"
}
Explanation
この変更は、Azure AI評価SDKを使用した評価方法に関する記事の管理者情報を更新することを目的としています。具体的には、この記事の管理者が「nitinme」から「scottpolly」に変更されました。この更新により、記事のメンテナンスとサポートの責任者が新たに反映され、利用者へのサポートが向上することが期待されます。記事の内容には変更はなく、引き続きAzure AI評価SDKを使用した評価手法に関する指示が提供されています。このような管理者情報の更新は、組織内の役割を明確にし、ユーザーにとっての信頼性を高めるために重要です。
articles/ai-studio/how-to/develop/index-build-consume-sdk.md
Diff
@@ -2,7 +2,7 @@
title: How to build and consume an index using code
titleSuffix: Azure AI Studio
description: This article provides instructions on how to build and consume an index using code.
-manager: nitinme
+manager: scottpolly
ms.service: azure-ai-studio
ms.custom:
- build-2024
Summary
{
"modification_type": "minor update",
"modification_title": "インデックスの構築および利用に関する記事の管理者情報の更新"
}
Explanation
この変更は、コードを使用してインデックスを構築し、利用する方法に関する記事の管理者情報を更新することを目的としています。具体的には、この記事の管理者が「nitinme」から「scottpolly」に変更されました。この更新により、記事に関する責任者が新たに設定され、管理が改善されることが期待されます。記事の内容自体には変更はなく、引き続きインデックスの構築と利用に関する具体的な手順が提供されています。このような管理者情報の更新は、ユーザーが必要なサポートを受けられるようにするために重要です。
articles/ai-studio/how-to/develop/llama-index.md
Diff
@@ -2,7 +2,7 @@
title: Develop application with LlamaIndex and Azure AI studio
titleSuffix: Azure AI Studio
description: This article explains how to use LlamaIndex with models deployed in Azure AI studio to build advance intelligent applications.
-manager: nitinme
+manager: scottpolly
ms.service: azure-ai-studio
ms.topic: how-to
ms.date: 9/14/2024
Summary
{
"modification_type": "minor update",
"modification_title": "LlamaIndexとAzure AI Studioを使用したアプリケーション開発記事の管理者情報の更新"
}
Explanation
この変更は、LlamaIndexとAzure AI Studioを使用してアプリケーションを開発する方法に関する記事の管理者情報を更新することを目的としています。具体的には、この記事の管理者が「nitinme」から「scottpolly」に変更されました。この更新により、記事の管理体制が新たに設定され、情報の正確さとサポートの質が向上することが期待されます。記事自体は、LlamaIndexを利用してAzure AI Studioにデプロイされたモデルを使用し、高度なインテリジェントアプリケーションを構築する方法について説明しています。このような管理者情報の更新は、ユーザーが求める情報やサポートを受けやすくするために重要です。
articles/ai-studio/how-to/develop/sdk-overview.md
Diff
@@ -2,7 +2,7 @@
title: How to get started with Azure AI SDKs
titleSuffix: Azure AI Studio
description: This article provides an overview of available Azure AI SDKs.
-manager: nitinme
+manager: scottpolly
ms.service: azure-ai-studio
ms.custom:
- build-2024
Summary
{
"modification_type": "minor update",
"modification_title": "Azure AI SDKの概要に関する記事の管理者情報の更新"
}
Explanation
この変更は、Azure AI SDKの概要に関する記事の管理者情報を更新することを目的としています。具体的には、管理者名が「nitinme」から「scottpolly」に変更されました。この変更により、記事の管理体制が見直され、新しい情報やサポートの提供が期待されます。記事は、Azure AI SDKに関する利用可能なリソースや導入の手引きを提供しており、開発者がこれらのSDKを使用してプロジェクトを開始するのに役立つ情報がまとめられています。管理者情報の更新は、ユーザーが必要なサポートを簡単に受けられるようにするために重要です。
articles/ai-studio/how-to/develop/simulator-interaction-data.md
Diff
@@ -2,7 +2,7 @@
title: How to generate synthetic and simulated data for evaluation
titleSuffix: Azure AI Studio
description: This article provides instructions on how to generate synthetic data to run simulations to evaluate the performance and safety of your generative AI application.
-manager: nitinme
+manager: scottpolly
ms.service: azure-ai-studio
ms.custom:
- ignite-2023
@@ -479,4 +479,3 @@ User can also define their own `api_call_retry_sleep_sec` and `api_call_retry_ma
- [Get started building a chat app](../../quickstarts/get-started-code.md)
- [Evaluate your generative AI application](evaluate-sdk.md)
-- [Get started with samples](https://aka.ms/aistudio/syntheticdatagen-samples)
Summary
{
"modification_type": "minor update",
"modification_title": "合成データ生成に関する記事の管理者情報の更新とリンクの修正"
}
Explanation
この変更は、合成データを生成して評価を行う方法に関する記事の管理者情報とリンクの修正を行うことを目的としています。具体的には、管理者が「nitinme」から「scottpolly」に変更され、記事の内容において2つのリンクが削除され、新たに1つのリンクが追加されました。この修正により、ユーザーがより適切な情報を得られるようになり、合成データを用いたシミュレーションの手順や生成AIアプリケーションの性能と安全性を評価する方法を理解するためのサポートが強化されています。記事は、ユーザーがシミュレーションを実行するための合成データ生成の手順を明確にし、必要なサポート情報を提供します。管理者情報の更新とリンクの修正は、利用者に対してより良いリソースを提供するために重要です。
articles/ai-studio/how-to/develop/trace-local-sdk.md
Diff
@@ -2,7 +2,7 @@
title: How to trace your application with prompt flow SDK
titleSuffix: Azure AI Studio
description: This article provides instructions on how to trace your application with prompt flow SDK.
-manager: nitinme
+manager: scottpolly
ms.service: azure-ai-studio
ms.custom:
- build-2024
Summary
{
"modification_type": "minor update",
"modification_title": "プロンプトフローSDKによるアプリケーショントレースの記事管理者情報の更新"
}
Explanation
この変更は、プロンプトフローSDKを使用してアプリケーションをトレースする方法に関する記事の管理者情報を更新することを目的としています。具体的には、管理者名が「nitinme」から「scottpolly」に変更されました。この更新は、記事の管理体制を見直し、今後のサポートや情報提供の質を向上させることを意図しています。記事自体は、Azure AI StudioのプロンプトフローSDKを使用したアプリケーションのトレースに関する手順を提供しており、開発者が効率的に自分のアプリケーションを追跡し、分析するために役立つ内容となっています。管理者の変更は、読者に対して新たな視点や情報リソースを提供するための一環です。
articles/ai-studio/how-to/develop/trace-production-sdk.md
Diff
@@ -2,7 +2,7 @@
title: How to enable tracing and collect feedback for a flow deployment
titleSuffix: Azure AI Studio
description: This article provides instructions on how to enable tracing and collect feedback for a flow deployment in Azure AI Studio.
-manager: nitinme
+manager: scottpolly
ms.service: azure-ai-studio
ms.custom:
- build-2024
Summary
{
"modification_type": "minor update",
"modification_title": "フローデプロイメントのトレーシングおよびフィードバック収集についての記事管理者情報の更新"
}
Explanation
この変更は、Azure AI Studioにおけるフローデプロイメントのトレーシングを有効にし、フィードバックを収集する方法に関する記事の管理者情報を更新することを目的としています。具体的には、記事の管理者名が「nitinme」から「scottpolly」に変更されました。この更新は、ドキュメントの管理体制を見直すことで、より良いサポートや情報提供を目指しています。記事本体は、Azure AI Studioにおけるトレーシングの有効化やフィードバックの収集に関する具体的な手順を提供し、ユーザーがフローのデプロイメントを効果的に管理できるようサポートします。管理者の変更は、利用者に対して新たな視点を提供し、記事の信頼性を向上させる目的でもあります。
articles/ai-studio/how-to/index-add.md
Diff
@@ -2,7 +2,7 @@
title: How to build and consume vector indexes in Azure AI Studio
titleSuffix: Azure AI Studio
description: Learn how to create and use a vector index for performing Retrieval Augmented Generation (RAG).
-manager: nitinme
+manager: scottpolly
ms.service: azure-ai-studio
ms.custom:
- ignite-2023
Summary
{
"modification_type": "minor update",
"modification_title": "ベクトルインデックスの作成と使用に関する記事管理者情報の更新"
}
Explanation
この変更は、Azure AI Studioにおけるベクトルインデックスの作成と使用に関する記事の管理者情報を更新することを目的としています。具体的には、管理者名が「nitinme」から「scottpolly」に変更されました。この更新によって、記事の管理体制が見直され、より良い情報提供とサポートの実現が期待されます。記事自体は、情報検索を強化するための手法であるRetrieval Augmented Generation (RAG) におけるベクトルインデックスの作成方法を詳細に解説しており、利用者が実践的なスキルを学ぶための内容となっています。管理者の変更により、記事のコンテンツがさらに充実し、ユーザーへの価値提供が向上することを意図しています。
articles/ai-studio/quickstarts/get-started-code.md
Diff
@@ -2,7 +2,7 @@
title: Get started building a chat app using the prompt flow SDK
titleSuffix: Azure AI Studio
description: This article provides instructions on how to build a custom chat app in Python using the prompt flow SDK.
-manager: nitinme
+manager: scottpolly
ms.service: azure-ai-studio
ms.custom: build-2024, devx-track-azurecli, devx-track-python
ms.topic: how-to
Summary
{
"modification_type": "minor update",
"modification_title": "チャットアプリ構築に関する記事管理者情報の更新"
}
Explanation
この変更は、Azure AI Studioを用いたチャットアプリの構築に関する記事の管理者情報を更新することを目的としています。具体的には、記事の管理者名が「nitinme」から「scottpolly」に変更されました。この更新は、より適切な管理体制を確立し、記事の品質向上を図ることを目指しています。記事内容は、プロンプトフローSDKを使用してPythonでカスタムチャットアプリを作成する方法について詳しく説明しており、読者が実際に手を動かしながら学べるよう構成されています。管理者の変更により、記事が最新の情報を反映し、ユーザーへのサポートが一層強化されることが期待されます。
articles/ai-studio/quickstarts/get-started-playground.md
Diff
@@ -2,7 +2,7 @@
title: Create a project and use the chat playground in Azure AI Studio
titleSuffix: Azure AI Studio
description: Use this article to learn how to create a project, deploy a chat model, and use it in the chat playground in Azure AI Studio.
-manager: nitinme
+manager: scottpolly
ms.service: azure-ai-studio
ms.custom:
- build-2024
Summary
{
"modification_type": "minor update",
"modification_title": "チャットプレイグラウンドに関する記事管理者情報の更新"
}
Explanation
この変更は、Azure AI Studioにおけるチャットプレイグラウンドを利用したプロジェクト作成に関する記事の管理者情報を更新することを目的としています。具体的には、管理者名が「nitinme」から「scottpolly」に変更されました。この更新は、記事の管理がより効率的に行われることを目指しており、内容の新鮮さや関連性を保つ助けとなります。記事自体は、プロジェクトの作成方法、チャットモデルのデプロイ、およびAzure AI Studio内でのチャットプレイグラウンドの使用に関する手順を提供しており、学習者が実践的なスキルを習得できる内容となっています。管理者の変更により、記事の品質向上が期待されます。
articles/ai-studio/reference/region-support.md
Diff
@@ -2,7 +2,7 @@
title: Azure AI Studio feature availability across clouds regions
titleSuffix: Azure AI Studio
description: This article lists Azure AI Studio feature availability across clouds regions.
-manager: nitinme
+manager: scottpolly
ms.service: azure-ai-studio
ms.topic: conceptual
ms.date: 5/21/2024
Summary
{
"modification_type": "minor update",
"modification_title": "Azure AI Studio機能の地域サポート記事管理者情報の更新"
}
Explanation
この変更は、Azure AI Studioの各クラウド地域における機能の利用可能性を示す記事の管理者情報を更新することに関連しています。具体的には、管理者名が「nitinme」から「scottpolly」に変更されました。この更新は、記事の管理がより効率的に行えるようにすることを目的としており、読者に提供される情報の品質向上に寄与することが期待されています。記事は、Azure AI Studioの機能がどの地域で利用可能かをまとめており、ユーザーが地域による機能の差異を理解しやすくすることを目指しています。管理者の変更により、情報の正確性や最新性が確保されることが期待されます。
articles/ai-studio/tutorials/screen-reader.md
Diff
@@ -2,7 +2,7 @@
title: Get started using Azure AI Studio with a screen reader
titleSuffix: Azure AI Studio
description: This quickstart guides you in how to get oriented and navigate Azure AI Studio with a screen reader.
-manager: nitinme
+manager: scottpolly
ms.service: azure-ai-studio
ms.custom:
- ignite-2023
Summary
{
"modification_type": "minor update",
"modification_title": "スクリーンリーダーを使用したAzure AI Studioのチュートリアル管理者情報の更新"
}
Explanation
この変更は、スクリーンリーダーを使用してAzure AI Studioを利用するためのガイド記事の管理者情報を更新することに関連しています。具体的には、管理者名が「nitinme」から「scottpolly」に変更されました。この更新は、記事の管理がより適切に行われることを意図しており、読者に提供される情報の質の向上が期待されています。記事自体は、スクリーンリーダーを使用してAzure AI Studioに慣れ、操作する方法についての迅速なガイドを提供しており、視覚障害のあるユーザーがこのツールを十分に活用できるよう支援しています。管理者の変更により、記事のメンテナンスが強化され、内容の正確性や関連性が保たれることが望まれます。
articles/ai-studio/what-is-ai-studio.md
Diff
@@ -2,7 +2,7 @@
title: What is Azure AI Studio?
titleSuffix: Azure AI Studio
description: Azure AI Studio is a trusted platform that empowers developers to drive innovation and shape the future with AI in a safe, secure, and responsible way.
-manager: nitinme
+manager: scottpolly
keywords: Azure AI services, cognitive
ms.service: azure-ai-studio
ms.topic: overview
Summary
{
"modification_type": "minor update",
"modification_title": "Azure AI Studioに関する記事の管理者情報の更新"
}
Explanation
この変更は、「What is Azure AI Studio?」というタイトルの記事における管理者情報の更新に関するものです。具体的には、管理者名が「nitinme」から「scottpolly」に変更されました。この更新は、記事のメンテナンスがより適切に行われることを目指しており、読者に提供される情報の一貫性と信頼性を向上させることが期待されています。記事自体は、Azure AI Studioの特徴や利点を解説し、開発者が安全で責任ある形でAIを活用し、イノベーションを推進するためのプラットフォームであることを強調しています。管理者の変更により、内容の正確性や最新性がより一層保たれることが望まれます。