more PR feedback applied.

Signed-off-by: Wesley <wpattison08@gmail.com>
This commit is contained in:
Wesley
2022-09-13 11:08:29 +02:00
parent 57c65440a3
commit 02eb10cb2f
17 changed files with 59 additions and 87 deletions
+1 -2
View File
@@ -38,8 +38,7 @@ Here's how to get the backend plugin up and running:
```sh
# From the Backstage root directory
cd packages/backend
yarn add @backstage/plugin-azure-functions-backend
yarn add --cwd packages/backend @backstage/plugin-azure-functions-backend
```
2. Then we will create a new file named `packages/backend/src/plugins/azure-functions.ts`, and add the following to it: