logic app name in each environment

arkiboys 9,666 Reputation points
2022-08-09T13:50:29.627+00:00

I am using a logic app, named as logic-dev-123
This logic app sends email...
inside it there is a http request which is like : https:prod-xyz...

I can use the same logic app in environments such as test/prod

Question:
Since only one logic app is required to send an email and any environment then is it fine to just have this logic app named as logic-123 as opposed to logic-dev-123 and logic-prod-123 ?
Thank you

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,899 questions
0 comments No comments
{count} votes

Accepted answer
  1. Sreeju Nair 11,856 Reputation points
    2022-08-09T13:58:34.967+00:00

    This is purly your decision, you can use single logic app for your production, test and dev scenarios. However, you need to consider the following.

    Currently you may see the email sending logic is simple, but as your application grow, you may see the requirement to add additional functionality such as log the requests, or additional steps etc, in this case it is a better idea to have dev, test and production logic apps.

    Based on the best practices in Software Development, make sure that you have separate environments available for development, testing and production. This will help you to do troubleshooting, add additional functionalities etc.

    Hope this helps

    0 comments No comments

0 additional answers

Sort by: Most helpful