RSSAmplifier

Blog

Carl de Souza

Software + Imagination

carldesouza.comRSS feed ↗10 posts

Latest posts

Using the Microsoft Learn MCP Server

Did you know Microsoft Learn, the site which contains a ton of information on implementing Microsoft technologies, has an MCP Server? This means you can utilize the MS Learn knowledge in your own agents through MCP. Let s look at how to do this. We will use Copilot Studio to build our agent. First, go to Copilot Studio and create a new agent: Let s call the agent Microsoft Learn Agent, and…

Creating an Agent with Actions in Azure AI Foundry

Azure AI Foundry is an Azure service where you can create agents using various LLMs (including your own). In this post we will look at how to create an agent in Azure AI Foundry that can call actions. Let s head to Azure AI Foundry to create our agent. AI Foundry is accessible at https://ai.azure.com, however if you don t have an AI Foundry resource created you may run into the error Continue…

How to use Multistep Forms in Power Pages

Multistep Forms are a great way to capture information from Power Pages users. In this post, we will look at how to use multistep forms and some of the capabilities these forms have. Let s go through an example where we are asking a new contact to enter information about themselves on a Power Pages site. We will start with one step and one table, then add from there. Adding One Continue reading…

Adding a Modern List to a Power Pages Form

Lists in Power Pages as a refreshed design with new capabilities. In this post, we will take a look at the new modern list in Power Pages. We will also look at the original list to compare it to the modern design. First, let s look at a custom entity we have created called Pets. Each Contact in the system can have multiple pets: We will display a list of pets Continue reading Adding a Modern List…

Displaying Power BI Reports in Power Pages

Power BI reports can be displayed in Power Pages, which is very useful if you want to give your portal users access to the rich reporting features of Power BI. In this post, we will look at how to set up and use Power BI reports in Power Pages. First, we will use some workspaces and reports from this post where we looked at how to use Power BI reports Continue reading Displaying Power BI Reports…

Integrating Power BI Reporting with Dynamics 365 (2024)

Power BI reports can be surfaced in several ways in Dynamics 365. In this post, we will look at the various options available today in 2024 to display Power BI reports inside of Dynamics 365. Creating a Workspace First, let s go ahead and create a new Power BI workspace, where we will be housing our Power BI reports. This is done in the Power BI service at https://app.powerbi.com. When you re in…

Creating Service Principals Really Easily Using Pac Cli

When creating integrations with Dynamics 365, one of the common steps is to set up a service principal in Azure. There are several steps to set this up, including: Creating an Azure App Registration Creating a secret Setting up API permissions Creating an Application User in the Power Platform Admin Center Assigning permissions to that Application User What if I told you you can do all of this…

Exploring Features in Copilot for Customer Service Dynamics 365

Microsoft Copilot has been embedded into several parts of its Copilot AI assistant into Dynamics 365 Customer Service. In this post, we will look at some of these. Before we start, let s consider the real use cases for wanted Copilot for customer service scenarios. The aim of customer service is to keep customers happy, and one way to do this is for agents to be able to resolve customer issues…

How to Use PCF Controls in Power Pages

In this post, we will look at how PCF Controls can be used in Power Pages. This is continuing on in our series on PCF Controls. First, let s create a new Power Pages site, and we will add a form to the home page: Select New Form: And we will select our Account Dataverse form: We see the field which contains our PCF code components, which was added previously to Continue reading How to Use PCF…

Using PCF Controls in Canvas Apps and Custom Pages

In previous posts, we created some Power Apps Component Framework (PCF) controls for use in Model-Driven Apps. In this post, we will look at how to use PCF controls in Canvas Apps and Custom Pages. First, let s turn on a feature that allows us to use custom components in Canvas Apps. In the Power Platform Admin Center (https://admin.powerplatform.microsoft.com), select your environment, then…