Create a Windows app (Windows アプリの作成)で学習中です。
(https://azure.microsoft.com/ja-jp/documentation/articles/app-service-mobile-windows-store-dotnet-get-started/)
サーバー プロジェクトの構成
2.[テーブル API を作成する] で、[バックエンド言語] として [C#] ・・・
.NET バックエンド (C#)をDownload->Buildし
サーバー プロジェクトを発行するところです。
Webを発行ダイアログでMicrosoft Azure App Service(A)を選択し
次のApp Serviceダイアログで右のアカウントの下に資格情報を再入力して下さい。
からMicrosoft アカウントでサインインすると以下のエラーになります。
アカウント xxx の資格情報を更新できませんでした。
user_interaction_required:One of two conditions was encountered:
1.The PromptBehavior.Never flag was passed, but the constraint could not be honored, because uesr interaction was required.
2.An error occurred during a silent web authentication that prevented the http authentication flow from completing in a short enough time frame
解決方法を教えて下さい。