Deploying a logic app using ARM templates/powershell

前端 未结 3 725
隐瞒了意图╮
隐瞒了意图╮ 2021-01-15 16:54

How can I Deploy a logic app that calls a SQL DB stored procedure? I\'ve tried the following action.

    \"actions\": {
            \"Execute_stored_procedur         


        
3条回答
  •  佛祖请我去吃肉
    2021-01-15 17:47

    Here is a sample template for LogicApp ARM template + 'connections' resource
    https://blogs.msdn.microsoft.com/logicapps/2016/02/23/deploying-in-the-logic-apps-preview-refresh/
    https://github.com/jeffhollan/logicapps-deployments/blob/master/ftp_to_blob.json

提交回复
热议问题