Skip to content
This repository has been archived by the owner on Mar 2, 2022. It is now read-only.

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
scale-tone committed Mar 9, 2020
1 parent 332c3e3 commit 2c60d5e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion durablefunctionsmonitor-vscodeext/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ List/monitor/debug your Azure Durable Functions inside VsCode.
* List your Orchestrations and/or Durable Entities, with sorting, infinite scrolling and auto-refresh.
* Monitor the status of a certain Orchestration/Durable Entity. Purge, Rewind, Terminate, Raise Events.
* Purge Orchestrations/Durable Entities history - **Command Palette -> Purge Durable Functions History**
* Connect to different Task Hubs.
* Connect to multiple Task Hubs - **Azure Functions View Container -> DURABLE FUNCTIONS**

## Pictures

Expand All @@ -18,6 +18,8 @@ List/monitor/debug your Azure Durable Functions inside VsCode.

<img src="https://raw.githubusercontent.com/scale-tone/DurableFunctionsMonitor/master/readme/screenshots/vscodeext-orchestration.png" width="843">

<img src="https://raw.githubusercontent.com/scale-tone/DurableFunctionsMonitor/master/readme/screenshots/vscodeext-tree-view.png" width="589">

<img src="https://raw.githubusercontent.com/scale-tone/DurableFunctionsMonitor/master/readme/screenshots/vsext-context-menu.png" width="300">

## Prerequisites
Expand Down

0 comments on commit 2c60d5e

Please sign in to comment.