Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update quick-start.md #6018

Merged
merged 2 commits into from
Apr 15, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/providers/azure/guide/quick-start.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ layout: Doc


## Pre-requisites ## Pre-requisites


1. Node.js `v6.5.0` or later. *(this is the runtime version supported by Azure Functions)* 1. Node.js `v6.5.0` or later. *(v6.5.0 is the minimum runtime version supported by Azure Functions)*
2. Serverless CLI `v1.9.0` or later. You can run 2. Serverless CLI `v1.9.0` or later. You can run
`npm install -g serverless` to install it. `npm install -g serverless` to install it.
3. Azure plugin that allows you to work with Azure Functions `npm install -g serverless-azure-functions` 3. Azure plugin that allows you to work with Azure Functions `npm install -g serverless-azure-functions`
Expand Down