While trying to diagnose a problem I found that the Plugin Registration Tool was crashing and shutting itself down while replaying a plugin execution. Unfortunately for me, this was happening before the step I wanted to investigate, ensuring the replay didn’t get far enough through the execution.
User can’t see model-driven app despite correct security permissions (License: Unknown)
I recently cloned a Dataverse environment, and then found that users weren’t able to see any Model Driven Apps. I tried the new (to me) App Access Checker available in Power Platform Admin Center, but it gave me an unhelpful result. In the end I tracked the issue back to Per App licenses.
CanvasApps for canvas app doesn’t match with its name
On this episode of “obscure bugs I encountered in things”, I had this very strange one in Power Apps / Dynamics 365 after using the new Command Bar editor.
Recreating Data Export Service metadata tables with Azure Synapse Link for Dataverse
There’s a post title you can’t say 3 times fast. As you may know, the Data Export Service for Dataverse, long used to get a SQL copy of data from Dataverse / CDS / Dynamics, is being retired later this year. If you follow Microsoft’s Playbook for moving over to Synapse Link for Dataverse, you… Continue reading Recreating Data Export Service metadata tables with Azure Synapse Link for Dataverse
Cannot determine the organization name for this ‘dev.azure.com’ remote url
Whilst trying to set up Visual Studio to use a git repo hosted on Azure DevOps, we encountered this error. Cannot determine the organization name for this ‘dev.azure.com’ remote url. ensure the credential.usehttppath configuration value is set, or set the organization name as the user in the remote url ‘{org}@dev.azure.com’.
Exporting diagnostic settings in ARM templates
As part of a recent project, I needed to export an ARM template out of some resources already in the Azure Portal. While testing it became apparent that there were no diagnostic settings in my template, even though they’re present in Azure Portal.
Signing out of microsoftonline.com
I happen to need to use more than one Microsoft account for my work. One of them is a work/school institution type login, which is forwarded to my institution’s login page. Occasionally I’ve had a really frustrating issue where any attempt to log in to a Microsoft service in my browser is automatically sent on… Continue reading Signing out of microsoftonline.com
Missing log entries in Azure Functions
Recently, I went to investigate an issue in an Azure Function, and noticed that some entries I would have expected to be present were missing. This is related to differences between the default settings of Azure Functions and other App Services, and also differences between the structure of host.json (used by Azure Functions) and appsettings.json… Continue reading Missing log entries in Azure Functions
Encountered an error (Forbidden) from extensions API.
When trying to deploy a Logic App to Azure from an ARM template, I encountered this error: Encountered an error (Forbidden) from extensions API. This error message was generic enough to be completely unhelpful. No further details were present in the logs, even with the system.debug (verbose) flag set.
Azure Cosmos DB: The unknown resource response code ‘NotModified’ is encountered
I was unable to find any answers at all on *insert favourite search engine here* for this issue, which is rare. On trying to deploy an ARM Template containing an Azure Cosmos DB, I was greeted with the below failure message. The unknown resource response code ‘NotModified’ is encountered. Took me a while to figure… Continue reading Azure Cosmos DB: The unknown resource response code ‘NotModified’ is encountered