The Life of Sadukie

Helping techies grow throughout their careers

Tag: Azure Functions

  • Serverless hosting with Azure Functions

    In today’s adventures with Learning Azure, I want to get you moving with a serverless solution in Azure called Azure Functions. What are Azure Functions? Azure Functions are not something you’ll see rendered on a front-end somewhere. They’re a serverless solution used for doing things in the back-end and the middle tier. These are some…

  • Talking about Azure Static Web Apps

    For today’s Learning Azure adventure, I want to talk about an Azure offering that hosts sites where server rendering isn’t required. Think about sites where HTML, CSS, and JavaScript work without server rendering. Think about Blazor. Imagine those apps calling lightweight APIs hosted in the serverless Azure Functions. (More on those later this week!) Let’s…