Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Pshul <[email protected]>
  • Loading branch information
AlexPshul authored Dec 6, 2023
1 parent 168a6c9 commit 588c37c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/func/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ This plugin allows you to initialize, create, build, run and publish Azure Funct
## Quick Start

1. Make sure your environment is set as described in the [Azure Functions docs](https://learn.microsoft.com/en-us/azure/azure-functions/create-first-function-vs-code-typescript#configure-your-environment).
2. Create an [NX workspace](https://nx.dev/getting-started/intro) with any method.
2. Make sure you install the latest [Azure Functions Core Tools](https://learn.microsoft.com/en-us/azure/azure-functions/functions-run-local?tabs=windows%2Cisolated-process%2Cnode-v4%2Cpython-v2%2Chttp-trigger%2Ccontainer-apps&pivots=programming-language-typescript#install-the-azure-functions-core-tools). The minimum required version is **4.0.5390**. You can check your currently installed version by running `func --version` command.
3. Create an [NX workspace](https://nx.dev/getting-started/intro) with any method.

```bash
npx create-nx-workspace@latest my-org
Expand Down Expand Up @@ -47,7 +48,7 @@ nx start my-new-app

## Known possible issues

1. If after creation the build is failing, try updating @types/node and/or typescript versions.
1. If after creation the build is failing, try updating `@types/node` and/or `typescript` versions.
2. To be able to publish a function to your Azure account, an [az login](https://learn.microsoft.com/en-us/cli/azure/authenticate-azure-cli) is required first.

<br/>
Expand Down

0 comments on commit 588c37c

Please sign in to comment.