Synapse: Key Vault Linked Service

(Last Updated On: )

This post is how to get the key vault linked service properties.

  1. from notebookutils import mssparkutils
  2. import json
  3.  
  4. linked_service_name = '<SYNAPSE_KEYVAULT_LINKED_SERVICE_NAME>'
  5. json.loads(mssparkutils.credentials.getPropertiesAll(linked_service_name))