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 Nov 14, 2019
1 parent 2648026 commit 9c1fd71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ As a VsCode Extension.

* Get the sources (either via **git clone** or by just downloading the ZIP-file) from this repo.
* Open command line in **durablefunctionsmonitor.dotnetbackend** folder.
* Run **node setup-and-run.js**. This setup script will ask you to provide the Connection String to your Azure Storage, that your existing Durable Functions are using, and put it into local.settings.json file. Then it will run the Functions project (do the **func start**) and open the UI page (http://localhost:7072/api/monitor) in your favourite browser. If not, then just navigate to that URL yourself (on a Mac it is reported to be more preferrable to open http://127.0.0.1:7072/api/monitor instead).
* Alternatively you can just create local.settings.json file yourself, then run **func start** and open the UI page in your browser manually.
* Run **node setup-and-run.js**. This setup script will ask you to provide the Connection String to your Azure Storage, that your existing Durable Functions are using, and put it into **local.settings.json** file. Then it will run the Functions project (do the **func start**) and open the UI page (http://localhost:7072/api/monitor) in your favourite browser. If not, then just navigate to that URL yourself (on a Mac it is reported to be more preferrable to open http://127.0.0.1:7072/api/monitor instead).
* Alternatively you can just create **local.settings.json** file yourself, then run **func start** and open the UI page in your browser manually.

**OR**

Expand Down
Binary file added readme/screenshots/vsext-context-menu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9c1fd71

Please sign in to comment.