Skip to content

Commit 71298a0

Browse files
authored
Merge pull request #90505 from gvashishtha/master
updating tool versions
2 parents fe1ebe7 + 1994710 commit 71298a0

File tree

4 files changed

+67
-78
lines changed

4 files changed

+67
-78
lines changed

articles/machine-learning/data-science-virtual-machine/dsvm-data-platforms.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ services: machine-learning
77
ms.service: machine-learning
88
ms.subservice: data-science-vm
99

10-
author: vijetajo
11-
ms.author: vijetaj
10+
author: gvashishtha
11+
ms.author: gopalv
1212
ms.topic: conceptual
13-
ms.date: 03/16/2018
13+
ms.date: 10/3/2019
1414

1515
---
1616

@@ -20,7 +20,7 @@ With a Data Science Virtual Machine (DSVM), you can build your analytics against
2020

2121
The following data platform tools are supported on the DSVM.
2222

23-
## SQL Server 2016 Developer Edition
23+
## SQL Server 2017 Developer Edition
2424

2525
| | |
2626
| ------------- | ------------- |

articles/machine-learning/data-science-virtual-machine/dsvm-tools-development.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,25 +7,25 @@ services: machine-learning
77
ms.service: machine-learning
88
ms.subservice: data-science-vm
99

10-
author: vijetajo
11-
ms.author: vijetaj
10+
author: gvashishtha
11+
ms.author: gopalv
1212
ms.topic: conceptual
13-
ms.date: 09/11/2017
13+
ms.date: 10/3/2019
1414
---
1515

1616
# Development tools on the Azure Data Science Virtual Machine
1717

1818
The Data Science Virtual Machine (DSVM) bundles several popular tools in a highly productive integrated development environment (IDE). Here are some tools that are provided on the DSVM.
1919

20-
## Visual Studio 2019
20+
## Visual Studio 2017
2121

