Feb 13

Upgrading .Net 6.0 to .Net 8.0 – JsonConvert.DeserializeObject

I describe an issue I encounter with JsonConvertDeserializeObject(String) method on upgrading from Net 60 to Net 80 In the first place, testing of an Azure

By Mark Brimble

Jan 24

Upgrade an Azure function from .NET 6 to .NET 8

This is a war-story about an upgrade of an Azure function I hope this might help some else Issues I started to upgrade one of our functions because the

By Mark Brimble

Jan 10

Azure Function Blob Trigger – Possible thread pool starvation detected.

I am writing this blog to record my trouble shooting of an Azure Function Blob Trigger I give an unacceptable solution for the error below Possible thread

By Mark Brimble

Jan 9

Azure function – No job functions found

I describe a solution to a "No job functions found" error I observe this error when attempting to create an Azure function running on an Azure isolated

By Mark Brimble

May 16

OpenText GXS is not supported by Azure SFTP-SSH

I will show you how to connect to the OpenText GXS SFTP server from Azure The Microsoft SFTP-SSH connector currently doesn't support this SFTP server Logic

By Mark Brimble

Jun 14

Azure Function Apps – “Storage is not Configured”

One way of solving the Azure function app error "Storage is not configured" is described in this article Storage is not configured Opening an Azure

By Mark Brimble

Aug 19

Excel files – Azure and BizTalk Server

This article is about parsing Excel files Learn how you can do it in BizTalk Server and in Azure I show how to do this in an Azure function Excel file use

By Mark Brimble

Jun 22

Azure – cXML DTD Messages

Following on from a previous post about cXML schemas I show how to migrate a cXML BizTalk solution to an Azure solution Additionally I give a way of

By Mark Brimble
turbo360

Back to Top