Skip to content

Joe Gill

69 Posts
8,599 Views
Azure

Pipelines – Download Solutions

Power Platform Pipelines are the recommended way for makers to follow good ALM practices when deploying solutions. (Yes I know pro developers prefer Azure DevOps!) Using pipelines ensures the same solution is…

📅 19 January 2026 👁 3 views ↗ Joe Gill
Azure

Dataverse Git Integration – Ghost Updates

I’ve recently been exploring Dataverse Git Integration, a feature that enables Power Platform developers to source control their solutions and objects in a Azure DevOps Git Repository. I was initially very impressed…

📅 22 October 2025 👁 20 views ↗ Joe Gill
Azure

Dataverse Git Integration – Rollback

Dataverse Git Integration enables you to use Azure DevOps for source control of your Power Platform solutions. One key advantage of using source control is the ability to roll back changes when…

📅 1 July 2025 👁 8 views ↗ Joe Gill
Azure

Dataverse SQL – Custom API

In a previous post I covered how to create an Azure Function to run Dataverse SQL queries if SQL traffic is blocked on your network. This post is a variation on that…

📅 23 March 2025 👁 20 views ↗ Joe Gill
Azure

Dataverse SQL – Azure Function

Dataverse provides a TDS, Tabular Data Stream, endpoint that allows you to query your data using SQL. This feature is especially useful for handling complex data queries or querying large volumes of…

📅 17 February 2025 👁 18 views ↗ Joe Gill
Azure

ADF – Set Dataverse Owner

Updating the owner column for a table in Dataverse from ADF, Azure Data Factory, can be a little confusing. Dataverse allows you to establish relationships between tables as lookup columns. To update…

📅 13 January 2025 👁 29 views ↗ Joe Gill