Azure AppServiceでのASP.NET CoreのIdentity認証の検証メール送付のエラー

竹山 0 Reputation points
2023-05-31T07:12:44.31+00:00

お世話になります。

Identity認証の検証メール送付について

ASP.NET Coreの開発段階でIISからは認証用の検証メールが送付できて受信メールから、認証が承認されるようになりましたが、Azure AppServiceにデプロイしてwebで動作確認したところアカウント作成またはパスワードの再発行での検証メールが送付されず「Error.

An error occurred while processing your request.」のエラーメッセージが表示されてしまいます。

Azure側で何か設定する必要があるのでしょうか。

なお、Azure AppServiceのプランは「Free」です。

ご教示お願いいたします。

Developer technologies | ASP.NET | ASP.NET Core
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,977 questions
{count} votes

1 answer

Sort by: Most helpful
  1. brtrach-MSFT 17,741 Reputation points Microsoft Employee Moderator
    2023-06-01T02:58:40.1133333+00:00

    We are happy to hear you were able to resolve your issue. There is a chance that the Web App being at free tier was likely the issue as you cannot use custom domains with the free tier web app. Sendgrid from my experience requires the use of a custom domain as the customer does not have control over the *.azurewebsites.net domain/subdomain.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.