Miguel

Results 1 comments of Miguel

This tutorial has some errors: first, get the KEYVAULT_URL with this ```export KEYVAULT_URL="$(az keyvault show -g "${RESOURCE_GROUP}" -n ${KEYVAULT_NAME} --query properties.vaultUri -o tsv)"``` and then apply pod like this: its...