Skip to content

Commit 932a3ae

Browse files
committed
edit pass: data-science-virtual-machine-articles
1 parent 7a091eb commit 932a3ae

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

articles/machine-learning/data-science-virtual-machine/dsvm-ubuntu-intro.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Get up and running with the Ubuntu 20.04 Data Science Virtual Machine (DSVM) and
1818

1919
## Prerequisites
2020

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).
2222

2323
Azure free accounts don't support GPU-enabled virtual machine (VM) SKUs.
2424

@@ -36,9 +36,9 @@ To create an instance of either the Ubuntu 20.04 DSVM or the Azure DSVM for PyTo
3636
* **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.
3737
* **Resource group**: Create a new group or use an existing one.
3838
* **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/).
4040
* **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).
4242
* **Authentication type**: For quicker setup, select **Password**.
4343

4444
> [!NOTE]
@@ -69,7 +69,7 @@ You can access the Ubuntu DSVM in one of four ways:
6969

7070
### SSH
7171

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).
7373

7474
### xrdp
7575
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
124124

125125
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.
126126

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).)
128128
>
129129
> :::image type="content" source="./media/dsvm-ubuntu-intro/nsg-permissions.png" alt-text="Screenshot that shows NSG configuration values." lightbox= "./media/dsvm-ubuntu-intro/nsg-permissions.png":::
130130

articles/machine-learning/data-science-virtual-machine/provision-vm.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ To create a DSVM instance:
3737
* **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.
3838
* **Resource group**: Create a new group or use an existing one.
3939
* **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/).
4141
* **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)
4343
* **Username**: Enter the administrator username. You use this username to sign in to your VM. It doesn't need to match your Azure username.
4444
* **Password**: Enter the password you plan to use to sign in to your VM.
4545
1. Select **Review + create**.

0 commit comments

Comments
 (0)