Category: Featured
-
Synapse Minimal Test Framework – Part 4: CI with GitHub
—
In this 5 part series I will be talking about the Synapse Minimal Test Framework. The why, how and whatnot: Want to dive straight into the code? Want to skip reading? All code below can be found on GitHub: jpaarhuis/synapse-minimal-test-framework: Minimal test framework to test Azure Synapse pipelines with MSTest (CI included) (github.com) Automate testing using…
-
Synapse Minimal Test Framework – Part 3: Advanced pipeline test
—
In this 5 part series I will be talking about the Synapse Minimal Test Framework. The why, how and whatnot: Want to dive straight into the code? Want to skip reading? All code below can be found on GitHub: jpaarhuis/synapse-minimal-test-framework: Minimal test framework to test Azure Synapse pipelines with MSTest (CI included) (github.com) Testing a complex…
-
Synapse Minimal Test Framework – Part 2: Simple pipeline test
—
In this 5 part series I will be talking about the Synapse Minimal Test Framework. The why, how and whatnot: Want to dive straight into the code? Want to skip reading? All code below can be found on GitHub: jpaarhuis/synapse-minimal-test-framework: Minimal test framework to test Azure Synapse pipelines with MSTest (CI included) (github.com) Testing a simple…
-
Synapse Minimal Test Framework – Part 1: Let’s get testing
—
In this 5 part series I will be talking about the Synapse Minimal Test Framework. The why, how and whatnot: Want to dive straight into the code? GitHub: jpaarhuis/synapse-minimal-test-framework: Minimal test framework to test Azure Synapse pipelines with MSTest (CI included) (github.com) Introduction Coming from a development background I’ve noticed how immature the data world…
-
Configure Logic Apps (Standard) with VNet and Private Endpoint
—
If you’re using Azure Logic Apps to automate your workflows, you might want to secure your communications by running them inside a virtual network (VNet). A VNet provides a private and isolated environment where your Logic Apps can connect to your on-premises resources or other resources running in Azure, such as VMs or databases. In…