On Wednesday, March 8, I spoke at the Sydney Serverless Meetup on how you can quickly build an Azure Function Extension and in what situations you should consider doing so. Here I run through the demo and the code!
I recently wrote a post on sending Azure retirement announcements via email using the Azure Communication Services Email capabilities. As this feature is in preview there are some SDK gaps, including for Azure Functions. In this post I look at how you can build an extension to fill a gap like this one!
Off the back of my recent post on building an Azure Logic Apps solution for cross-posting on social media I wanted to export what I'd quickly built and make an easily deployable asset in Azure using Bicep. See how you can that in this post.
I was recently at an event where I had a discussion with someone who mentioned they'd missed the news about the retirement of a feature in Azure that they were making use of in a solution.
You may be sitting there are wondering why are we doing an Azure Logic App to Power Automate Flow migration? In most cases you'd likely be heading the other direction, but I can give you a few pointers why this move makes sense.
Like any cloud platform, Microsoft Azure is always shipping new features and services regularly. In this post I've pulled out a few highlights from the last few months that I think are worth looking at if you're a developer building serverless solutions.
I thought I would find the most intricate AWS example serverless app and use it as the basis for the demo migration to Azure to go along with this blog.
I set out to build a simple automated XBox Series X stock checker that will push an alert to me when stock shows up so that I can action it immediately regardless of where I am.
Recently I reflected on the amount of time it takes for me to prepare slides for a monthly meetup, and decided this probably wasn't a great use of my time which makes it the perfect candidate to automate!
any developers are interested in learning how to build and run software on cloud platforms, but are wary of the potential for hidden costs and bill shock.
The first ever Serverless Days ANZ event run on Friday September 4 and, boy, what a success it was! In this post I'll go into the online event in a bit more detail and look at some of the stats along with my highlights.
Over the last few years I've spent a lot of time focused on the serverless space having built one of the first Azure Functions backends in Australia that runs a consumer mobile app you might have used.
In 2018 when I joined Microsoft Australia as the Azure Pro Developer Lead in Sydney one of the first things I worked on was building an engagement activity for event attendees at events we were sponsoring.
Prior to Azure Functions announcing their General Availability (GA) I had previously used SendGrid as an output binding in order to send email messages.