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 brings to the table for a developer. It could be used just...
View ArticleUsing 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’ll need this cdsproj file to do the subsequent pac solution...
View ArticleUsing 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 function for JSONPath, but alas it is not there. So, this...
View ArticleHandling 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. I did not blog about it though. But I did share a small...
View ArticleUsing Azure Developer CLI to deploy Logic Apps Standard
EDIT (21/07/23): Added YouTube video (https://youtu.be/BjI4OlNKfh4) to show this process. Coming from Power Platform world, I am used to complex deployments i.e. Managed Solutions. But when I first...
View ArticleConnecting 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 the technology landscape has advanced since then. I have now...
View ArticleRunning 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 Azure. When it comes to Azure, Azure CLI or Azure PowerShell...
View ArticleGotcha: 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 this is at...
View ArticleUsing Power Platform CLI with Podman
Docker has always been my go-to tool for Dev Containers. I still use it on my personal machine, but when it comes to work machine I cannot use it without buying a subscription because of the licensing...
View ArticleSecretless 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 Bicep FIC sample. This made me curious on how I can use this...
View Article