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 azure-toolkit-for-eclipse-installation.md #1942

Merged
merged 4 commits into from
Jun 8, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions articles/azure-toolkit-for-eclipse-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,20 +18,18 @@ ms.author: robmcm

---
# Installing the Azure Toolkit for Eclipse
The Azure Toolkit for Eclipse provides templates and functionality that allow you to easily create, develop, test, and deploy Azure applications using the Eclipse development environment. The Azure Toolkit for Eclipse is an Open Source project, whose source code is available under the MIT License from the project's site on GitHub at the following URL:

<https://github.com/microsoft/azure-tools-for-java>
The Azure Toolkit for Eclipse provides templates and functionality that allow you to easily create, develop, test, and deploy Azure applications using the Eclipse development environment. The Azure Toolkit for Eclipse is an Open Source project. The source code is available under the MIT License from <https://github.com/microsoft/azure-tools-for-java>.

The following steps show you how to install the Azure Toolkit for Eclipse.

[!INCLUDE [azure-toolkit-for-eclipse-prerequisites](../includes/azure-toolkit-for-eclipse-prerequisites.md)]

## To install the Azure Toolkit for Eclipse
1. Start Eclipse.
2. When Eclipse opens, click the **Help** menu, and then click **Install New Software**, as shown in the following illustration.
2. Click the **Help** menu, and then click **Install New Software**, as shown in the following illustration.

![Installing the Azure Toolkit for Eclipse][01]
3. In the **Available Software** dialog, within the **Work with** text box, type **http://dl.microsoft.com/eclipse** followed by the **Enter** key.
3. In the **Available Software** dialog, within the **Work with** text box, type `http://dl.microsoft.com/eclipse` followed by the **Enter** key.
4. In the **Name** pane, check **Azure Toolkit for Eclipse**, and uncheck **Contact all update sites during install to find required software**. Your screen should appear similar to the following:

![Installing the Azure Toolkit for Eclipse][02]
Expand Down