-
Fabric Notebook: Key Vault Access with Service Principal

Since the newest Fabric update it is possible to run Notebooks in the context of a Service Principal by creating a connection and running the Notebook in a Pipeline. This finally unlocks the possibility to access secrets stored in a Key Vault secured by a central Service Principal credential. Read here on why using a…
-
Google Analytics 4 Data in Microsoft Fabric

Google Analytics 4 data is essential for understanding website performance and user behavior. The native dashboard is great for initial analysis but there are other use cases where it is just not quite enough. What if you want to export the data to combine it with other sources? Or give new users the required permissions…
-
How-To Access Azure Key Vault Secrets from Fabric Notebook

This blog post focuses on how to handle authentication within Fabric Notebooks using secrets without storing them in your code. To access Key Vault from a Fabric Notebook, use the PyTridentTokenLibrary to handle the call while using an access token. Specify the name of the secret in Key Vault and provide the URL of the…