View Diff on GitHub
ハイライト
今回の変更におけるハイライトは以下の通りです。
- 新機能
- 特に新機能は含まれていませんが、ユーザーが最新のリソースにアクセスしやすくするためのリンク修正が行われています。
- 破壊的変更
- その他の更新
- 多数のドキュメントにわたってAzure OpenAI サンプルのGitHubリポジトリリンクが更新されています。すべてのリンクが「https://aka.ms/AOAICodeSamples」から「https://github.com/Azure-Samples/openai」に変更されました。
- ドキュメント内の名称やエラーメッセージの表現が改善されています。
新機能
新機能は特に追加されていませんが、リンクが最新のリポジトリに更新されたことで、ユーザーにとっての利便性が向上しています。
破壊的変更
今回の更新には破壊的な変更はありません。
その他の更新
複数のドキュメントで、リンクやテキストの表現が細かく更新され、特に以下の変更が行われています:
- リンクの修正
- Azure OpenAI サービスに関連するすべてのリンクが最新のGitHubリポジトリ「https://github.com/Azure-Samples/openai」に更新されました。
- 用語の統一
- 文中のリンクテキストやエラーメッセージの表現が「AOAI」から「Azure OpenAI Service」へと変更されました。一例として、エラーメッセージの表現が統一されています。
- 情報の明確化
- 各セクション内の情報が最新化され、利用者が求めるリソースに簡単にアクセスできるよう改善されています。
調査結果
これらの修正は主にユーザーが正確で最新のリソースにアクセスできるようにするためのものです。以下、さらに詳しく説明します。
なぜこの修正が必要か?
Azure OpenAI サービスを利用する際のドキュメントは常に正確で最新のものである必要があります。しかし、ドキュメント内のリンクや名称は、サービスの進化やリポジトリの移動に伴い、時折更新が必要になる場合があります。今回の修正もその一環として行われたものです。
技術的な背景
Azure OpenAI サービスを利用するユーザーにとって、サンプルコードは非常に参考になります。しかし、ドキュメントに掲載されているリンクが古くなっていると、ユーザーがアクセスできない状況に陥ります。それを避けるために、最新のリポジトリへのリンク更新が欠かせません。
利用者への影響
ユーザーは、新しいリンクを利用することで、必要な情報やサンプルコードにより迅速にアクセスできるようになります。これにより、Azure OpenAI サービスに関する理解が深まり、正確な情報の基盤の上での開発が促進されます。
このような修正は見過ごされがちですが、実際にはユーザー体験を大幅に向上させる重要なアップデートとして評価することができます。ドキュメント内で一貫性が高まり、混乱を避け、サービスを効果的に活用できる手助けを提供します。
Summary Table
Modified Contents
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 in Azure AI Foundry calculator](https://oai.azure.com/portal/calculator).
+For a full list see the [Azure OpenAI Service in Azure AI Foundry portal calculator](https://oai.azure.com/portal/calculator).
> [!NOTE]
Summary
{
"modification_type": "minor update",
"modification_title": "Azure OpenAI サービスに関するリンクの修正"
}
Explanation
この修正は、ドキュメント内のリンクテキストを更新する内容です。具体的には、以前は「AOAI in Azure AI Foundry calculator」と表記されていた部分が「Azure OpenAI Service in Azure AI Foundry portal calculator」に変更されました。この更新により、読者がより明確にサービスの名前と関連リソースを理解できるようになっています。ファイルには1行の追加と1行の削除が含まれており、全体で2つの変更が行われています。指摘されたリンクは、Azure OpenAI サービスの計算機への参照を提供しています。
articles/ai-services/openai/how-to/batch.md
Diff
@@ -221,7 +221,7 @@ When a job failure occurs, you'll find details about the failure in the `errors`
|`model_not_found`|The Azure OpenAI model deployment name that was specified in the `model` property of the input file wasn't found.<br><br> Please ensure this name points to a valid Azure OpenAI model deployment.|
| `duplicate_custom_id` | The custom ID for this request is a duplicate of the custom ID in another request. |
|`empty_batch` | Please check your input file to ensure that the custom ID parameter is unique for each request in the batch.|
-|`model_mismatch`| The Azure OpenAI model deployment name that was specified in the `model` property of this request in the input file doesn't match the rest of the file.<br><br>Please ensure that all requests in the batch point to the same AOAI model deployment in the `model` property of the request.|
+|`model_mismatch`| The Azure OpenAI model deployment name that was specified in the `model` property of this request in the input file doesn't match the rest of the file.<br><br>Please ensure that all requests in the batch point to the same Azure OpenAI Service model deployment in the `model` property of the request.|
|`invalid_request`| The schema of the input line is invalid or the deployment SKU is invalid. <br><br>Please ensure the properties of the request in your input file match the expected input properties, and that the Azure OpenAI deployment SKU is `globalbatch` for batch API requests.|
### Known issues
Summary
{
"modification_type": "minor update",
"modification_title": "モデル不一致メッセージの表現更新"
}
Explanation
この修正は、ドキュメント内のエラーメッセージの表現を改善するものです。具体的には、「model_mismatch
」に関する説明の一部が変更され、以前のテキストでは「AOAI model deployment」と表記されていた部分が「Azure OpenAI Service model deployment」に更新されました。この変更により、読者に対して用語の一貫性が高まり、Azure OpenAI サービスに関する情報がより明確になることを目的としています。この修正は1行の追加と1行の削除を伴い、全体で2つの変更が行われています。
articles/ai-services/openai/how-to/chat-markup-language.md
Diff
@@ -291,4 +291,4 @@ assert tokens == [100264, 882, 198, 9906, 100265, 100264, 78191]
* [Learn more about Azure OpenAI](../overview.md).
* Get started with the GPT-35-Turbo model with [the GPT-35-Turbo & GPT-4 quickstart](../chatgpt-quickstart.md).
-* For more examples, check out the [Azure OpenAI Samples GitHub repository](https://aka.ms/AOAICodeSamples)
+* For more examples, check out the [Azure OpenAI Samples GitHub repository](https://github.com/Azure-Samples/openai)
Summary
{
"modification_type": "minor update",
"modification_title": "GitHub リポジトリのリンク更新"
}
Explanation
この修正は、Azure OpenAI サンプルに関連するリンクを更新する内容です。具体的には、以前は「https://aka.ms/AOAICodeSamples」としていたリンクが「https://github.com/Azure-Samples/openai」に変更されました。この更新により、ユーザーが適切なサンプルコードにアクセスできるよう、最新のリポジトリへの直接リンクが提供されています。この変更は1行の追加と1行の削除を含み、全体で2つの変更が行われています。
articles/ai-services/openai/how-to/provisioned-get-started.md
Diff
@@ -226,7 +226,7 @@ client.with_options(max_retries=5).chat.completions.create(
## Run a benchmark
The exact performance and throughput capabilities of your instance depends on the kind of requests you make and the exact workload. The best way to determine the throughput for your workload is to run a benchmark on your own data.
-To assist you in this work, the benchmarking tool provides a way to easily run benchmarks on your deployment. The tool comes with several possible preconfigured workload shapes and outputs key performance metrics. Learn more about the tool and configuration settings in our GitHub Repo: [https://aka.ms/aoai/benchmarking](https://aka.ms/aoai/benchmarking).
+To assist you in this work, the benchmarking tool provides a way to easily run benchmarks on your deployment. The tool comes with several possible preconfigured workload shapes and outputs key performance metrics. Learn more about the tool and configuration settings in our GitHub Repo: [https://github.com/Azure/azure-openai-benchmark](https://github.com/Azure/azure-openai-benchmark).
We recommend the following workflow:
1. Estimate your throughput PTUs using the capacity calculator.
Summary
{
"modification_type": "minor update",
"modification_title": "ベンチマークツールのリポジトリリンク更新"
}
Explanation
この修正は、Azure OpenAIのベンチマークツールに関するリンクを更新するものです。具体的には、以前は「https://aka.ms/aoai/benchmarking」としていたリンクが、「https://github.com/Azure/azure-openai-benchmark」に変更されました。この変更により、ユーザーは最新のベンチマークツールとその設定に関する情報に直接アクセスできるようになります。この更新は1行の追加と1行の削除を伴っており、合計で2つの変更が行われています。
articles/ai-services/openai/how-to/switching-endpoints.yml
Diff
@@ -218,8 +218,8 @@ relatedContent:
- text: Learn more about how to work with chat completions models with our how-to guide
url: ../how-to/chatgpt.md
- text: For more examples, check out the Azure OpenAI Samples GitHub repository
- url: https://aka.ms/AOAICodeSamples
+ url: https://github.com/Azure-Samples/openai
# Learn more about how to work with GPT-35-Turbo and the GPT-4 models with [our how-to guide](../how-to/chatgpt.md).
-# For more examples, check out the [Azure OpenAI Samples GitHub repository](https://aka.ms/AOAICodeSamples)
+# For more examples, check out the [Azure OpenAI Samples GitHub repository](https://github.com/Azure-Samples/openai)
Summary
{
"modification_type": "minor update",
"modification_title": "サンプルリポジトリリンクの更新"
}
Explanation
この修正は、Azure OpenAI サンプルの GitHub リポジトリへのリンクを更新する内容です。具体的に、以前は「https://aka.ms/AOAICodeSamples」としていたリンクが「https://github.com/Azure-Samples/openai」に変更されました。この更新は、ユーザーが最新のサンプルコードにアクセスするためのものです。また、関連コンテンツのセクションでも同様のリンク変更が行われています。この変更は合計で4つの変更があり、2行の追加と2行の削除が含まれています。
articles/ai-services/openai/how-to/use-web-app.md
Diff
@@ -452,7 +452,7 @@ In the webapp application settings, navigate to "Environment Variables" and make
If using an embedding model deployed to the same resource as your model used for inference, there are no other settings changes required.
However, if you're using an embedding model deployed to a different resource, make the following extra changes to your app's environment variables:
-* Set `AZURE_OPENAI_EMBEDDING_ENDPOINT` variable to the full API path of the embedding API for the resource you're using for embeddings, for example, `https://<your embedding AOAI resource name>.openai.azure.com/openai/deployments/<your embedding deployment name>/embeddings`
+* Set `AZURE_OPENAI_EMBEDDING_ENDPOINT` variable to the full API path of the embedding API for the resource you're using for embeddings, for example, `https://<your Azure OpenAI Service resource name>.openai.azure.com/openai/deployments/<your embedding deployment name>/embeddings`
* Delete the `AZURE_OPENAI_EMBEDDING_KEY` variable to use Microsoft Entra ID authentication.
Once all of the environment variable changes are completed, restart the webapp to begin using Microsoft Entra ID authentication between services in the webapp. It will take a few minutes after restarting for any settings changes to take effect.
Summary
{
"modification_type": "minor update",
"modification_title": "Embedding APIのURL例の修正"
}
Explanation
この修正は、Webアプリの設定に関するドキュメント内で、Embedding APIのURL例を更新する内容です。具体的には、以前の文では「<your embedding AOAI resource name>
」と記載されていましたが、これが「<your Azure OpenAI Service resource name>
」に変更されました。この変更は、ユーザーがAzure OpenAIサービスのリソース名を正確に理解できるようにするためのものです。その他の部分には変更はなく、全体で2つの変更が含まれ、1行の追加と1行の削除が行われています。
articles/ai-services/openai/includes/chat-completion.md
Diff
@@ -565,4 +565,4 @@ Some customers try to use the [legacy ChatML syntax](../how-to/chat-markup-langu
* [Learn more about Azure OpenAI](../overview.md).
* Get started with the GPT-35-Turbo model with [the GPT-35-Turbo quickstart](../chatgpt-quickstart.md).
-* For more examples, see the [Azure OpenAI Samples GitHub repository](https://aka.ms/AOAICodeSamples).
+* For more examples, see the [Azure OpenAI Samples GitHub repository](https://github.com/Azure-Samples/openai).
Summary
{
"modification_type": "minor update",
"modification_title": "サンプルリポジトリリンクの変更"
}
Explanation
この修正は、Azure OpenAI サンプルの GitHub リポジトリへのリンクを更新するものです。元のリンク「https://aka.ms/AOAICodeSamples」が「https://github.com/Azure-Samples/openai」に変更されています。この改善により、ユーザーが最新のサンプルコードをより正確に参照できるようになります。全体で2つの変更があり、1行が追加され、1行が削除されています。ドキュメント内の関連情報がより明確に提供されています。
articles/ai-services/openai/includes/chat-go.md
Diff
@@ -181,4 +181,4 @@ If you want to clean up and remove an Azure OpenAI resource, you can delete the
## Next steps
-For more examples, check out the [Azure OpenAI Samples GitHub repository](https://aka.ms/AOAICodeSamples)
+For more examples, check out the [Azure OpenAI Samples GitHub repository](https://github.com/Azure-Samples/openai)
Summary
{
"modification_type": "minor update",
"modification_title": "サンプルリポジトリリンクの更新"
}
Explanation
この修正は、Azure OpenAI サンプルの GitHub リポジトリへのリンクを更新するものです。元のリンク「https://aka.ms/AOAICodeSamples」が「https://github.com/Azure-Samples/openai」に変更されました。この変更により、ユーザーが最新かつ正確なサンプルコードにアクセスしやすくなります。全体として、2つの変更が行われ、1行が追加され、1行が削除されています。これにより、ドキュメントの情報がより明確になります。
articles/ai-services/openai/includes/chatgpt-dotnet.md
Diff
@@ -125,4 +125,4 @@ If you want to clean up and remove an Azure OpenAI resource, you can delete the
## Next steps
-* For more examples, check out the [Azure OpenAI Samples GitHub repository](https://aka.ms/AOAICodeSamples)
+* For more examples, check out the [Azure OpenAI Samples GitHub repository](https://github.com/Azure-Samples/openai)
Summary
{
"modification_type": "minor update",
"modification_title": "サンプルリポジトリリンクの変更"
}
Explanation
この変更は、Azure OpenAI サンプルの GitHub リポジトリへのリンクを更新することを目的としています。元のリンク「https://aka.ms/AOAICodeSamples」は、新しいリンク「https://github.com/Azure-Samples/openai」に変更されました。この修正により、ユーザーが最新のサンプルコードに簡単にアクセスできるようになり、情報の正確性が向上します。全体として、2つの変更が行われ、1行が追加されて1行が削除されています。この更新はドキュメントの情報提供を改善します。
articles/ai-services/openai/includes/chatgpt-java.md
Diff
@@ -180,4 +180,4 @@ If you want to clean up and remove an Azure OpenAI resource, you can delete the
## Next steps
-* For more examples, check out the [Azure OpenAI Samples GitHub repository](https://aka.ms/AOAICodeSamples)
+* For more examples, check out the [Azure OpenAI Samples GitHub repository](https://github.com/Azure-Samples/openai)
Summary
{
"modification_type": "minor update",
"modification_title": "サンプルリポジトリリンクの更新"
}
Explanation
この修正では、Azure OpenAI サンプルの GitHub リポジトリへのリンクが更新されました。以前のリンク「https://aka.ms/AOAICodeSamples」は、新しいリンク「https://github.com/Azure-Samples/openai」に変更されています。これにより、ユーザーは最新のサンプルコードにより簡単にアクセスできるようになります。全体として、2つの変更が行われ、1行が追加され、1行が削除されています。この更新により、ドキュメントの情報の整合性が向上します。
articles/ai-services/openai/includes/chatgpt-javascript.md
Diff
@@ -171,4 +171,4 @@ If you want to clean up and remove an Azure OpenAI resource, you can delete the
## Next steps
* [Azure OpenAI Overview](../overview.md)
-* For more examples, check out the [Azure OpenAI Samples GitHub repository](https://aka.ms/AOAICodeSamples)
+* For more examples, check out the [Azure OpenAI Samples GitHub repository](https://github.com/Azure-Samples/openai)
Summary
{
"modification_type": "minor update",
"modification_title": "サンプルリポジトリリンクの変更"
}
Explanation
このコードの変更は、Azure OpenAI サンプルの GitHub リポジトリへのリンクを更新することを目的としています。従来のリンク「https://aka.ms/AOAICodeSamples」は、新しいリンク「https://github.com/Azure-Samples/openai」に修正されました。この変更により、ユーザーは最新のサンプルコードにより簡単にアクセスできるようになり、情報の正確性が向上します。全体として、2つの変更があり、1行が追加されて1行が削除されています。この修正は、ユーザー体験の向上に寄与します。
articles/ai-services/openai/includes/chatgpt-powershell.md
Diff
@@ -156,4 +156,4 @@ If you want to clean up and remove an Azure OpenAI resource, you can delete the
## Next steps
- Learn more about how to work with GPT-35-Turbo and the GPT-4 models with [our how-to guide](../how-to/chatgpt.md).
-- For more examples, check out the [Azure OpenAI Samples GitHub repository](https://aka.ms/AOAICodeSamples)
+- For more examples, check out the [Azure OpenAI Samples GitHub repository](https://github.com/Azure-Samples/openai)
Summary
{
"modification_type": "minor update",
"modification_title": "サンプルリポジトリリンクの更新"
}
Explanation
この修正では、Azure OpenAI サンプルの GitHub リポジトリへのリンクが更新されました。以前使用されていたリンク「https://aka.ms/AOAICodeSamples」は、新しいリンク「https://github.com/Azure-Samples/openai」に変更されています。この変更により、ユーザーは最新のサンプルコードを入手しやすくなります。全体として、2つの変更があり、1行が追加され、1行が削除されています。この更新により、ドキュメント内の情報の一貫性と正確性が向上し、ユーザー体験が改善されます。
articles/ai-services/openai/includes/chatgpt-python.md
Diff
@@ -162,4 +162,4 @@ If you want to clean up and remove an Azure OpenAI resource, you can delete the
## Next steps
* Learn more about how to work with GPT-35-Turbo and the GPT-4 models with [our how-to guide](../how-to/chatgpt.md).
-* For more examples, check out the [Azure OpenAI Samples GitHub repository](https://aka.ms/AOAICodeSamples)
+* For more examples, check out the [Azure OpenAI Samples GitHub repository](https://github.com/Azure-Samples/openai)
Summary
{
"modification_type": "minor update",
"modification_title": "サンプルリポジトリリンクの修正"
}
Explanation
この修正は、Azure OpenAI サンプルの GitHub リポジトリへのリンクを更新することを目的としています。元のリンク「https://aka.ms/AOAICodeSamples」は、新しいリンク「https://github.com/Azure-Samples/openai」に変更されました。この更新により、ユーザーは最新のリソースに 쉽게アクセスできるようになります。全体として、2つの変更があり、1行が追加され、1行が削除されています。この変更は、情報の精度を向上させ、ユーザーエクスペリエンスを改善するものです。
articles/ai-services/openai/includes/chatgpt-rest.md
Diff
@@ -77,4 +77,4 @@ If you want to clean up and remove an Azure OpenAI resource, you can delete the
## Next steps
* Learn more about how to work with GPT-35-Turbo and the GPT-4 models with [our how-to guide](../how-to/chatgpt.md).
-* For more examples, check out the [Azure OpenAI Samples GitHub repository](https://aka.ms/AOAICodeSamples)
+* For more examples, check out the [Azure OpenAI Samples GitHub repository](https://github.com/Azure-Samples/openai)
Summary
{
"modification_type": "minor update",
"modification_title": "サンプルリポジトリリンクの更新"
}
Explanation
この修正では、Azure OpenAI サンプルの GitHub リポジトリへのリンクが更新されています。元のリンク「https://aka.ms/AOAICodeSamples」は、新しいリンク「https://github.com/Azure-Samples/openai」に変更されました。この変更により、ユーザーは最新のサンプルに簡単にアクセスできるようになります。全体として、2つの変更が加えられ、1行が追加され、1行が削除されています。この更新はドキュメントの正確性を高め、ユーザーの利便性を向上させることを目的としています。
articles/ai-services/openai/includes/chatgpt-spring.md
Diff
@@ -223,4 +223,4 @@ If you want to clean up and remove an Azure OpenAI resource, you can delete the
## Next steps
-For more examples, check out the [Azure OpenAI Samples GitHub repository](https://aka.ms/AOAICodeSamples)
+For more examples, check out the [Azure OpenAI Samples GitHub repository](https://github.com/Azure-Samples/openai)
Summary
{
"modification_type": "minor update",
"modification_title": "サンプルリポジトリリンクの変更"
}
Explanation
この修正は、Azure OpenAI サンプルの GitHub リポジトリへのリンクを更新するものです。もともと「https://aka.ms/AOAICodeSamples」となっていたリンクが、「https://github.com/Azure-Samples/openai」に変更されました。この変更により、ユーザーは最新のサンプルやリソースにアクセスしやすくなります。全体的には、2つの変更があり、1行が追加され、1行が削除されています。これにより、ドキュメントの情報が最新化され、ユーザーの利便性が向上します。
articles/ai-services/openai/includes/chatgpt-studio.md
Diff
@@ -78,4 +78,4 @@ Once you're done testing out the Chat playground, if you want to clean up and re
## Next steps
* Learn more about how to work with the new `gpt-35-turbo` model with the [GPT-35-Turbo & GPT-4 how-to guide](../how-to/chatgpt.md).
-* For more examples check out the [Azure OpenAI Samples GitHub repository](https://aka.ms/AOAICodeSamples)
+* For more examples check out the [Azure OpenAI Samples GitHub repository](https://github.com/Azure-Samples/openai)
Summary
{
"modification_type": "minor update",
"modification_title": "サンプルリポジトリリンクの更新"
}
Explanation
この修正では、Azure OpenAI サンプルのGitHubリポジトリへのリンクが変更されました。以前は「https://aka.ms/AOAICodeSamples」と記載されていましたが、新しいリンク「https://github.com/Azure-Samples/openai」に更新されています。この変更により、ユーザーはより直接的に最新のサンプルにアクセスできるようになり、利便性が向上します。全体において、2つの変更があり、1行が追加され、1行が削除されています。この修正は、ドキュメントの正確性を保ちながら、ユーザー体験の向上を目的としています。
articles/ai-services/openai/includes/chatgpt-typescript.md
Diff
@@ -232,4 +232,4 @@ If you want to clean up and remove an Azure OpenAI resource, you can delete the
## Next steps
* [Azure OpenAI Overview](../overview.md)
-* For more examples, check out the [Azure OpenAI Samples GitHub repository](https://aka.ms/AOAICodeSamples)
+* For more examples, check out the [Azure OpenAI Samples GitHub repository](https://github.com/Azure-Samples/openai)
Summary
{
"modification_type": "minor update",
"modification_title": "サンプルリポジトリリンクの修正"
}
Explanation
この修正は、Azure OpenAI サンプルの GitHub リポジトリへのリンクを書き換えるものです。元のリンク「https://aka.ms/AOAICodeSamples」が「https://github.com/Azure-Samples/openai」に変更されました。この更新により、ユーザーは新しくて正確な情報に簡単にアクセスできるようになります。修正は合計で2つの変更を含み、1行が追加され、1行が削除されました。この更新は、ユーザーエクスペリエンスの向上を目的としており、ドキュメントの情報をより効果的に利用できるようにしています。
articles/ai-services/openai/includes/dall-e-java.md
Diff
@@ -181,4 +181,4 @@ If you want to clean up and remove an Azure OpenAI resource, you can delete the
## Next steps
* Explore the image generation APIs in more depth with the [DALL-E how-to guide](../how-to/dall-e.md).
-* For more examples, check out the [Azure OpenAI Samples GitHub repository](https://aka.ms/AOAICodeSamples)
+* For more examples, check out the [Azure OpenAI Samples GitHub repository](https://github.com/Azure-Samples/openai)
Summary
{
"modification_type": "minor update",
"modification_title": "サンプルリポジトリリンクの更新"
}
Explanation
この修正では、DALL-Eに関するJavaのドキュメントに含まれるAzure OpenAIサンプルのGitHubリポジトリリンクが変更されています。元々のリンク「https://aka.ms/AOAICodeSamples」から、新しいリンク「https://github.com/Azure-Samples/openai」に更新されました。この変更により、ユーザーは最新のサンプルコードにアクセスしやすくなり、より効率的に学習することができます。2つの変更があり、1行の追加と1行の削除が行われています。この修正は、ドキュメントの整合性を保持し、ユーザーへの情報提供の質を向上させることを目的としています。
articles/ai-services/openai/includes/dotnet.md
Diff
@@ -112,4 +112,4 @@ If you want to clean up and remove an Azure OpenAI resource, you can delete the
## Next steps
-* For more examples check out the [Azure OpenAI Samples GitHub repository](https://aka.ms/AOAICodeSamples)
+* For more examples check out the [Azure OpenAI Samples GitHub repository](https://github.com/Azure-Samples/openai)
Summary
{
"modification_type": "minor update",
"modification_title": "サンプルリポジトリリンクの修正"
}
Explanation
この修正は、.NETに関するドキュメント内のAzure OpenAIサンプルのGitHubリポジトリへのリンクを更新します。以前のリンク「https://aka.ms/AOAICodeSamples」が「https://github.com/Azure-Samples/openai」に変更されました。この更新により、ユーザーは最新のサンプルコードに簡単にアクセスできるようになり、リソースをより効率的に活用できるようになります。この変更には合計で2つの修正が含まれており、1行の追加と1行の削除が行われています。この修正は、ドキュメントの正確性と有用性を高めるためのものです。
articles/ai-services/openai/includes/go.md
Diff
@@ -115,4 +115,4 @@ If you want to clean up and remove an Azure OpenAI resource, you can delete the
## Next steps
-* For more examples, check out the [Azure OpenAI Samples GitHub repository](https://aka.ms/AOAICodeSamples)
+* For more examples, check out the [Azure OpenAI Samples GitHub repository](https://github.com/Azure-Samples/openai)
Summary
{
"modification_type": "minor update",
"modification_title": "サンプルリポジトリリンクの更新"
}
Explanation
この変更では、Goに関するドキュメントの中で、Azure OpenAIサンプルのGitHubリポジトリへのリンクが修正されました。古いリンク「https://aka.ms/AOAICodeSamples」が新しいリンク「https://github.com/Azure-Samples/openai」に更新されています。この修正により、ユーザーは最新のサンプルコードにアクセスしやすくなり、リソースの使用が促進されます。変更には2つの行の修正が含まれており、1行の追加と1行の削除が行われています。この修正は、ドキュメントの情報を最新のものに保ち、ユーザーに対する便利さを向上させることを目的としています。
articles/ai-services/openai/includes/java.md
Diff
@@ -165,4 +165,4 @@ If you want to clean up and remove an Azure OpenAI resource, you can delete the
## Next steps
-* For more examples, check out the [Azure OpenAI Samples GitHub repository](https://aka.ms/AOAICodeSamples)
+* For more examples, check out the [Azure OpenAI Samples GitHub repository](https://github.com/Azure-Samples/openai)
Summary
{
"modification_type": "minor update",
"modification_title": "サンプルリポジトリリンクの更新"
}
Explanation
この変更は、Javaに関するドキュメント内のAzure OpenAIサンプルのGitHubリポジトリへのリンクを更新するものです。具体的には、以前のリンク「https://aka.ms/AOAICodeSamples」が新しいリンク「https://github.com/Azure-Samples/openai」に変更されました。この修正により、ユーザーは最新のサンプルコードにアクセスしやすくなります。合計で2箇所の変更が行われ、1行の追加と1行の削除が含まれています。この更新は、ドキュメントの情報を正確に保ち、利用者に対する利便性の向上を目的としています。
articles/ai-services/openai/includes/javascript.md
Diff
@@ -159,4 +159,4 @@ If you want to clean up and remove an Azure OpenAI resource, you can delete the
## Next steps
* [Azure OpenAI Overview](../overview.md)
-* For more examples, check out the [Azure OpenAI Samples GitHub repository](https://aka.ms/AOAICodeSamples)
+* For more examples, check out the [Azure OpenAI Samples GitHub repository](https://github.com/Azure-Samples/openai)
Summary
{
"modification_type": "minor update",
"modification_title": "サンプルリポジトリリンクの更新"
}
Explanation
この変更は、JavaScriptに関するドキュメント内のAzure OpenAIサンプルのGitHubリポジトリへのリンクを更新したものです。具体的には、以前のリンク「https://aka.ms/AOAICodeSamples」が新しいリンク「https://github.com/Azure-Samples/openai」に変更されました。この修正により、ユーザーは最新の情報に容易にアクセスできるようになります。変更は合計で2箇所に及び、1行の追加と1行の削除が行われています。この更新は、ドキュメントの信頼性を向上させ、ユーザーに対する利便性を高めることを目的としています。
articles/ai-services/openai/includes/powershell.md
Diff
@@ -143,4 +143,4 @@ If you want to clean up and remove an Azure OpenAI resource, you can delete the
## Next steps
- Learn more about how to generate the best completion in our [How-to guide on completions](../how-to/completions.md).
-- For more examples check out the [Azure OpenAI Samples GitHub repository](https://aka.ms/AOAICodeSamples).
+- For more examples check out the [Azure OpenAI Samples GitHub repository](https://github.com/Azure-Samples/openai).
Summary
{
"modification_type": "minor update",
"modification_title": "サンプルリポジトリリンクの更新"
}
Explanation
この変更は、PowerShellに関するドキュメント内のAzure OpenAIサンプルのGitHubリポジトリへのリンクを更新するものです。具体的には、従来のリンク「https://aka.ms/AOAICodeSamples」が新しいリンク「https://github.com/Azure-Samples/openai」に変更されました。この修正により、ユーザーが最新のサンプルコードやリソースにアクセスしやすくなります。変更は合計で2箇所にわたって行われ、1行の追加と1行の削除が含まれています。この更新の目的は、ドキュメントの情報を正確に保ち、利用者に対する利便性を向上させることです。
articles/ai-services/openai/includes/python.md
Diff
@@ -146,4 +146,4 @@ If you want to clean up and remove an Azure OpenAI resource, you can delete the
## Next steps
* Learn more about how to generate the best completion in our [How-to guide on completions](../how-to/completions.md).
-* For more examples check out the [Azure OpenAI Samples GitHub repository](https://aka.ms/AOAICodeSamples).
+* For more examples check out the [Azure OpenAI Samples GitHub repository](https://github.com/Azure-Samples/openai).
Summary
{
"modification_type": "minor update",
"modification_title": "サンプルリポジトリリンクの更新"
}
Explanation
この変更は、Pythonに関するドキュメントにおいて、Azure OpenAIサンプルのGitHubリポジトリへのリンクを更新するものです。具体的には、前のリンク「https://aka.ms/AOAICodeSamples」が新しいリンク「https://github.com/Azure-Samples/openai」に変更されました。この修正により、ユーザーは最新のサンプルコードを簡単に見つけることができるようになります。変更は合計で2箇所で行われ、1行の追加と1行の削除が含まれています。今回の更新は、ドキュメントの情報を最新の状態に保ち、ユーザーの利便性を向上させることを目的としています。
articles/ai-services/openai/includes/rest.md
Diff
@@ -92,4 +92,4 @@ If you want to clean up and remove an Azure OpenAI resource, you can delete the
## Next steps
* Learn more about how to generate the best completion in our [How-to guide on completions](../how-to/completions.md).
-* For more examples check out the [Azure OpenAI Samples GitHub repository](https://aka.ms/AOAICodeSamples).
+* For more examples check out the [Azure OpenAI Samples GitHub repository](https://github.com/Azure-Samples/openai).
Summary
{
"modification_type": "minor update",
"modification_title": "サンプルリポジトリリンクの更新"
}
Explanation
この変更は、RESTに関するドキュメント内のAzure OpenAIサンプルのGitHubリポジトリへのリンクを更新するものです。もともとあったリンク「https://aka.ms/AOAICodeSamples」が新しいリンク「https://github.com/Azure-Samples/openai」に変更されました。この修正により、読者は最新のサンプルコードにアクセスしやすくなり、ドキュメントの信頼性が向上します。変更は合計で2箇所にわたり、1行の追加と1行の削除が行われています。この更新の目的は、正確な情報を提供し、ユーザーの利便性を向上させることです。
articles/ai-services/openai/includes/spring.md
Diff
@@ -218,4 +218,4 @@ If you want to clean up and remove an Azure OpenAI resource, you can delete the
## Next steps
-For more examples, check out the [Azure OpenAI Samples GitHub repository](https://aka.ms/AOAICodeSamples)
+For more examples, check out the [Azure OpenAI Samples GitHub repository](https://github.com/Azure-Samples/openai)
Summary
{
"modification_type": "minor update",
"modification_title": "サンプルリポジトリリンクの更新"
}
Explanation
この変更は、Springに関するドキュメント内でAzure OpenAIサンプルのGitHubリポジトリへのリンクを更新するものです。以前のリンク「https://aka.ms/AOAICodeSamples」が新しいリンク「https://github.com/Azure-Samples/openai」に変更されました。この更新により、ユーザーは最新のサンプルコードに簡単にアクセスできるようになります。変更は合計で2つの箇所で行われ、1行の追加と1行の削除が含まれています。この修正は、正確な情報提供とユーザーの利便性の向上を主な目的としています。
articles/ai-services/openai/includes/studio.md
Diff
@@ -65,4 +65,4 @@ If you want to clean up and remove an Azure OpenAI resource, you can delete the
## Next steps
* Learn more about how to generate the best completion in our [How-to guide on completions](../how-to/completions.md).
-* For more examples check out the [Azure OpenAI Samples GitHub repository](https://aka.ms/AOAICodeSamples).
+* For more examples check out the [Azure OpenAI Samples GitHub repository](https://github.com/Azure-Samples/openai).
Summary
{
"modification_type": "minor update",
"modification_title": "サンプルリポジトリリンクの更新"
}
Explanation
この変更は、Azure OpenAI Studioに関するドキュメント内でのサンプルリポジトリへのリンクを更新するものです。以前のリンク「https://aka.ms/AOAICodeSamples」が新しいリンク「https://github.com/Azure-Samples/openai」に変更されました。この修正により、ユーザーが最新かつ正確なサンプルコードへアクセスしやすくなります。変更は合計で2つの箇所で行われ、1行の追加と1行の削除が含まれています。この目的は、情報提供の信頼性を高め、利用者の利便性を向上させることです。
articles/ai-services/openai/includes/typescript.md
Diff
@@ -213,4 +213,4 @@ If you want to clean up and remove an Azure OpenAI resource, you can delete the
## Next steps
* [Azure OpenAI Overview](../overview.md)
-* For more examples, check out the [Azure OpenAI Samples GitHub repository](https://aka.ms/AOAICodeSamples)
+* For more examples, check out the [Azure OpenAI Samples GitHub repository](https://github.com/Azure-Samples/openai)
Summary
{
"modification_type": "minor update",
"modification_title": "サンプルリポジトリリンクの更新"
}
Explanation
この変更は、TypeScriptに関連するAzure OpenAIのドキュメント内で、サンプルリポジトリへのリンクを更新するものです。以前のリンク「https://aka.ms/AOAICodeSamples」が新しいリンク「https://github.com/Azure-Samples/openai」に変更されました。この修正により、利用者は最新のサンプルコードにより簡単にアクセスできるようになります。全体で2箇所の変更があり、1行の追加と1行の削除が含まれています。この更新の目的は、正確で便利な情報を提供し、ユーザー体験を向上させることです。
articles/ai-services/openai/text-to-speech-quickstart.md
Diff
@@ -53,4 +53,4 @@ If you want to clean up and remove an Azure OpenAI resource, you can delete the
## Next steps
* Learn more about how to work with text to speech with Azure OpenAI Service in the [Azure OpenAI Service reference documentation](./reference.md#text-to-speech).
-* For more examples, check out the [Azure OpenAI Samples GitHub repository](https://aka.ms/AOAICodeSamples)
+* For more examples, check out the [Azure OpenAI Samples GitHub repository](https://github.com/Azure-Samples/openai)
Summary
{
"modification_type": "minor update",
"modification_title": "サンプルリポジトリリンクの更新"
}
Explanation
この変更は、Azure OpenAIのテキストトゥスピーチのクイックスタートガイドにおけるサンプルリポジトリへのリンクを更新することを目的としています。以前のリンク「https://aka.ms/AOAICodeSamples」が新しいリンク「https://github.com/Azure-Samples/openai」に修正されました。この修正により、ユーザーは最新のサンプルコードに簡単にアクセスできるようになります。変更は2箇所あり、1行の追加と1行の削除が行われています。この変更は、正確で便利な情報を提供し、ユーザー体験を向上させることを目的としています。
articles/ai-services/openai/toc.yml
Diff
@@ -361,7 +361,7 @@ items:
- name: Intro to Azure OpenAI training
href: /training/modules/explore-azure-openai/
- name: Azure OpenAI Samples
- href: https://aka.ms/AOAICodeSamples
+ href: https://github.com/Azure-Samples/openai
- name: Region support
href: https://azure.microsoft.com/global-infrastructure/services/?products=cognitive-services
- name: Terms of use
Summary
{
"modification_type": "minor update",
"modification_title": "サンプルリポジトリリンクの更新"
}
Explanation
この変更は、Azure OpenAIに関する目次ファイル(toc.yml)におけるサンプルリポジトリへのリンクを更新することを目的としています。以前のリンク「https://aka.ms/AOAICodeSamples」が新しいリンク「https://github.com/Azure-Samples/openai」に変更されました。この修正によって、ユーザーは最新のサンプルコードに簡単にアクセスできるようになります。変更は2箇所あり、1行の追加と1行の削除が含まれています。このアップデートは、正確かつ便利な情報を提供し、ユーザー体験を向上させることに寄与します。
articles/ai-services/openai/whisper-quickstart.md
Diff
@@ -66,4 +66,4 @@ If you want to clean up and remove an Azure OpenAI resource, you can delete the
## Next steps
* To learn how to convert audio data to text in batches, see [Create a batch transcription](../speech-service/batch-transcription-create.md).
-* For more examples, check out the [Azure OpenAI Samples GitHub repository](https://aka.ms/AOAICodeSamples).
+* For more examples, check out the [Azure OpenAI Samples GitHub repository](https://github.com/Azure-Samples/openai).
Summary
{
"modification_type": "minor update",
"modification_title": "サンプルリポジトリリンクの更新"
}
Explanation
この変更は、Azure OpenAIのWhisperクイックスタートガイドにおけるサンプルリポジトリへのリンクを更新することを目的としています。具体的には、以前のリンク「https://aka.ms/AOAICodeSamples」が新しいリンク「https://github.com/Azure-Samples/openai」に変更されました。この更新により、ユーザーは最新のサンプルコードに簡単にアクセスできるようになります。この変更は2箇所で行われ、1行の追加と1行の削除が含まれています。正確で便利な情報を提供することで、ユーザー体験の向上が図られています。