Breaking into 4 independent services means: Scale each based on actual need (crawler needs 10 instances, matcher needs 2) Test one piece at a time (ship faster, iterate publicly) Different tech ...
NOTE: This article was published yesterday (30/10/2025), but due to some technical issues it went offline. Microsoft has officially added Python 3.14 to Azure App Service for Linux. Developers can now ...
.NET 9 and its ASP.NET Core 9 web-dev framework are coming in November with the latest technology and tools for building modern web apps. And these days, that usually means leveraging the cloud and ...
This repository demonstrates how to deploy a solution with multiple function apps into separate Azure Function App services using the power of GitHub Actions. The solution can be opened with Visual ...
In this article we will make a static web app and deploy to Azure using GitHub actions. What is a static web app? In modern web development, the front end application that the user accesses in their ...
When deploying an application to Azure, it is very common to register your app in Azure AD and create an application secret. This secret is randomly generated at creation and requires an expiration ...