Azure API 应用程序示例工作了一段时间然后就死了

Azure API app sample works for a while then dies

我想尝试使用 Azure API 应用程序来尝试 Azure 应用程序服务。我从本教程开始:

http://azure.microsoft.com/en-us/documentation/articles/app-service-dotnet-create-api-app/

昨晚我发表后工作得很好。今天早上回来继续学习教程,API url 已经死了。我在 Azure 门户中单击 API URL 并登录。

我按照教程将 API 的访问级别设置为 "Available to Anyone"。

我得到:"Sorry, but we’re having trouble signing you in. We received a bad request."

我得到的唯一其他信息是: AADSTS50011:回复地址“...”与为应用程序配置的回复地址不匹配:...

根据下面的 post,Azure API 应用尚不支持 Application Insights。

https://social.msdn.microsoft.com/Forums/azure/en-US/96eeb06c-8157-4a4f-9d3a-4fa3eced5c55/authentication-failure-on-new-api-app-even-though-authentication-is-disabled?forum=AzureAPIApps

为 Azure 应用服务创建新的 API 应用程序时,请确保 Application Insights 不是 checked/enabled 项目。