diff --git a/packages/func/README.md b/packages/func/README.md index 0a2dcab..3040789 100644 --- a/packages/func/README.md +++ b/packages/func/README.md @@ -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 @@ -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.