I have a solution that consists of Azure Logic Apps, functions app, Sharepoint, and Office 365 forms. I want to keep all the resources in the git and deploy automated. Currently, I can deploy Azure Logic Apps, and functions apps via ARM templates. I want to integrate Microsoft Forms(Office 365 forms) with Azure DevOps. Is it possible to integrate Microsoft Forms(Office 365 forms) inside a task for AzureDevops?
In the end, we want to create a Release/Deploy for several different environments.
Thank You
There is no way to integrate Office 365 Forms with a simple task like Azure Logic Apps.
You need to publish Office 365 Forms just as you publish Office Add-in. You can refer to this article for details.