Skip to content

Instantly share code, notes, and snippets.

View CharithEkanayake's full-sized avatar
🏠
Working from home

Charith Ekanayake CharithEkanayake

🏠
Working from home
View GitHub Profile
@DaveRuijter
DaveRuijter / pl_PBI_dataset_refresh.json
Last active November 28, 2022 19:23
Azure Data Factory pipeline to refresh a Power BI dataset using a Service Principal, and Azure Key Vault.
{
"name": "pipeline1",
"properties": {
"activities": [
{
"name": "Call dataset refresh",
"type": "WebActivity",
"dependsOn": [
{
"activity": "Get AAD Token",