This post is how to get the key vault linked service properties.
- from notebookutils import mssparkutils
- import json
- linked_service_name = '<SYNAPSE_KEYVAULT_LINKED_SERVICE_NAME>'
- json.loads(mssparkutils.credentials.getPropertiesAll(linked_service_name))