This may seem like a very simple question, but I created KeyVault in Azure and added two Secrets to it, which are examples of the plain text "hello world" using ConvertTo-SecureString.
Using Get-AzureKeyVaultSecret, I see that these two entries are there, and also see unique URIs for each of them, however I cannot find a way to get the source text of "hello world". added to every secret.
Can anyone point out the missing link, as the current documentation on the Microsoft website is currently not too expansive.
source
share