開発チームは最近、サンドボックス環境で会社の Web ベースの CMS に対する変更のテストを完了しました。クラウド管理者は、リリース ライフ サイクルの次のフェーズの一部として、これらの CMS アプリケーションの変更をステージング環境に展開しました。展開は成功しましたが、CMS アプリケーションを展開した後、アプリケーションが利用できないことを示すエラー メッセージが Web ページに表示されます。管理者がアプリケーション ログを確認すると、CMS がデータベースに接続できないというエラー メッセージが表示されます。問題を解決するためにクラウド管理者が実行するのに最適なアクションは次のうちどれですか?
正解:D
Explanation Modifying the configuration settings of the CMS (Content Management System) application to connect to the database in the current environment is what the cloud administrator should do to resolve the issue of web page displaying an error message stating the application is unavailable after deploying CMS application changes to the staging environment. A CMS is a software or platform that allows users to create, manage, and publish web content. A CMS may use a database to store and retrieve web content and information. A staging environment is a testing or pre-production environment that simulates the production environment and allows users to verify and validate changes or updates before deploying them to production. Modifying the configuration settings of the CMS application can help to resolve the issue by ensuring that the CMS application can access and communicate with the database in the current environment, rather than using the previous or default settings that may point to a different or non-existent database.