带有Postgres数据存储的Azure耐用功能应用
我们需要在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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
可以通过 https://learn.microsoft.com/en-us/azure/azure-functions/durable/durable/durable/durable-functions-overviondions-overview
?请参阅: https://learn.microsoft.com/en-en-en-en--en-en--en--en--en---美国/azure/azure-functions/储存量
,但是没有特定而完美的程序来播放后SQL,也没有等待Azure的更新。
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.