Plugin registration Tool crashes during replay

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.

Published
Categorised as Dynamics

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.

Published
Categorised as Azure

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.

Published
Categorised as Azure

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

Published
Categorised as Azure