Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 0 additions & 16 deletions src/cloudhsm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,14 +83,6 @@ az cloudhsm backup start \
--blob-container-uri "https://mystorageaccount.blob.core.windows.net/backups"
```

#### Show backup status:
```bash
az cloudhsm backup show \
--resource-group myResourceGroup \
--cluster-name myCloudHSM \
--job-id backup-job-id
```

### 6. Restore Operations

#### Start a restore from backup:
Expand All @@ -102,14 +94,6 @@ az cloudhsm restore start \
--blob-container-uri "https://mystorageaccount.blob.core.windows.net/backups"
```

#### Show restore status:
```bash
az cloudhsm restore show \
--resource-group myResourceGroup \
--cluster-name myCloudHSM \
--job-id restore-job-id
```

### 7. Delete CloudHSM

```bash
Expand Down
Loading