客户端筒仓未在 azure 中初始化的原因可能是什么?

what could be reason for client silo not getting initialized in azure?

我正在关注 HelloWorld example to learn how to deploy and execute an orleans app in Azure. I was able to make it work locally. When I deployed it azure, it is timing out. I followed the azure debugging link 并且能够找出 server.This 中发生的事情是我在服务器

中遇到的错误

w3wp.exe Error: 0 : Client.Initialize failed with exc -- One or more errors occurred.. Will try again

在对 orleans 代码进行一些研究后,我 found the place 抛出这个特定错误的地方。它指出如果找不到网关,则会抛出此错误。

我被困在这里,有人对如何解决这个问题有任何指示吗?

谢谢

请遵循该示例:https://github.com/dotnet/orleans/tree/master/Samples/AzureWebSample 它包含将 Hello World 部署到 Azure 所需的所有部分。 在您的情况下,您似乎只部署了客户端而不是孤岛。