2222
| | |
2323
| ------------- | ------------- |
2424
| What is it? | General purpose IDE |
2525
| Supported DSVM versions | Windows |
2626
| Typical uses | Software development |
2727
| How is it configured and installed on the DSVM? | Data Science Workload (Python and R tools), Azure workload (Hadoop, Data Lake), Node.js, SQL Server tools, [Azure Machine Learning for Visual Studio Code](https://github.com/Microsoft/vs-tools-for-ai) |
28-
| How to use and run it | Desktop shortcut (`C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\devenv.exe`) |
28+
| How to use and run it | Desktop shortcut (`C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\devenv.exe`) |
2929
| Related tools on the DSVM | Visual Studio Code, RStudio, Juno |
3030

3131
## Visual Studio Code
@@ -36,7 +36,7 @@ The Data Science Virtual Machine (DSVM) bundles several popular tools in a highl
3636
| Supported DSVM versions | Windows, Linux |
3737
| Typical uses | Code editor and Git integration |
3838
| How to use and run it | Desktop shortcut (`C:\Program Files (x86)\Microsoft VS Code\Code.exe`) in Windows, desktop shortcut or terminal (`code`) in Linux |
39-
| Related tools on the DSVM | Visual Studio 2019, RStudio, Juno |
39+
| Related tools on the DSVM | Visual Studio 2017, RStudio, Juno |
4040

4141
## RStudio Desktop
4242

@@ -46,7 +46,7 @@ The Data Science Virtual Machine (DSVM) bundles several popular tools in a highl
4646
| Supported DSVM versions | Windows, Linux |
4747
| Typical uses | R development |
4848
| How to use and run it | Desktop shortcut (`C:\Program Files\RStudio\bin\rstudio.exe`) on Windows, desktop shortcut (`/usr/bin/rstudio`) on Linux |
49-
| Related tools on the DSVM | Visual Studio 2019, Visual Studio Code, Juno |
49+
| Related tools on the DSVM | Visual Studio 2017, Visual Studio Code, Juno |
5050

5151
## RStudio Server
5252

@@ -57,7 +57,7 @@ The Data Science Virtual Machine (DSVM) bundles several popular tools in a highl
5757
| Supported DSVM versions | Linux |
5858
| Typical uses | R development |
5959
| How to use and run it | Enable the service with _systemctl enable rstudio-server_, and then start the service with _systemctl start rstudio-server_. Then sign in to RStudio Server at http:\//your-vm-ip:8787. |
60-
| Related tools on the DSVM | Visual Studio 2019, Visual Studio Code, RStudio Desktop |
60+
| Related tools on the DSVM | Visual Studio 2017, Visual Studio Code, RStudio Desktop |
6161

6262
## Juno
6363

@@ -67,7 +67,7 @@ The Data Science Virtual Machine (DSVM) bundles several popular tools in a highl
6767
| Supported DSVM versions | Windows, Linux |
6868
| Typical uses | Julia development |
6969
| How to use and run it | Desktop shortcut (`C:\JuliaPro-0.5.1.1\Juno.bat`) on Windows, desktop shortcut (`/opt/JuliaPro-VERSION/Juno`) on Linux |
70-
| Related tools on the DSVM | Visual Studio 2019, Visual Studio Code, RStudio |
70+
| Related tools on the DSVM | Visual Studio 2017, Visual Studio Code, RStudio |
7171

7272
## Pycharm
7373

@@ -77,7 +77,7 @@ The Data Science Virtual Machine (DSVM) bundles several popular tools in a highl
7777
| Supported DSVM versions | Linux |
7878
| Typical uses | Python development |
7979
| How to use and run it | Desktop shortcut (`/usr/bin/pycharm`) on Linux |
80-
| Related tools on the DSVM | Visual Studio 2019, Visual Studio Code, RStudio |
80+
| Related tools on the DSVM | Visual Studio 2017, Visual Studio Code, RStudio |
8181

8282

8383

@@ -89,5 +89,5 @@ The Data Science Virtual Machine (DSVM) bundles several popular tools in a highl
8989
| Supported DSVM versions | Windows |
9090
| Typical uses | Data visualization and building dashboards |
9191
| How to use and run it | Desktop shortcut (`C:\Program Files\Microsoft Power BI Desktop\bin\PBIDesktop.exe`) |
92-
| Related tools on the DSVM | Visual Studio 2019, Visual Studio Code, Juno |
92+
| Related tools on the DSVM | Visual Studio 2017, Visual Studio Code, Juno |
9393

articles/machine-learning/data-science-virtual-machine/dsvm-tools-ingestion.md

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ services: machine-learning
77
ms.service: machine-learning
88
ms.subservice: data-science-vm
99

10-
author: vijetajo
11-
ms.author: vijetaj
10+
author: gvashishtha
11+
ms.author: gopalv
1212
ms.topic: conceptual
13-
ms.date: 09/11/2017
13+
ms.date: 10/3/2019
1414

1515
---
1616

@@ -88,15 +88,3 @@ Here are some data movement tools that are available in the DSVM.
8888
| How to use and run it? | Run _blobfuse_ at a terminal. |
8989
| Links to samples | [blobfuse on GitHub](https://github.com/Azure/azure-storage-fuse) |
9090
| Related tools on the DSVM | Azure CLI |
91-
92-
93-
## Microsoft Data Management Gateway
94-
95-
| | |
96-
| ------------- | ------------- |
97-
| What is it? | A tool to connect on-premises data sources to cloud services for consumption. |
98-
| Supported DSVM versions | Windows |
99-
| Typical uses | Connecting a VM to an on-premises data source. |
100-
| How to use / run it? | Open Microsoft Data Management Gateway from the Start menu. |
101-
| Links to samples | [Data Management Gateway](https://msdn.microsoft.com/library/dn879362.aspx) |
102-
| Related tools on the DSVM | AzCopy, AdlCopy, bcp |

0 commit comments

Comments
 (0)