You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/machine-learning/data-science-virtual-machine/dsvm-ubuntu-intro.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ Get up and running with the Ubuntu 20.04 Data Science Virtual Machine (DSVM) and
18
18
19
19
## Prerequisites
20
20
21
-
You need an Azure subscription to create either an Ubuntu 20.04 DSVM or an Azure DSVM for PyTorch. [Try Azure for free](https://azure.com/free).
21
+
You need an Azure subscription to create either an Ubuntu 20.04 Data Science Virtual Machine or an Azure DSVM for PyTorch. [Try Azure for free](https://azure.com/free).
22
22
23
23
Azure free accounts don't support GPU-enabled virtual machine (VM) SKUs.
24
24
@@ -36,9 +36,9 @@ To create an instance of either the Ubuntu 20.04 DSVM or the Azure DSVM for PyTo
36
36
***Subscription**: If you have more than one subscription, select the one on which the machine will be created and billed. You must have resource creation privileges for this subscription.
37
37
***Resource group**: Create a new group or use an existing one.
38
38
***Virtual machine name**: Enter the name of the VM. This name is used in your Azure portal.
39
-
***Region**: Select the datacenter that's most appropriate. For fastest network access, the datacenter that hosts most of your data or is located closest to your physical location is the best choice. For more information, see[Azure regions](https://azure.microsoft.com/global-infrastructure/regions/).
39
+
***Region**: Select the datacenter that's most appropriate. For fastest network access, the datacenter that hosts most of your data or is located closest to your physical location is the best choice. For more information, refer to[Azure regions](https://azure.microsoft.com/global-infrastructure/regions/).
40
40
***Image**: Don't change the default value.
41
-
***Size**: This option should autopopulate with a size that's appropriate for general workloads. For more information, see[Linux VM sizes in Azure](../../virtual-machines/sizes.md).
41
+
***Size**: This option should autopopulate with a size that's appropriate for general workloads. For more information, refer to[Linux VM sizes in Azure](../../virtual-machines/sizes.md).
42
42
***Authentication type**: For quicker setup, select **Password**.
43
43
44
44
> [!NOTE]
@@ -69,7 +69,7 @@ You can access the Ubuntu DSVM in one of four ways:
69
69
70
70
### SSH
71
71
72
-
If you configured your VM with SSH authentication, you can sign in with the account credentials that you created in the **Basics** section of step 4 for the text shell interface. For more information, see[Learn more about connecting to a Linux VM](../../virtual-machines/linux-vm-connect.md).
72
+
If you configured your VM with SSH authentication, you can sign in with the account credentials that you created in the **Basics** section of step 4 for the text shell interface. For more information, refer to[Learn more about connecting to a Linux VM](../../virtual-machines/linux-vm-connect.md).
73
73
74
74
### xrdp
75
75
The standard tool for accessing Linux graphical sessions is xrdp. While the distro doesn't include this tool by default, [these instructions](../../virtual-machines/linux/use-remote-desktop.md) explain how to install it.
@@ -124,7 +124,7 @@ The Ubuntu DSVM runs [JupyterHub](https://github.com/jupyterhub/jupyterhub), whi
124
124
125
125
If you receive a 500 error at this stage, you probably used capital letters in your username. This issue is a known interaction between JupyterHub and the PAM authenticator it uses.
126
126
127
-
If you receive a "Can't reach this page" error, it's likely that your network security group (NSG) permissions need adjustment. In the Azure portal, find the NSG resource within your resource group. To access JupyterHub from the public internet, you must have port 8000 open. (The image shows that this VM is configured for just-in-time access, which we highly recommend. For more information, see[Secure your management ports with just-in time access](../../security-center/security-center-just-in-time.md).)
127
+
If you receive a "Can't reach this page" error, it's likely that your network security group (NSG) permissions need adjustment. In the Azure portal, find the NSG resource within your resource group. To access JupyterHub from the public internet, you must have port 8000 open. (The image shows that this VM is configured for just-in-time access, which we highly recommend. For more information, refer to[Secure your management ports with just-in time access](../../security-center/security-center-just-in-time.md).)
Copy file name to clipboardExpand all lines: articles/machine-learning/data-science-virtual-machine/provision-vm.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,9 +37,9 @@ To create a DSVM instance:
37
37
***Subscription**: If you have more than one subscription, select the one on which the machine will be created and billed. You must have resource creation privileges for this subscription.
38
38
***Resource group**: Create a new group or use an existing one.
39
39
***Virtual machine name**: Enter the name of the VM. This name is used in your Azure portal.
40
-
***Location**: Select the datacenter that's most appropriate. For fastest network access, the datacenter that hosts most of your data or is located closest to your physical location is the best choice. For more information, see[Azure regions](https://azure.microsoft.com/global-infrastructure/regions/).
40
+
***Location**: Select the datacenter that's most appropriate. For fastest network access, the datacenter that hosts most of your data or is located closest to your physical location is the best choice. For more information, refer to[Azure regions](https://azure.microsoft.com/global-infrastructure/regions/).
41
41
***Image**: Leave the default value.
42
-
***Size**: This option should autopopulate with an appropriate size for general workloads. For more information, see[Windows VM sizes in Azure](../../virtual-machines/sizes.md)
42
+
***Size**: This option should autopopulate with an appropriate size for general workloads. For more information, refer to[Windows VM sizes in Azure](../../virtual-machines/sizes.md)
43
43
***Username**: Enter the administrator username. You use this username to sign in to your VM. It doesn't need to match your Azure username.
44
44
***Password**: Enter the password you plan to use to sign in to your VM.
0 commit comments