Skip to content

Commit 480dd93

Browse files
authored
Merge pull request #88762 from sharroy/patch-4
Update azure-vm-image-test.md
2 parents c4a8037 + b775504 commit 480dd93

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/marketplace/azure-vm-image-test.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ The Certification Test Tool for Azure Certified runs on a local Windows machine
4343
1. Download and install the most recent [Certification Test Tool for Azure Certified](https://www.microsoft.com/download/details.aspx?id=44299).
4444
2. Open the certification tool, then select **Start New Test**.
4545
3. From the Test Information screen, enter a **Test Name** for the test run.
46-
4. Select the Platform for your VM, either **Windows Server** or **Linux**. Your platform choice affects the remaining options.
46+
4. Select the Platform for your VM, either **Windows Server** (allow port 5986 for Windows) or **Linux** (allow port 22 for Linux). Your platform choice affects the remaining options.
4747
5. If your VM is using this database service, select the **Test for Azure SQL Database** check box.
4848

4949
#### Connect the certification tool to a VM image
@@ -96,7 +96,7 @@ $accessToken = $response.access_token
9696

9797
:::image type="content" source="media/vm/generate-access-token.png" lightbox="media/vm/generate-access-token.png" alt-text="Shows a screen example for generating an access token in PowerShell.":::
9898

99-
This example shows a PowerShell call to the API:
99+
This example shows a PowerShell call to the API (allow port 22 during VM creation):
100100

101101
```POWERSHELL
102102
$accesstoken = "token"
@@ -167,7 +167,7 @@ Call the API in PowerShell:
167167
2. The method is Post and content type is JSON, as shown in the following code example and sample screen.
168168
3. Create the body parameters in JSON format.
169169

170-
This code sample shows a PowerShell call to the API:
170+
This code sample shows a PowerShell call to the API (allow port 5986 during VM creation):
171171

172172
```PowerShell
173173
$accesstoken = "Get token for your Client AAD App"

0 commit comments

Comments
 (0)