From 2c60d5eb3f768dd4baab8b71cfee1ee21e473eec Mon Sep 17 00:00:00 2001 From: Konstantin Lepeshenkov Date: Mon, 9 Mar 2020 17:09:06 +0100 Subject: [PATCH] minor fixes --- durablefunctionsmonitor-vscodeext/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/durablefunctionsmonitor-vscodeext/README.md b/durablefunctionsmonitor-vscodeext/README.md index 2b0a9ae..c4557f0 100644 --- a/durablefunctionsmonitor-vscodeext/README.md +++ b/durablefunctionsmonitor-vscodeext/README.md @@ -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 @@ -18,6 +18,8 @@ List/monitor/debug your Azure Durable Functions inside VsCode. + + ## Prerequisites