This example assumes you have previously completed the following example:
To create the Azure Key Vault use the following command lines:
export KEYVAULT_NAME=joazkv-$RANDOM
az keyvault create \
--resource-group $RESOURCE_GROUP \
--enable-rbac-authorization false \
--name $KEYVAULT_NAME
Do NOT forget to remove the resources once you are done running the example.