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/devtest-labs/devtest-lab-troubleshoot-apply-artifacts.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ Check the VM status in the Azure portal by completing these steps:
31
31
32
32
:::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":::
33
33
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:
35
35
36
36
:::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.":::
37
37
@@ -47,7 +47,7 @@ Check the VM status in the Azure portal by completing these steps:
47
47
48
48
You can also use Azure PowerShell to check whether your lab VM can receive applied artifacts.
49
49
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.
@@ -131,11 +131,11 @@ Identify repository connection issues to the Azure Storage account by completing
131
131
132
132
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>#`.
133
133
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**.
135
135
136
136
1. In the diagram, locate the **Storage account** that has a name that matches the described naming convention, `a<labname>#`.
137
137
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**:
139
139
140
140
:::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":::
0 commit comments