Diff Insight Report - search

最終更新日: 2026-06-25

利用上の注意

このポストは Microsoft 社の Azure 公式ドキュメント(CC BY 4.0 または MIT ライセンス) をもとに生成AIを用いて翻案・要約した派生作品です。 元の文書は MicrosoftDocs/azure-ai-docs にホストされています。

生成AIの性能には限界があり、誤訳や誤解釈が含まれる可能性があります。 本ポストはあくまで参考情報として用い、正確な情報は必ず元の文書を参照してください。

このポストで使用されている商標はそれぞれの所有者に帰属します。これらの商標は技術的な説明のために使用されており、商標権者からの公式な承認や推奨を示すものではありません。

View Diff on GitHub

Highlights

この記事の更新では、Azure AI Searchの知識ベースを作成する際に重要な新しい手順が追加されました。この新しい手順は、「ロールベースのアクセス制御を有効にする」機能を指しています。この追加により、Azure AI Searchのセキュリティ管理が強化されます。

新機能

  • Azure AI Searchの知識ベース作成において、「ロールベースのアクセス制御を有効にする」手順が追加されました。これにより、ユーザーはアクセス権限をより細かく管理できるようになりました。

互換性を破る変更

  • なし

その他の更新

  • C#、Python、およびRESTの各プラットフォーム用の手順に新しいステップが追加されました。

Insights

この更新は、Azure AI Searchの知識ベース管理においてセキュリティを重視した内容と言えます。ロールベースのアクセス制御は、業務において重要なデータや機能へのアクセスを制限するための一般的な手法であり、多くのエンタープライズ環境で利用されています。今回の文書の更新は、Azure AI Searchのユーザビリティを向上させると同時に、セキュリティ面での管理がしやすくなることを意図しています。具体的なプログラミング言語(C#、Python、REST)のセクション毎にこの重要なステップが追加されていることは、対象を使い慣れた開発者にとっても有用な情報となるでしょう。セキュリティ強化が求められる現代において、このような更新は今後ますます重要になっていくと考えられます。

Summary Table

Filename Type Title Status A D M
agentic-retrieval-how-to-create-knowledge-base.md minor update 知識ベースの作成方法に関する更新 modified 6 0 6

Modified Contents

articles/search/agentic-retrieval-how-to-create-knowledge-base.md

Diff
@@ -109,6 +109,8 @@ Azure AI Search needs access to the LLM from Azure OpenAI in Foundry Models. We
 
 ::: zone pivot="csharp"
 
+1. [Enable role-based access control on Azure AI Search](search-security-enable-roles.md).
+
 1. [Configure Azure AI Search to use a managed identity](search-how-to-managed-identities.md).
 
 1. On your model provider, assign **Cognitive Services User** to the managed identity of your search service. If you're testing locally, assign the same role to your user account.
@@ -127,6 +129,8 @@ Azure AI Search needs access to the LLM from Azure OpenAI in Foundry Models. We
 
 ::: zone pivot="python"
 
+1. [Enable role-based access control on Azure AI Search](search-security-enable-roles.md).
+
 1. [Configure Azure AI Search to use a managed identity](search-how-to-managed-identities.md).
 
 1. On your model provider, assign **Cognitive Services User** to the managed identity of your search service. If you're testing locally, assign the same role to your user account.
@@ -143,6 +147,8 @@ Azure AI Search needs access to the LLM from Azure OpenAI in Foundry Models. We
 
 ::: zone pivot="rest"
 
+1. [Enable role-based access control on Azure AI Search](search-security-enable-roles.md).
+
 1. [Configure Azure AI Search to use a managed identity](search-how-to-managed-identities.md).
 
 1. On your model provider, assign **Cognitive Services User** to the managed identity of your search service. If you're testing locally, assign the same role to your user account.

Summary

{
    "modification_type": "minor update",
    "modification_title": "知識ベースの作成方法に関する更新"
}

Explanation

この変更は、Azure AI Searchの知識ベースを作成する方法に関する文書の更新です。具体的には、ロールベースのアクセス制御を有効にする手順を追加しました。変更は、C#、Python、およびRESTの各プラットフォームに適用され、各セクションの手順に「Azure AI Searchでのロールベースのアクセス制御を有効にする」という新しいステップが挿入されています。これにより、ユーザーはAzure AI Searchが適切に管理され、セキュリティが強化されることが強調されています。全体で6行の変更がありましたが、削除された内容はありません。