BizTalk + Azure Functions – Upload to AWS S3
Recently I had a requirement to extend one of our BizTalk solutions, this solution was around user synchronisation. We have 2 interfaces for user synchronisation, one supporting applications which...
View ArticleBizTalk Map as an Azure Function
Every now and then as an architect you would get a request to be able to expose a mapping service for another application to consume and the requirement was preferred if the map was exposed over HTTP...
View ArticleLogic Apps Integration for Small Business
/* unvisited link */ a:link {color: blue !important;} /* visited link */ a:visited {color: purple !important;}/* mouse over link */ a:hover {color: blue !important;}/* selected link */ a:active {color:...
View ArticleConsiderations for Hardening API’s Built with Azure API Management + Azure...
In the current feature set available on Azure one of the most common patterns for implementing an API is to use a combination of Azure Functions to act as the back end of the API where the bulk of the...
View ArticleWhen data in CRM is updated I want to send it to another application
Having worked a lot with Dynamics CRM/365 over the last few years I thought it would be interesting to discuss a common use case and some of the architecture patterns you may consider to implement the...
View ArticleAzure Functions and SpecFlow
Anyone who follows my blog will know I am a big fan of Specflow for testing components. We usually use SpecFlow to compliment normal unit testing with some automated integration tests which combine the...
View ArticleVisualize CRM Solution Deployments across Environments
One of the things I love about Azure functions is that they are great for scenarios where you need to use a bit of code to do something useful but its not a real world production component, for example...
View ArticleSetting up Function Apps via Powershell
This post is really a note to self and if its useful to anyone else then great! If your wanting to script setting up many Azure Function Apps then you may find this useful. I had a task to create a...
View Article