Skip to content

Commit

Permalink
Applies code review
Browse files Browse the repository at this point in the history
  • Loading branch information
milanholemans committed Feb 3, 2025
1 parent e636b6f commit 8a63324
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Apart from this IDE, you will need the following extensions for Visual Studio Co

1. Create `package.json` file in the root of the project.

To use CLI for Microsoft 365 in this Azure Function, we have to install it locally in the project. When everything is ready to go, we will publish CLI for Microsoft 365 with out code to the Azure Function.
To use CLI for Microsoft 365 in this Azure Function, we have to install it locally in the project. When everything is ready to go, we will publish CLI for Microsoft 365 with our own code to the Azure Function.
This will prevent the need to install the CLI for Microsoft 365 on the Azure Function itself at every execution.
The easiest way to achieve this is to create a `package.json` file in the root of your project (or run `npm init`).
Make sure your file looks like this (choose your own project name and version):
Expand Down

0 comments on commit 8a63324

Please sign in to comment.