Manually trigger timer-triggered Azure Functions. Did you know?

2 minute read
There is a way to manually trigger any timer-triggered Azure Functions via API request. It is an approach valid for all non-HTTP-triggered…

Is the Azure Function response status code always HTTP 200? Did you know?

3 minute read
Is the Azure Function response status code always HTTP 200? Can I change that? It depends on your implementation. The issue Most ASP.NET…

YouTube Presentation - Global Azure - Reusable IaC with Azure Template Specs

1 minute read
Great presentation available on Coding Night NZ channel about Reusable IaC with Azure Template Specs.

Converting Data-Api-Builder Config to Static Web App Config

6 minute read
If you are working with the Data API Builder in isolation, but then you decide to combine and publish the Db configuration and the client…

Global Azure - Presentation May 12th

1 minute read
I would like to invite you on May 12th (Friday) at 11:45AM to check the presentation Getting started with Data API builder for Azure…

Global Azure on Coding Night - Presentation May 13th

1 minute read
I would like to invite you on May 13th (Saturday) at 12:00PM to check the presentation Reusable IaC with Azure Template Specs. Please RSVP…

Running Data API Builder on Kubernetes

3 minute read
The Data API Builder is currently on Public Preview and is enabling businesses to quickly expose Data through APIs, to be consumed by Modern…

Azure Template Specs - Part 4 - Bicep Modules

2 minute read
Template Specs can also be referenced on Bicep Modules, using a configuration file, to connect the Module to the Azure Template Spec. The…

Azure Template Specs - Part 3 - Template Links

3 minute read
There are different ways to use and deploy Template Specs. However, if you refer to them as Template Links, you won't need nested ARM…

Azure Template Specs - Part 2 - Scripting

3 minute read
Last time we explored Azure Template Specs from the user interface, today let's check the PowerShell commandlets that will allow you to…