Skip to content

Commit

Permalink
Merge 32c0fb7 into 7137411
Browse files Browse the repository at this point in the history
  • Loading branch information
mattchenderson committed Sep 19, 2018
2 parents 7137411 + 32c0fb7 commit c413952
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
2 changes: 2 additions & 0 deletions server/src/actions/quickstart/mavenDeploymentCenter.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ Run the following command to install the Core Tools package:
npm install -g azure-functions-core-tools
```

The Core Tools make use of [.NET Core 2.1](https://go.microsoft.com/fwlink/?linkid=2016373), so you should install that, too.

Lastly, [install the Azure CLI 2.0](https://go.microsoft.com/fwlink/?linkid=2016701). Once this is installed, make sure you are logged in by running the login command and following the onscreen instructions:

```
Expand Down
2 changes: 2 additions & 0 deletions server/src/actions/quickstart/mavenDirectPublish.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ Run the following command to install the Core Tools package:
npm install -g azure-functions-core-tools
```

The Core Tools make use of [.NET Core 2.1](https://go.microsoft.com/fwlink/?linkid=2016373), so you should install that, too.

Lastly, [install the Azure CLI 2.0](https://go.microsoft.com/fwlink/?linkid=2016701). Once this is installed, make sure you are logged in by running the login command and following the onscreen instructions:

```
Expand Down
4 changes: 3 additions & 1 deletion server/src/actions/quickstart/vscodeDeploymentCenter.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ Run the following command to install the Core Tools package:
npm install -g azure-functions-core-tools
```

Next, [install the Azure Functions extension](https://go.microsoft.com/fwlink/?linkid=2016800). Once the extension is installed, click on the Azure logo in the Activity Bar. Under **Azure: Functions**, click **Sign in to Azure...** and follow the on-screen instructions.
The Core Tools make use of [.NET Core 2.1](https://go.microsoft.com/fwlink/?linkid=2016373), so you should install that, too.

Next, [install the Azure Functions extension for Visual Studio Code](https://go.microsoft.com/fwlink/?linkid=2016800). Once the extension is installed, click on the Azure logo in the Activity Bar. Under **Azure: Functions**, click **Sign in to Azure...** and follow the on-screen instructions.

<br/>
# Create an Azure Functions project
Expand Down
4 changes: 3 additions & 1 deletion server/src/actions/quickstart/vscodeDirectPublish.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ Run the following command to install the Core Tools package:
npm install -g azure-functions-core-tools
```

Next, [install the Azure Functions extension](https://go.microsoft.com/fwlink/?linkid=2016800). Once the extension is installed, click on the Azure logo in the Activity Bar. Under **Azure: Functions**, click **Sign in to Azure...** and follow the on-screen instructions.
The Core Tools make use of [.NET Core 2.1](https://go.microsoft.com/fwlink/?linkid=2016373), so you should install that, too.

Next, [install the Azure Functions extension for Visual Studio Code](https://go.microsoft.com/fwlink/?linkid=2016800). Once the extension is installed, click on the Azure logo in the Activity Bar. Under **Azure: Functions**, click **Sign in to Azure...** and follow the on-screen instructions.

<br/>
# Create an Azure Functions project
Expand Down

0 comments on commit c413952

Please sign in to comment.