带有Postgres数据存储的Azure耐用功能应用

发布于 2025-01-23 11:40:15 字数 374 浏览 0 评论 0原文

我们需要在Azure之外托管现有的Azure耐用功能应用程序。我们可以将功能应用程序作为容器运行,但是我们需要配置替代数据存储(当前正在使用Azure存储)。我可以看到MS SQL是一个受支持的替代者 - 请参阅在这里 - 这个将为我们工作,但是Postgres更与我们的方向保持一致,因此最好是。是否有人使用Postgres作为Azure耐用功能应用程序的存储提供商?

We need to host existing Azure Durable Function app outside of Azure. We can run the function app as a container, but we'll need to configure an alternate data store (which is currently using Azure Storage). I can see MS SQL is a supported alternate - see here - and this will work for us, but Postgres is more aligned with the direction we're headed, so would be preferable. Has anyone used Postgres as the storage provider for Azure Durable Function apps?

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

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

发布评论

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

评论(1

So尛奶瓶 2025-01-30 11:40:15

The language specific operations to deploy outside the azure can be performed by the steps mentioned in https://learn.microsoft.com/en-us/azure/azure-functions/durable/durable-functions-overview?tabs=python

For the storage considerations refer: https://learn.microsoft.com/en-us/azure/azure-functions/storage-considerations

But there are no specific and perfect procedures for Postgre SQL and waiting for update from Azure.

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