@@ -34,7 +34,7 @@ Before you create a Backup vault, choose the storage redundancy of the data with
34
34
az dataprotection backup-vault create -g testBkpVaultRG --vault-name TestBkpVault -l westus --type SystemAssigned --storage-settings datastore-type="VaultStore" type="LocallyRedundant"
35
35
```
36
36
37
- ``` output
37
+ ``` json
38
38
{
39
39
"eTag" : null ,
40
40
"id" : " /subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourcegroups/testBkpVaultRG/providers/Microsoft.DataProtection/BackupVaults/TestBkpVault" ,
@@ -71,7 +71,7 @@ To understand the inner components of a Backup policy for Azure Disk Backup, ret
71
71
az dataprotection backup-policy get-default-policy-template --datasource-type AzureDisk
72
72
```
73
73
74
- ``` output
74
+ ``` json
75
75
{
76
76
"datasourceTypes" : [
77
77
" Microsoft.Compute/disks"
@@ -182,7 +182,7 @@ az dataprotection backup-policy get-default-policy-template --datasource-type Az
182
182
az dataprotection backup-policy create -g testBkpVaultRG --vault-name TestBkpVault -n mypolicy --policy policy.json
183
183
```
184
184
185
- ```output
185
+ ```json
186
186
{
187
187
"id" : " /subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourceGroups/testBkpVaultRG/providers/Microsoft.DataProtection/backupVaults/TestBkpVault/backupPolicies/mypolicy" ,
188
188
"name" : " mypolicy" ,
@@ -334,7 +334,7 @@ Use the edited JSON file to create a backup instance of the Azure Managed Disk.
334
334
az dataprotection backup-instance create -g testBkpVaultRG --vault-name TestBkpVault --backup-instance backup_instance.json
335
335
```
336
336
337
- ```output
337
+ ```json
338
338
{
339
339
"id" : " /subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourcegroups/testBkpVaultRG/providers/Microsoft.DataProtection/BackupVaults/TestBkpVault/backupInstances/diskrg-CLITestDisk-3df6ac08-9496-4839-8fb5-8b78e594f166" ,
340
340
"name" : " diskrg-CLITestDisk-3df6ac08-9496-4839-8fb5-8b78e594f166" ,
@@ -388,7 +388,7 @@ List all backup instances within a vault using [az dataprotection backup-instanc
388
388
az dataprotection backup-instance list-from-resourcegraph --datasource-type AzureDisk --datasource-id /subscriptions/xxxxxxxx-xxxx-xxxx-xxxx/resourcegroups/diskrg/providers/Microsoft.Compute/disks/CLITestDisk
389
389
```
390
390
391
- ```output
391
+ ```json
392
392
[
393
393
{
394
394
"datasourceId" : " /subscriptions/xxxxxxxx-xxxx-xxxx-xxxx/resourcegroups/diskrg/providers/Microsoft.Compute/disks/CLITestDisk" ,
0 commit comments