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) …
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 …
Problem When performing a nightly backup of an on-premise VMware guest to Azure using the Microsoft Azure Backup Server (MABS). The backup would fail every time with the error; Online recovery point creation jobs for VMware MyServer on MyVCetern have …
I use the Mirsosoft Azure Backup Sever (MABS) to backup a couple of VMware guest servers located at a branch office to an Azure Recovery Service vault. Recently when opening the admin console was greeted with the message “A new …
Recently I started hosting a WordPress site using the Enfold theme on Azure as an App Service Site. Things were not working exactly as they should, so I opening the Chrome Developer Tools and on the Console tab I could …
I recently started hosting some WordPress sites on Azure as App Service sites. I wanted to put them behind an Azure Front Door to create a fast and secure experience. However, after setting up the Front Door the WordPress site …
I recently created a new Azure Front Door and attempted to configure HTTPS on a front end domain using my own certificate. After creating and giving the Front Door service principle permissions to my Key Vault, no secrets were being …