Skip to content

Commit 41d6b84

Browse files
committed
formatting update
1 parent 753dee2 commit 41d6b84

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

azure-local/manage/virtual-machine-image-azure-compute-gallery.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -62,25 +62,25 @@ Before creating an Azure Local VM image, you'll need to set some parameters.
6262
$imageName = "<VM image name>"
6363
```
6464
65-
The parameters are described in the following table:
66-
67-
| Parameter | Description |
68-
|------------------|--------------------------------------------------------------------------------------------|
69-
| `subscription` | Subscription for Azure Local that you associate with this image. |
70-
| `resource_group` | Resource group for Azure Local that you associate with this image. |
71-
| `location` | Location for your Azure Local instance. For example, this could be `eastus`. |
72-
| `imageName` | Name of the VM image created starting with the image in your local share. <br> **Note**: Azure rejects all the names that contain the keyword Windows. |
73-
| `os-type` | Operating system associated with the source image. This can be Windows or Linux. |
74-
75-
Here's a sample output:
76-
77-
```azurecli
78-
PS C:\Users\azcli> $subscription = "<Subscription ID>"
79-
PS C:\Users\azcli> $resource_group = "mylocal-rg"
80-
PS C:\Users\azcli> $location = "eastus"
81-
PS C:\Users\azcli> $osType = "Windows"
82-
PS C:\Users\azcli> $imageName = "mylocal-computegalleryimage"
83-
```
65+
The parameters are described in the following table:
66+
67+
| Parameter | Description |
68+
|------------------|--------------------------------------------------------------------------------------------|
69+
| `subscription` | Subscription for Azure Local that you associate with this image. |
70+
| `resource_group` | Resource group for Azure Local that you associate with this image. |
71+
| `location` | Location for your Azure Local instance. For example, this could be `eastus`. |
72+
| `imageName` | Name of the VM image created starting with the image in your local share. <br> **Note**: Azure rejects all the names that contain the keyword Windows. |
73+
| `os-type` | Operating system associated with the source image. This can be Windows or Linux. |
74+
75+
Here's a sample output:
76+
77+
```azurecli
78+
PS C:\Users\azcli> $subscription = "<Subscription ID>"
79+
PS C:\Users\azcli> $resource_group = "mylocal-rg"
80+
PS C:\Users\azcli> $location = "eastus"
81+
PS C:\Users\azcli> $osType = "Windows"
82+
PS C:\Users\azcli> $imageName = "mylocal-computegalleryimage"
83+
```
8484
8585
### Create an Azure Local VM image
8686

0 commit comments

Comments
 (0)