<data:blog.pageTitle/>

This Page

has moved to a new address:

https://vmvirtual.blog

Sorry for the inconvenience…

Redirection provided by Blogger to WordPress Migration Service
BIOLNX: novembre 2019

BIOLNX

venerdì 8 novembre 2019

Powershell command per recuperare una secret da Azure KeyVault


Connect-AzAccount -TenantId <ID tenant>

(Get-AzKeyVaultSecret -vaultName "Name" -name "utente").SecretValueText

Etichette: , , , , ,