Learning KQL
Published on:
Learn moreRelated posts
Secretless cross tenant access – Logic Apps + Dataverse
I was recently reading through this article titled Configure an application to trust a managed identity (preview) and also looking through Bic...
Using Power Platform CLI with Podman
If you're looking to use Dev Containers but can't use Docker on your work machine due to licensing terms, this post may have the solution you ...
Gotcha: SharePoint List and Virtual Table Provider
You can hook up a SharePoint list to a Dataverse environment using Virtual Tables, and without using any code. The documentation on how to do ...
Running Power Platform CLI in Azure Cloud Shell
Ever since Dynamics 365 became Power Platform there is always a high likelihood that someone working in Power Platform is also working in Azur...
Connecting to Dataverse from Function App using Managed Identity – Using azd
I wrote a post about using Functions’s Managed Identity to connect with Dataverse back in Nov, 2021. In that post I used Bicep only. But...
Using Azure Developer CLI to deploy Logic Apps Standard
Coming from Power Platform world, I am used to complex deployments i.e. Managed Solutions. But when I first started doing Azure, I had to deal...
Handling Azure AD MFA prompt in Playwright
Last month, I was working on the problem of handling MFA code prompt with Playwright and finally figured out an approach to tackle the problem...
Using KQL for JSON Operations in Flow
When it comes to functions for processing JSON data there is not a whole bunch of expressions available in Flow. I would have expected some fu...
Using Solution Packager properties in cdsproj file
When you download a solution using pac solution clone Power Platform CLI also creates a cdsproj file along with the solution components. You...
Importing other Notebooks in Polyglot Notebooks
I first saw Interactive Polyglot Notebooks in dotnetConf couple of years back. I immediately started thinking about all the possibilities it b...