-
Continue reading →: Power Apps Code App | Connecting to a Copilot Studio Agent
In this article, let’s explore how to use a Power Apps Code App to connect and chat with a Microsoft Copilot Studio agent — directly from a React-based custom UI, with multi-turn conversation support. If you haven’t used Code Apps before, check out the official docs Power Apps Code Apps Overview What This POC…
-
Continue reading →: Power Apps Code App | Querying data Across Environments
In this article, let’s explore how to use a Power Apps Code App to fetch Dataverse data from a different Power Platform environment. This proof-of-concept uses Microsoft Dataverse connector’s “List rows from selected environment” action to query tables across environments. The full source code is available on GitHub — you can clone it, configure it for…
-
Continue reading →: Power Apps Code App | Images blocked by Content Security Policy (CSP)
Recently I was working on a Power Apps Code App and rendering images using <img> tags with external URLs inside a grid. But the images were not loading and the browser console showed errors like below. Reason: Power Apps Code Apps enforce Content Security Policy (CSP) by default. 💡 Note:…
-
Continue reading →: ‘Excalidraw MCP’ and ‘Claude Code’ | Design Architecture Diagrams
In this article, let’s explore how the Excalidraw MCP Server, combined with Claude Code Desktop, can help you generate clean, professional architecture diagrams directly from natural language prompts. For solution architects and developers, this is especially useful when you want to quickly visualize an idea, validate a design, or create…
-
Continue reading →: Power Pages | Build a Site Using ‘Claude Code’ and the ‘Power Pages Plugin’
In this article, let’s explore the Power Pages plugin for GitHub Copilot CLI and Claude Code provides an AI-assisted workflow for creating, deploying, and managing modern single-page application (SPA) sites on Power Pages. I will be using Claude Code for this walkthrough. Note: At the time of writing, this feature is in preview, so some behaviors…
-
Continue reading →: Design Dataverse Tables Using Claude Code and Dataverse MCP Server
In one of my previous posts, How to Connect Dataverse MCP Server to Claude Code , I explained how to connect the Dataverse MCP server to Claude Code. To demonstrate the real value of the Dataverse MCP server, I created this video where I cover the following scenarios: Please watch…
-
Continue reading →: Power Apps Code Apps: Check if a Logged-in User Has a Specific Security Role
Code apps allow developers to bring Power Apps capabilities into custom web applications built in a code-first IDE. You can develop the application locally and run the same app within the Power Platform. To get started refer to Quickstart: Create a code app from scratch In this post, I will share…
-
Continue reading →: Using Microsoft Foundry Models in Copilot Studio
In this article, I will explain how to use a Microsoft Foundry model in Copilot Studio. If you are new to Microsoft Foundry and want to learn how to deploy a model, please refer to my previous article: Deploy models and Build an Agent Getting Model Details from Foundry: First,…
-
Continue reading →: Microsoft Foundry: Deploy models and Build an Agent
In this beginner-friendly blog post, I will walk through the step by step process of using Microsoft Foundry , covering: What is Microsoft Foundry? Prerequisites: Create Azure Foundry Resource: Deploy a Model: Build an Agent: Preview and Test the Agent You can preview your agent before publishing it. Publish the…
-
Continue reading →: ‘pac code push’ | Cannot read properties of undefined (reading ‘httpClient’)
Recently I was working on a Power Apps Code App project and tried pushing my changes to Dataverse using the Power Platform CLI. But instead of pushing the app, I got the following error. Reason and Fix: Steps: 🙂


