Global Azure - Getting started with Data API builder for Azure Databases2023, Jul 01 — 1 minute readGreat presentation available on Aotearoa Azure Meetup channel. The Global Azure 2023 event happened at Microsoft Auckland on May 12th, 202…
Azure Functions running in Azure Container Apps with Dapr2023, Jun 13 — 14 minute readIn case your organization has embraced containers in its strategy, it's worth noting that Azure Container Apps now can host and enable the…
Manually trigger timer-triggered Azure Functions. Did you know?2023, Jun 01 — 2 minute readThere 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?2023, May 27 — 3 minute readIs the Azure Function response status code always HTTP 200? Can I change that? It depends on your implementation. The issue Most ASP.NET…
Global Azure - Reusable IaC with Azure Template Specs2023, May 17 — 1 minute readGreat presentation available on Coding Night NZ channel about Reusable IaC with Azure Template Specs.
Converting Data-Api-Builder Config to Static Web App Config2023, May 11 — 6 minute readIf 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 12th2023, May 10 — 1 minute readI 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 13th2023, May 10 — 1 minute readI 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 Kubernetes2023, May 03 — 3 minute readThe 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 Modules2023, Apr 12 — 2 minute readTemplate Specs can also be referenced on Bicep Modules, using a configuration file, to connect the Module to the Azure Template Spec. The…