Azure
27 posts in this category.
Monitoring Active Logic App Workflow Runs with PowerShell
When managing Azure Logic Apps Standard instances with multiple workflows, it's often necessary to check which workflows have active running instances.
AzureLogic AppsMonitoringPowerShell3 minDeploying Products to Azure API Management
My standard method of deploying into Azure is to run a Bicep template from a DevOps pipeline.
AzureAPIMAzure2 minImplementing the Process Manager Pattern with Logic Apps Standard
The Process Manager is an Enterprise Integration Pattern to maintain the state of sequence and determine the next processing step based on intermediate results.
AzureAzureLogic Apps3 minTracing Calls to APIM from 2024
Previously, my first step on a journey to troubleshoot Azure API Management would be to enable tracing on the target APIM subscription and setting…
AzureAPIMAzure2 minThe Dreaded “Error in determining project root
Logic app standard workflows can be developed either within the Azure Portal or from an extension to Visual Studio Code.
AzureLogic Apps2 minHosting Business Rules Engine (BRE) in Logic Apps Standard
Microsoft recently announced the ability to execute BizTalk's business rules in Logic Apps Standard applications.
AzureBizTalkLogic Apps2 minPublish message to service bus using PowerShell
The Azure Portal include a service bus explorer tool. This can be used to publish a message to a queue or a topic. However, this is a little limited.
AzureAzurePowerShellService Bus1 minLog APIM Request to Blob
When interacting with 3rd party APIs, it's common to hit an issue in which being able to check the payload of the posted message is critical.
AzureAPIMAzure1 minNo-Code Reference Data Service with Cosmos and APIM
For many integration solutions, it's often necessary to maintain a list of reference data.
AzureAPIMAzureCosmos4 minMigrating from Table Storage to Cosmos DB Table Api
I recently worked on an Azure Function App that was using Table Storage to persist data.
AzureAzureCosmosSql Server4 minAzure Function WEBSITE_RUN_FROM_PACKAGE
Over the years there have been multiple ways to host Azure Functions. My current preference is to host on a linux app service plan.
AzureAzureDevOps1 minAutomating Creation of Az Sql Contained Users
I have an Azure Function app called sms-router that uses an Azure Sql Database. This means it needs permission onto the database.
AzureAzureDevOpsSql Server2 minHosting Azure DevOps Agents on a VMSS
The only time I'd previously had to veer from using Microsoft's hosted build agent was for building "unusual" things like BizTalk.
AzureAzureDevOps3 minMissing Host Keys in Azure Function App
I ran into a problem with deployment of a function app a couple of weeks ago. I thought I'd share the solution here in case anyone else runs into…
AzureAzureAzure Functions2 minTuning Azure Functions App Settings
I would admit to being guilty of accepting some default function app settings without really considering what they're for.
AzureAzureAzure Functions2 minAPIM IP Address
I recently created an Azure Function app that's triggered by an Http request. It then calls out to a 3rd party api but before doing so, it must…
AzureAPIMAzure2 minDotnet-Isolated Azure Function Custom Health Check
Azure function apps give the options to enable health checks. An overview and description of benefits of these can be found here.
AzureAzureAzure Functions1 minPublishing Multiple Messages to Service Bus with Managed Identity
I ran into a problem with the service bus binding for Azure functions this week.
AzureAzureService Bus2 minUpdating Resources Outside Target Resource Group
The way this is achieved is a little strange and although I've implemented several times, I always forget!
AzureAzureBicep1 minAPIM Deployment
I recently faced the task of automating deployment of an api into Azure API Management that would require clients to authenticate via Azure Active Directory .
AzureAPIMAzure3 minLogic Apps in ASEv3
Replacing the on-prem data gateway with the built-in File System connector for Logic Apps, cutting per-execution connector costs and a Windows server to maintain.
AzureASEv3AzureLogic Apps2 minAzureWebJobsAzureWebJobStorage Does Not Exist
I created a new azure function app today, which I deployed to a dev azure subscription through a devops pipeline.
AzureAzure1 minAuto Publishing Azure Functions into Apim
I'd like to start by saying I was able to find answers to several problem in an excellent blog post from Justin Yoo.
AzureAPIMAzure3 minAzure Service Endpoint – Status Disabled
Diagnosing “Endpoint status: Disabled” on an Azure App Service access restriction, and enabling the service endpoint on the source subnet to fix it.
AzureAzure1 minAzure Service Endpoints
Why an App Service access restriction shows “Endpoint status: Disabled” — the source subnet needs a service endpoint enabled for outbound traffic.
AzureAzure1 minLogs Missing from local Az Functions
I created a new Durable Functions project recently and noticed my logs weren't appearing in the console window when running from Visual Studio.
AzureAzureAzure Functions1 minZero to Cloud
I have dabbled with Azure over the past few years now but this has been mainly as a host to a simple websites with a sql db layer.
AzureAzure3 min
