Azure AI Search のインデックス作成用の管理ポータルとして使用される Web アプリをデプロイします。このアプリは、プライマリ管理者キーを使用するように構成されています。 セキュリティレビュー中に、検索インデックスへの不正な変更を発見しました。プライマリアクセスキーが侵害された疑いがあります。 インデックス管理エンドポイントへの不正アクセスを防止する必要があります。ソリューションはダウンタイムを最小限に抑える必要があります。 次に何をすべきでしょうか?
正解:C
A can not be the answer as you regenerated the secondary key after your already add to your app. The right order to minimize downtime is to regenerate the secondary, add to your app and then regenerate the primary. If you change the application to use the secondary key and then you regenerate the key the application in not going to work.