-
Continue reading →: Troubleshooting Azure DevOps: Resolving ‘unable to access’ Error 403
The other day, while cloning an Azure DevOps repository, I encountered a ‘Git failed with a fatal error’ message, as shown below, with error code 403. Reason and Fix: 🙂
-
Continue reading →: Power Platform | Enable or Disable ‘Managed Environment’
What is a Managed Environment: In this article, let me demonstrate how to enable or disable the environment as ‘Managed’. Enable Managed Environment: Steps to enable Managed Environment: Disable a Managed Environment: Admins can use PowerShell to disable Managed Environments. Note: 🙂
-
Continue reading →: Beginner | Canvas App | Multi screen forms
Let’s consider a scenario with a Dataverse table containing multiple columns. While Model Driven Apps allow us to organize data using different sections and tabs, in the realm of Canvas Apps, how can we design a multi-screen app for entering and saving records? In this article, I am going to…
-
Continue reading →: ‘Azure Active Directory’ has been renamed to ‘Microsoft Entra ID’
If you’re looking for the ‘Azure Active Directory’ option in the Azure Portal and can’t find it, please note that ‘Azure Active Directory’ (Azure AD) has been renamed to ‘Microsoft Entra ID’. ‘Microsoft Entra’ is the name for the product family of identity and network access solutions. The names Azure…
-
Continue reading →: Power Apps | Quick way to change Organization settings from Maker portal
Are you aware that you can enable/disable organization settings directly from the Power Apps maker portal? For example, I’ve added a Copilot control to my Canvas App and by default, App users can provide feedback by selecting Like (thumbs up) or Dislike (thumbs down) button for each response that Copilot provides. Now, what if…
-
Continue reading →: Canvas App | Power Fx | Parse and bind JSON collection to Gallery
In this article, I will demonstrate how to utilize the ParseJson function to parse JSON data and bind it to Gallery control. Scenario: Let’s get started with JSON preparation and parsing, and then binding it to a Gallery. Prepare a Sample JSON string: Use the ParseJson function to parse the…
-
Continue reading →: Quick way to open Environment in Power Platform Admin Center from Maker portal
Did you know you can quickly open the environment in Power Platform Admin Center (PPAC) directly from Maker portal?. From the Maker portal, select the Environment and then click on the context menu. Next, choose ‘Go to admin center‘. This action will open the selected environment in the Power Platform…
-
Continue reading →: Azure DevOps | How to Query Work Items Across Projects
If you need to find work items across different projects, here’s a quick article that explains how to do it.. 🙂
-
Continue reading →: [Step by Step] BFG Repo-Cleaner tool | Clean up the git history
In this article, I will showcase how to clean up the ‘git history’ in those situations where you accidentally committed something in the past which you would want to clean from history. To understand why we need to bother about git history at all, let me explain with a simple…


