Logic App Run Resubmitter

GitHub

The Logic App Run Resubmitter is a cross-platform desktop application designed to take the pain out of resubmitting Azure Logic App (Standard) runs. When working on integration projects, it is not uncommon to encounter situations where a large batch of runs needs to be retriggered — whether after a bug fix, a downstream outage, or a configuration change. Doing this manually through the Azure Portal is tedious and time-consuming. This tool streamlines that process into a simple, intuitive interface that lets you filter, select, and resubmit runs in bulk with just a few clicks.

Technologies Used

This project is built with Electron, React, and TypeScript — a combination that enables a native-feeling desktop experience on both Windows and macOS from a single codebase. Under the hood, the application communicates with the Azure Logic Apps REST API to query run history, inspect run statuses, and trigger resubmissions programmatically — the same operations you would otherwise perform manually through the Azure Portal.