I have a requirement to create around 20 small logic apps. I want all of them to be part of single solution ideally single Azure Resource Group project.
Once it is created, I want to set up CI/CD on Azure Devops to deploy all these logic apps to multiple environments with different parameters in each environment.
Is it right to include all the logic apps in one single project? If so, what are the options to set up CI/CD pipeline?
Edit: Rather what is the best way to organise multiple logic apps?