AKS + SSL + Key Vault Test

This page shows that everything is working perfectly:

Secret from Key Vault:

Environment Variable: Check pod logs for WELCOME_MESSAGE

File Mount: Secret available at /mnt/secrets/welcome-message

Test it:

kubectl exec -it deployment/hello-world -- cat /mnt/secrets/welcome-message