6

Is there any way for setting up a local environment for hosting and running azure logic apps locally?

Thanks in advance.

Shadi
  • 191
  • 3
  • 13

2 Answers2

4

currently this feature is not available. You can always post new ideas that you want to see in the product.

TusharJ
  • 1,213
  • 2
  • 11
  • 18
  • 1
    Thank you for your response – Shadi Mar 23 '17 at 14:12
  • By the way you can develop the LogicApp locally using the VS2015 extension for LogicApp and deploy it to Azure from VS. let me know if you need pointers. – TusharJ Mar 23 '17 at 16:18
  • @TusharJ is it possible to run some kind of end-to-end tests against a Logic App instance developed in VS _without deploying it to Azure_ though? – Igor Soloydenko Nov 22 '17 at 20:11
  • valid request but currently there is no support for this. I see you created a feedback request, sharing it here for future references https://feedback.azure.com/forums/287593-logic-apps/suggestions/32354464-provide-an-locally-runnable-sandbox – TusharJ Nov 29 '17 at 00:46
3

Logic Apps is updated to run in a new containerized runtime. It can run on Functions, App Service, Kubernetes, Docker and any cloud.

https://azure.microsoft.com/en-us/updates/logic-apps-updated-with-new-hosting-options-improved-performance-and-developer-workflows/

lvmeijer
  • 1,022
  • 13
  • 14