Add a note about FUNCTIONS_WORKER_RUNTIME_VERSION

Add a note about FUNCTIONS_WORKER_RUNTIME_VERSION to the local deployment instructions
This commit is contained in:
Anatoli Beliaev 2020-02-14 10:36:26 -08:00 коммит произвёл GitHub
Родитель a34035a6fe
Коммит deb02a8a30
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -93,6 +93,8 @@ Copy-Item -Recurse -Force ./src/bin/Debug/netcoreapp3.1/publish/worker.config.js
Then `cd` into a Function App with PowerShell as the worker runtime
(NOTE: There's an example PowerShell Function App in the `examples` folder).
Set the environment variable `FUNCTIONS_WORKER_RUNTIME_VERSION` to `7`, or add this as an app setting to the `local.settings.json` file.
Lastly, run:
```