Skip to content

Commit

Permalink
Update Backup-AzKeyVaultCertificate.md (Azure#20162)
Browse files Browse the repository at this point in the history
  • Loading branch information
BethanyZhou authored Nov 19, 2022
1 parent 5fcd7d0 commit e2aae80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/KeyVault/KeyVault/help/Backup-AzKeyVaultCertificate.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ This command retrieves the certificate named MyCert from the key vault named MyK

### Example 2: Back up a certificate to a specified file name
```powershell
Backup-AzKeyVaultKey -VaultName 'MyKeyVault' -Name 'MyCert' -OutputFile 'C:\Backup.blob'
Backup-AzKeyVaultCertificate -VaultName 'MyKeyVault' -Name 'MyCert' -OutputFile 'C:\Backup.blob'
```

```output
Expand Down

0 comments on commit e2aae80

Please sign in to comment.