Translated ['src/pentesting-cloud/azure-security/az-post-exploitation/az

This commit is contained in:
Translator
2025-04-02 15:53:58 +00:00
parent 9dcc07fccf
commit ae0536f413
5 changed files with 200 additions and 337 deletions

View File

@@ -85,5 +85,11 @@ az keyvault secret delete --vault-name <vault name> --name <secret name>
यह अनुमति एक प्रिंसिपल को बैकअप से एक सीक्रेट को पुनर्स्थापित करने की अनुमति देती है।
```bash
az keyvault secret restore --vault-name <vault-name> --file <backup-file-path>
```
### Microsoft.KeyVault/vaults/keys/recover/action
Azure Key Vault से पहले हटाए गए कुंजी की पुनर्प्राप्ति की अनुमति देता है।
```bash
az keyvault secret recover --vault-name <vault-name> --name <secret-name>
```
{{#include ../../../banners/hacktricks-training.md}}