Azure-Samples / aci-logicapps-integration

Learn how to use Azure Container Instances with Logic Apps to deploy containers in an event-driven way.
MIT License
43 stars 7 forks source link

This architecture may cause intermittently 404 issue due to the ARM provisioning and de-provisioning #10

Open yuaf-microsoft opened 3 years ago

yuaf-microsoft commented 3 years ago

Hi all,

One of my customer use the architecture this article mentioned to create the logic app. Unfortunately, it will intermittently cause 404 issue in logic app get property of container group action if time difference between delete action and next create action is small.

Workaround: You need to make sure the time difference between delete action and next create action isn't too small. Also, instead of creating and deleting, you can create a container instance manually, and keep using this container instance in your logic app.

Please contact me via yuaf@microsoft.com for more detailed information. We need to correct this article.

Regards Mike