如何在WindowsAzure云中部署工作流?

发布于 2024-09-19 19:30:21 字数 83 浏览 4 评论 0原文

是否可以在 windowsAzure 云中部署使用 .Net 4.0 创建的 WF (4.0)?我们是否需要为此购买单独的 BizTalk 服务器帐户?

Is it possible to deploy a WF (4.0) creating using .Net 4.0 in the windowsAzure cloud? Do we need to purchase a seperate BizTalk server account for this ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

蓬勃野心 2024-09-26 19:30:21

是的,您应该能够动态生成工作流并在 Azure 中执行它。目前存在一些限制,因为 SQL Azure 不支持某些关键字,因此实例存储脚本需要进行一些修改。
我在 Windows 工作流基础团队工作,我们致力于让在 Azure 上构建、部署工作流的体验变得更轻松,我很乐意与您讨论在 Azure 上使用 WF4 时遇到的任何问题,并更好地了解您的场景。如果您愿意,请与我联系[电子邮件受保护]

Yes, you should be able to dynamically generate workflows and execute it in Azure. There are some limitations today as the instance store script will need some modifications as SQL Azure doesn't support some keywords.
I am in the windows workflow foundation team and we are working on making the experience of building, deploying workflows easier on Azure and I would be happy to chat with you on any issues that you are having using WF4 on Azure and understand your scenario better. If you like, please contact me [email protected]

怀里藏娇 2024-09-26 19:30:21

Azure 目前可以运行(几乎)任何运行 IIS 7.5 的 Windows 2008 R2 x64 服务器可以运行的东西。 .NET 4.0 Framework 运行时已安装。

只要您可以将 WF 服务部署到库存(但最新)2008 R2 服务器上,您就可以开始使用了。

Azure will currently run (almost) anything a Windows 2008 R2 x64 server running IIS 7.5 can. The .NET 4.0 Framework runtimes are installed.

So long as you could deploy your WF service to a stock (but up-to-date) 2008 R2 server, you should be good to go.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文