We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f15551 commit bd5856eCopy full SHA for bd5856e
1 file changed
src/cloudhsm/README.md
@@ -83,14 +83,6 @@ az cloudhsm backup start \
83
--blob-container-uri "https://mystorageaccount.blob.core.windows.net/backups"
84
```
85
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
-
94
### 6. Restore Operations
95
96
#### Start a restore from backup:
@@ -102,14 +94,6 @@ az cloudhsm restore start \
102
103
104
105
-#### Show restore status:
106
107
-az cloudhsm restore show \
108
109
110
- --job-id restore-job-id
111
112
113
97
### 7. Delete CloudHSM
114
98
115
99
```bash
0 commit comments