Category: Serverless
Managed Identity – Part III
This post is part of a series on Managed Identity. For an introduction, see Managed Identity – Part I. For a post that shows you how to connect your application to different types of Azure resources using Managed Identity see Managed Identity – Part II. Stay tuned for future posts. Introduction Elaborating on Part I and Part …
Techorama 2019
Next week my colleague Daniël te Winkel and I will do a session at Techorama 2019 titled Getting sh*t done with Azure Functions (on AKS!). Or GSDwAF for short 🤓 We will talk about running Azure Functions in a Kubernetes deployment using Managed Identities and implementing Dependency Injection. And, even better, we’ll show you how! …
Managed Identity – Part II
This post is part of a series on Managed Identity. For an introduction, see Managed Identity – Part I. Stay tuned for future posts. Introduction Elaborating on Part I, this blog post will show you how to connect your application to different types of Azure resources using Managed Identity. To use the Managed Identity to …
Managed Identity – Part I
This post is part of a series on Managed Identity. Stay tuned for future posts. Introduction Connecting your application to a resource like Storage or a SQL database used to involve a connection string. This isn’t very secure. These settings are available through the Azure Portal. So they might get compromised.With the introduction of Azure …
HowTo: Call an API with cookie authentication from a Logic App
Calling an API from a Logic App is pretty straightforward. You open up the Logic App Designer and add an HTTP Action. Specify the method to use and the URI you want to call and you’re good to go! When the API you want to call uses Cookie Authentication, this seems pretty straightforward too. After …
Read More “HowTo: Call an API with cookie authentication from a Logic App”
Dynamic output bindings in Azure Functions
Last week one of my colleagues had a question: Is there a performance penalty when you add multiple Azure Blob storage bindings in an Azure Function? Or is the connection only established when you access one of those blobs? Answering this grew into a way to have Dynamic output bindings in Azure Functions. This post …
Using Triggers & Bindings in Azure Functions V2
To start things off: yes. There’s some pretty decent documentation on all the available Triggers & Bindings in Azure Functions. Like this overview page. And you can also find documentation on specific bindings, like the Service Bus Binding. Nevertheless, I wanted to add to that documentation with some simple, real-world examples using triggers & bindings. …
Azure Thursdays december 2018
This Thursday December 6th I’ll be speaking at Azure Thursday – December 2018. The last of the regular Azure Thursdays this year. This is a group for all developers, consultants, architects and IT professionals who want to dive into for them unknown topics related to Azure. Azure Thursday are happening every first Thursday of the …
Hands-on with Azure Event Grid
I’ve done another session on Serverless, this time at the Techdays in The Netherlands. The TechDays were held October 12 & 13 in the Amsterdam RAI. My session was partially based on the “Dude, Where’s my Server?” talk I did earlier this year. The main focus for the talk this time: Azure Event Grid. Serverless, Azure …
Serverless computing: “Dude, Where’s my Server?”
Do you live in or near The Netherlands? Would you like to know everything there is to know about Serverless Computing? Join Oscar van Tol and myself on September 20th. We will be presenting the knowledge session “Dude, Where’s my Server?” organised by Betabit and Blaak Selectie. If you don’t need any additional information and just want …
Read More “Serverless computing: “Dude, Where’s my Server?””