File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed
Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -83,14 +83,6 @@ az cloudhsm backup start \
8383 --blob-container-uri " https://mystorageaccount.blob.core.windows.net/backups"
8484```
8585
86- #### Show backup status:
87- ``` bash
88- az cloudhsm backup show \
89- --resource-group myResourceGroup \
90- --cluster-name myCloudHSM \
91- --job-id backup-job-id
92- ```
93-
9486### 6. Restore Operations
9587
9688#### Start a restore from backup:
@@ -102,14 +94,6 @@ az cloudhsm restore start \
10294 --blob-container-uri " https://mystorageaccount.blob.core.windows.net/backups"
10395```
10496
105- #### Show restore status:
106- ``` bash
107- az cloudhsm restore show \
108- --resource-group myResourceGroup \
109- --cluster-name myCloudHSM \
110- --job-id restore-job-id
111- ```
112-
11397### 7. Delete CloudHSM
11498
11599``` bash
You can’t perform that action at this time.
0 commit comments