This example assumes you have previously completed the following examples:
To add a Secret to the Azure Key Vault use the command line below:
az keyvault secret set \
--name mySecret \
--value mySecretValue \
--vault-name $KEYVAULT_NAME
Do NOT forget to remove the resources once you are done running the example.