Skip to content

Commit 3384317

Browse files
committed
updates
1 parent 16cf36b commit 3384317

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

articles/virtual-machine-scale-sets/tutorial-install-apps-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ In your current shell, create a file named *customConfig.json* and paste the fol
4444
}
4545
```
4646

47-
> [!CAUTION]
47+
> [!NOTE]
4848
> You may need to invert the use of the single (') and double quotes (") within the JSON block if you decide to reference the JSON directly (instead of referencing the *customConfig.json* file) in the *--settings* parameter below.
4949
5050

articles/virtual-machine-scale-sets/tutorial-use-custom-image-powershell.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ When you create a scale set, you specify an image to be used when the VM instanc
2323
2424
If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
2525

26-
## Before you begin
27-
The steps below detail how to take an existing VM and turn it into a re-usable custom image that you can use to create a scale set.
28-
2926
## Launch Azure Cloud Shell
3027
The Azure Cloud Shell is a free interactive shell that you can use to run the steps in this article. It has common Azure tools preinstalled and configured to use with your account.
3128

articles/virtual-machine-scale-sets/tutorial-use-disks-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ Get-AzVmss -ResourceGroupName "myResourceGroup" -Name "myScaleSet"
114114

115115
Under the *VirtualMachineProfile.StorageProfile* property, the list of *DataDisks* is shown. Information on the disk size, storage tier, and LUN (Logical Unit Number) is shown. The following example output details the three data disks attached to the scale set:
116116

117-
```powershell
117+
```output
118118
DataDisks[0] :
119119
Lun : 0
120120
Caching : None

0 commit comments

Comments
 (0)