Skip to content

Commit 805e60c

Browse files
authored
Update README.md
1 parent 4f16aa4 commit 805e60c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

ComputeAdmin/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ $Password = ConvertTo-SecureString "<Admin password provided when deploying Azur
3030
$AadTenant = Get-AzureStackAadTenant -HostComputer <Host IP Address> -Password $Password
3131
```
3232

33-
##Add the WS2016 Evaluation VM Image
33+
## Add the WS2016 Evaluation VM Image
3434

3535
The New-Server2016VMImage allows you to add a Windows Server 2016 Evaluation VM Image to your Azure Stack Marketplace.
3636

@@ -46,7 +46,7 @@ To ensure that the Windows Server 2016 VM Image has the latest cumulative update
4646

4747
Please note that to use this image for **installing additional Azure Stack services**, you will need to make use of the -Net35 parameter to install .NET Framework 3.5 into the image.
4848

49-
##Add a VM image to the Marketplace with PowerShell
49+
## Add a VM image to the Marketplace with PowerShell
5050

5151
1. Prepare a Windows or Linux operating system virtual hard disk image in VHD format (not VHDX).
5252
- For Windows images, the article [Upload a Windows VM image to Azure for Resource Manager deployments](https://azure.microsoft.com/en-us/documentation/articles/virtual-machines-windows-upload-image/) contains image preparation instructions in the **Prepare the VHD for upload** section.
@@ -75,7 +75,7 @@ The command does the following:
7575

7676
To verify that the command ran successfully, go to Marketplace in the portal, and then verify that the VM image is available in the **Virtual Machines** category.
7777

78-
##Remove a VM Image with PowerShell
78+
## Remove a VM Image with PowerShell
7979
Run the below command to remove an uploaded VM image. After removal, tenants will no longer be able to deploy virtual machines with this image.
8080

8181
```powershell

0 commit comments

Comments
 (0)