試験AZ-104J トピック1 問題300 スレッド
Microsoft AZ-104Jのリアル試験問題集
問題 #: 300
トピック #: 1
問題 #: 300
トピック #: 1
webapp1という名前のAzure Webアプリがあります。
ユーザーは、webapp1に接続するときにHTTP 500エラーが頻繁に発生することを報告しています。
接続エラーへのリアルタイムアクセスをwebapp1の開発者に提供する必要があります。ソリューションは、すべての接続エラーの詳細を提供する必要があります。
最初に何をすべきですか?
ユーザーは、webapp1に接続するときにHTTP 500エラーが頻繁に発生することを報告しています。
接続エラーへのリアルタイムアクセスをwebapp1の開発者に提供する必要があります。ソリューションは、すべての接続エラーの詳細を提供する必要があります。
最初に何をすべきですか?
おすすめの解答:A 解答を投票する
Explanation
To resolve this you need to catch connection error. When the connection fails for webapp, it happens on web server, not within application. You can find out the web server log by below steps:
Open the web application --> Go to Application Service logs --> Go to Web server logging (there are multiple switches there) You can also see the errors live going to "Log stream" pane.
To ensure that you will get web server log, you have to enable it.

Reference:
https://docs.microsoft.com/en-us/azure/app-service/troubleshoot-diagnostic-logs
To resolve this you need to catch connection error. When the connection fails for webapp, it happens on web server, not within application. You can find out the web server log by below steps:
Open the web application --> Go to Application Service logs --> Go to Web server logging (there are multiple switches there) You can also see the errors live going to "Log stream" pane.
To ensure that you will get web server log, you have to enable it.

Reference:
https://docs.microsoft.com/en-us/azure/app-service/troubleshoot-diagnostic-logs
Sawazaki 2026-03-23 10:07:16
コメント
他人の解答コメントを賛成するのも、その解答に一票を入れることになります。したがって、すでに同じ意見の投票コメントが存在する場合、新規コメントをする代わりに賛成することもできます。
コメントを通報する
コメント中
今すぐ 新規登録 / ログイン (無料です)。