Xamarin.Forms Visual Studio 2017 Pro 中的 Azure

Xamarin.Forms Azure in Visual Studio 2017 Pro

我一直在观看 Joe Montemagno 关于 Xamarin 和 Azure 的演讲 (https://channel9.msdn.com/Events/Visual-Studio/Visual-Studio-2017-Launch/T104) 我遵循了视频中解释的所有步骤(我认为它不完整,或者至少我有点傻),并且在 UWP 中调试应用程序时我无法在 Azure 中验证应用程序(在 Windows 10 PC或者来自 Lumia950,我还没有尝试 Android)。基本上它是默认创建的应用程序,检查了 AzureMobileAppUrl,我正在尝试执行。

我遵循的步骤:

任何人都可以帮助我吗?。除了视频,我还没有找到更多文档。任何人都知道我在哪里可以找到有效的文档?因为我在 Xamarin 找到的文档对 Visual Studio 2017 无效。

更新: 我在 Azure 中测试,我启用了 RemoteErrors,现在我从 AutoMapper 收到错误:

Could not load file or assembly 'AutoMapper' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)

好的,我需要在全新的 VS2017 安装中更新 nuGet AutoUpdate 包,现在网站在 azure 中工作没有错误,但我继续之前的错误。

结束更新

谢谢

好的,我用以下方法解决了这个问题: Authentication and authorization for API Apps in Azure App Service