Last week, we posted a Logic App, Best Practices, Tips, and Tricks, about the ability to resubmit multiple runs at once and how that process can be a tedious and sometimes complicated process. Luckily for us, new features appeared recently, and that process was somehow minimized. Nevertheless, a little confused.
At the time we were investigating those capabilities, we were finalizing the development of a tool to achieve that goal. Since this tool had already been developed, we decided to make it available.
Logic App Consumption Bulk Failed Runs Resubmit Tool
This is a simple .NET Windows application that allows you to easily resubmit multiple Logic App Consumption runs at once.
To archive that, you need to be already authenticated on your Azure Portal, and you need to provide the following parameters:
- Logic App name;
- Resource Group;
- and Subscription ID;
- Optionally, you can select a DateTime range to filter the failed runs you need to resume.
- If you don’t select a range, all failed runs until a max of 250 will be presented.
Where can I download it?
You can download the complete Logic App Consumption Bulk Failed Runs Resubmit tool source code here:
Hope you find this helpful! So, if you liked the content or found it useful and want to help me write more, you can buy (or help me buy) my son a Star Wars Lego!
Thanks to my team member Luís Rigueira for being the mentor of this idea.