いずれかのアプリ サービス内の Azure ダッシュボードで「問題の診断と解決」を実行したところ、「アプリケーションがリダイレクトにより異常と評価されました」という重大なリスク アラートが表示されました。
推奨されるアクションは次のとおりです。
If the application has HTTP to HTTPS redirectoin, consider one of the following solutions.
a. Enable 'HTTPs Only' from the TLS/SSL settings blade for the respective App Service. This will force health check pings to over 443.
b. Modify the Application logic/ad a URL Rewrite rule so that requests from the user agents – ReadyForRequest/1.0+(HealthCheck) & HealthCheck/1.0 are not redirected.
ポイント (a) で提案されているように、既に「HTTPs のみ」を有効にしていますが、ポイント (b) を行う方法がわかりません。ReadyForRequest/1.0+(HealthCheck)
ユーザー エージェントからのリクエストがリダイレクトされないように、アプリケーション ロジック/ URL 書き換えルールを変更する方法はHealthCheck/1.0
?
現在、ヘルス チェックを有効にして、ヘルス チェック パスを に設定してい/
ます。
助けてくれてありがとう。