Transfer Files via AS2 with Azure Logic App
In this post I will cover how I use Azure Logic Apps to send and retrieve AS2 EDI files using a couple Azure Logic Apps. I am writing this post to share some of my experiences and to provide more …
In this post I will cover how I use Azure Logic Apps to send and retrieve AS2 EDI files using a couple Azure Logic Apps. I am writing this post to share some of my experiences and to provide more …
I recently decided it was time to upgrade some WordPress sites I have hosting as Azure App Services sites from the now deprecated PHP 7.4 to PHP 8.1 or later However, I immediately hit an issue with permalinks (page slugs) …
I recently opened Microsoft Visual Studio for the first time in a long while and attempted to clone a repo from an Azure Dev Ops. Only to be greeted by the message. Git failed with a fatal error “Authentication failed” …
Have you ever attempted to alter the design on a Microsoft SQL table using the Microsoft SQL Server Management Studio (SSMS) tool. Maybe, to add an additional column, or change an existing columns data type, only to be greeted by …
Recently I had to solve an issue with a users permissions to Microsoft SQL. When running a report from Microsoft Excel, they would get the message; Unable to connect We encounter an error while trying to connect. Details: “Microsoft SQL: …
I use the provider Cloudways to host this site and a few of my other projects. If you haven’t previously looked at Cloudways I would highly recommend you give them a look. See my Tools I Use page for a …
When opening the Unity project for my Binary Blitz game for the first time in over a year and on a new computer. I was greeted by the following errors error CS0103: The name ‘GooglePlay Tangle’ does not exist in …
While experimenting with using Azure as a content delivery network (CDN), I attempted to create a new CDN Profile only for the validation to fail with the message. Validate failed. Required information is missing or not valid. In order to …
In this post, I will cover how you can save the output from an Azure Data Factory (ADF) or Azure Synapse Pipeline Web Activity as a Blob file in an Azure Storage Account. You could use the same method to …
Problem When attempting to add a connection from a Microsoft Azure Data Factory (ADF) to an Azure Key Vault I received the below message when trying to select a secret. The user, group or application ‘name=Microsoft.DataFactory/factories;appid=xyz;iss=https://sts.windows.net/xyc’ does not have secrets …