Skip to content

Commit da2f191

Browse files
Update virtual-machines-disks-incremental-snapshot.md
Removed en-us from URLs to make them locale agnostic.
1 parent a1416b0 commit da2f191

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

includes/virtual-machines-disks-incremental-snapshot.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ You can also use Azure Resource Manager templates to create an incremental snaps
108108

109109
## CLI
110110

111-
You can create an incremental snapshot with the Azure CLI using [az snapshot create](https://docs.microsoft.com/en-us/cli/azure/snapshot?view=azure-cli-latest#az-snapshot-create). An example command would look like the following:
111+
You can create an incremental snapshot with the Azure CLI using [az snapshot create](https://docs.microsoft.com/cli/azure/snapshot?view=azure-cli-latest#az-snapshot-create). An example command would look like the following:
112112

113113
```bash
114114
az snapshot create -g <exampleResourceGroup> \
@@ -118,7 +118,7 @@ az snapshot create -g <exampleResourceGroup> \
118118
--incremental
119119
```
120120

121-
You can also identify what snapshots are incremental snapshots in the CLI with by using the `--query` parameter on [az snapshot show](https://docs.microsoft.com/en-us/cli/azure/snapshot?view=azure-cli-latest#az-snapshot-show). You can use that parameter to directly query the **SourceResourceId** and **SourceUniqueId** properties of snapshots. SourceResourceId is the Azure Resource Manager resource ID of the parent disk. **SourceUniqueId** is the value inherited from the **UniqueId** property of the disk. If you delete a disk and then create a disk with the same name, the value of the **UniqueId** property will change.
121+
You can also identify what snapshots are incremental snapshots in the CLI with by using the `--query` parameter on [az snapshot show](https://docs.microsoft.com/cli/azure/snapshot?view=azure-cli-latest#az-snapshot-show). You can use that parameter to directly query the **SourceResourceId** and **SourceUniqueId** properties of snapshots. SourceResourceId is the Azure Resource Manager resource ID of the parent disk. **SourceUniqueId** is the value inherited from the **UniqueId** property of the disk. If you delete a disk and then create a disk with the same name, the value of the **UniqueId** property will change.
122122

123123
Examples of either queries would look like the following:
124124

0 commit comments

Comments
 (0)