Skip to content

Commit bd5856e

Browse files
authored
Fix Readme file (#8906)
1 parent 5f15551 commit bd5856e

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

src/cloudhsm/README.md

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)