简体   繁体   English

如何使用 Rest api 或 Azure 函数创建逻辑应用程序,而无需打开 ZCF04A01A72E37B7574FC5061

[英]How to create Logic App using Rest api or Azure functions, without opening the azure portal

Through Azure portal I am able to create logic app and configure workflows, but I don't want to create anything using the portal, I want to create and configure workflows for logic app using RestApi or azure functions , So basically without opening the portal i should be able to create/update logic app, I have gone through many documents and unable to find data related to my required.How can I achieve this, Is it possible or not?通过 Azure 门户我能够创建逻辑应用程序并配置工作流,但我不想使用门户创建任何东西,我想使用 RestApi 或 azure 功能为逻辑应用程序创建和配置工作流,所以基本上没有打开门户我应该能够创建/更新逻辑应用程序,我已经浏览了许多文档并且无法找到与我所需的数据相关的数据。我该如何实现这一点,是否可能? If its possible please provide the documentation link to refer如果可能,请提供文档链接以供参考

I got the restapi, it is already present, check the link below, using that i am able to create and list the logicapps, we need to pass the respective trigger and actions along with bearer token我得到了restapi,它已经存在,检查下面的链接,使用它我能够创建和列出逻辑应用程序,我们需要传递相应的触发器和操作以及不记名令牌

https://docs.microsoft.com/en-us/rest/api/logic/workflows/createorupdate https://docs.microsoft.com/en-us/rest/api/logic/workflows/createorupdate

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM