如何使用REST API创建标准逻辑应用程序?
使用官方文档 azure逻辑应用程序,我能够创建并使用消费逻辑应用
。是否可以以类似的方式使用REST API创建标准逻辑应用
?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
使用官方文档 azure逻辑应用程序,我能够创建并使用消费逻辑应用
。是否可以以类似的方式使用REST API创建标准逻辑应用
?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
目前看来的简单答案是 no 。
按照文档... https://learn.microsoft.com/en-us/azure/logic-apps/single-tenant-tenant-overview-compare-compare#create#create-build-build-and-and-deploy-options
有当前有限的标准逻辑应用程序选项。
标准
=“ https://i.sstatic.net/pruq0.png” alt =“消费”>
更新
标准逻辑应用程序现在有其他部署方法,但仍然不是完整的套件,但它已经成长。
The simple answer, as it currently stands and looks to be, is no.
As per the documentation ... https://learn.microsoft.com/en-us/azure/logic-apps/single-tenant-overview-compare#create-build-and-deploy-options
There are currently limited options for a standard logic app.
Standard
Consumption
Update
Standard logic apps now have additional ways to deploy, still not the full suite but it's grown.
这是一种可能的,但是您需要重新考虑定义。
逻辑应用标准(又称单租户逻辑应用程序)构建在功能运行时的顶部,基础架构与实际的工作流定义分开。对资源的部署基本上与功能应用程序相同。
此处的更多信息:单租户Azure逻辑应用程序的DevOps部署
对于您的情况,您将:
链接:
This is tecnically possible but you need to rethink the definition.
Logic App Standard (aka. Single-Tenant Logic App) is built on top of the function runtime and the infrastructure is seperated from the actual workflow definition. Deployment to the resource basically works the same way as for Function Apps.
More on that here: DevOps deployment for single-tenant Azure Logic Apps
For your case you would:
Links: