Skip to content

Commit 4b89bc9

Browse files
committed
updates
1 parent 2a788af commit 4b89bc9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

articles/devtest-labs/devtest-lab-troubleshoot-apply-artifacts.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Check the VM status in the Azure portal by completing these steps:
3131

3232
:::image type="content" source="media/devtest-lab-troubleshoot-apply-artifacts/check-lab-machine.png" border="false" alt-text="Screenshot that shows how to confirm that the DevTest Labs virtual machine is running." lightbox="media/devtest-lab-troubleshoot-apply-artifacts/check-lab-machine-large.png":::
3333

34-
1. Select **Artifacts** and open the artifacts list for the lab VM:
34+
1. Select **Artifacts** to open the artifacts list for the lab VM:
3535

3636
:::image type="content" source="media/devtest-lab-troubleshoot-apply-artifacts/open-artifacts-list.png" alt-text="Screenshot that shows how to open the Artifacts list for the lab virtual machine.":::
3737

@@ -47,7 +47,7 @@ Check the VM status in the Azure portal by completing these steps:
4747

4848
You can also use Azure PowerShell to check whether your lab VM can receive applied artifacts.
4949

50-
The following `GET` command returns the `canApplyArtifacts` flag with a value of True or False. To run the command, replace the `$LabName/$VmName` parameter with your lab name and VM name, and specify your lab resource group in the `$LabRgName` parameter.
50+
The following `GET` command returns the `canApplyArtifacts` flag with a value of True or False. To run the command, replace the `$SubscriptionId` parameter with your subscription ID, the `$LabName/$VmName` parameter with your lab name and VM name, and the `$LabRgName` parameter with your lab resource group name.
5151

5252
```powershell
5353
Select-AzSubscription -SubscriptionId $SubscriptionId | Out-Null
@@ -131,11 +131,11 @@ Identify repository connection issues to the Azure Storage account by completing
131131

132132
The default storage account is the first storage account created during lab creation. The name usually starts with the letter "a" and ends with a multi-digit number: `a<labname>#`.
133133

134-
1. Go to the **Overview** page for the DevTest Labs lab VM, and select **Resource visualizer**.
134+
1. Go to the **Overview** page for the DevTest Labs lab, and select **Resource visualizer**.
135135

136136
1. In the diagram, locate the **Storage account** that has a name that matches the described naming convention, `a<labname>#`.
137137

138-
1. Select the **Storage account** resource to see the pop-up menu, and then select **View**:
138+
1. Rest your mouse pointer over the **Storage account** resource, move the pointer to the **i** icon to see the pop-up menu, and then select **View**:
139139

140140
:::image type="content" source="media/devtest-lab-troubleshoot-apply-artifacts/select-storage-account.png" alt-text="Screenshot that shows how to select the View option for the storage account for a DevTest Labs lab resource." lightbox="media/devtest-lab-troubleshoot-apply-artifacts/select-storage-account-large.png":::
141141

630 Bytes
Loading
135 KB
Loading

0 commit comments

Comments
 (0)