Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Logic Apps Run Viewer ToolsNew to Visual Studio Code? Get it now.
Logic Apps Run Viewer Tools

Logic Apps Run Viewer Tools

Daniel Jonathan

| (0) | Free
Streamline local development and debugging for Azure Logic Apps Standard projects running in Docker or locally.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Logic Apps Local Dev Tools

This VS Code extension streamlines local development and debugging for Azure Logic Apps Standard projects running in Docker or locally.

Features

  • Detect and connect to a local Logic Apps Standard runtime (Docker or host)
  • One-click command to open the backend Logic Apps UX experience, preconfigured to the correct runtime URL
  • Validate reachability of your Logic Apps management API endpoint in one click
  • Custom panel/webview to show run history and workflow details using the Logic Apps management API
  • Automatically retrieves the local host master key when needed (or respect a key you configure manually)
  • View input and output for each workflow action (shape) by clicking on a run
  • Simplified Azurite connection string management
  • Helper commands for workflow triggers and viewing run results (coming soon)

Requirements

  • Logic Apps Standard runtime (local host or container) exposing the management API
  • Optional: LogicAppsUX Standalone designer (see https://github.com/Azure/LogicAppsUX) for authoring
  • Node.js and npm

Usage

  1. Start your Logic Apps Standard runtime and Azurite (host or Docker)
  2. Open your project in VS Code
  3. Use the command palette (Cmd/Ctrl+Shift+P) and search for:
    • Detect Logic Apps Runtime and Azurite
    • Validate Logic Apps Management API
    • Open Backend Logic Apps UX
    • Open Logic Apps Run History Panel
  4. If the management API requires authorization, the extension auto-fetches the local host master key (/_master); you can also set a specific key via settings
  5. In the run history panel, click on a run to view input/output for each action or refresh the list as needed

Extension Settings

The extension contributes the following settings (Command Palette → Preferences: Open Settings (UI)):

  • logicAppsLocalDevTools.managementApi.baseUrl: Base URL for the local Logic Apps runtime (default: http://localhost:7071/runtime/). The extension appends webhooks/workflow/api/management automatically.

Note about non-Docker setups

If your Logic Apps runtime is not running in Docker or listens on a different host/port, configure the extension setting logicAppsLocalDevTools.managementApi.baseUrl to point to your runtime base (for example: http://my-host:7071/runtime/ or http://127.0.0.1:7071/runtime/). The extension's runtime detection and the "Open Backend Logic Apps UX" flow will prefer this configured host as a fallback instead of assuming localhost.

  • logicAppsLocalDevTools.managementApi.apiVersion: API version appended to every management API request (default: 2016-06-01)
  • logicAppsLocalDevTools.managementApi.apiKey: Optional function/system key to append as code and x-functions-key for secured endpoints
    • Leave empty to let the extension retrieve the local _master key automatically via /admin/host/systemkeys/_master

Known Issues

  • Workflow trigger and run result commands are placeholders

Release Notes

0.1.0

  • Initial release: runtime detection, designer launch, run history panel with drill-in

Enjoy local Logic Apps development!


Screenshots

Below are screenshots of the extension in action:

Workflows List

Workflows list

Run History and Details

Run history and details

Command Palette

Command Palette

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft