January 24, 2025
Azure articles from the community.
January 24, 2025
Recently saw an issue in one of our applications that Configures JsonSerializerOptions as part of the builder (FunctionsApplicationBuilder, WebApplicationBuilder etc). To give a minimal example, say we want to configure JsonSerializerOptions.WriteIndented to true (in configuration […]
January 24, 2025
Dive into the world of Windows Server with this comprehensive guide! In this video, we break down the key differences between Windows Server editions, including Standard, […]
January 24, 2025
It’s 2025 and we’re back! This year with a new format. More talk, more fun and more discussions about the latest news! Join us for the […]
January 23, 2025
Welcome to the second post in the Private Link Reality Bites series! After the first post where we went over the concept of private endpoints as […]
January 23, 2025
This week, we discuss the newly updated CIS Benchmark guidance for Microsoft 365. What is it, and why should you use it? We walk through the […]
January 23, 2025
Writing a lot of Terraform modules and trying to maintain accurate and up-to-date Terraform documentation becomes increasingly challenging. This is where terraform-docs along with GitHub actions […]
January 22, 2025
In order to control traffic flow within our Azure virtual networks, we can use custom routes, and configure the routes to direct traffic through a network […]
January 22, 2025
The Azure Developer CLI (azd) is an open-source tool that accelerates provisioning and deploying app resources on Azure, it is great for deploying resources quickly and […]
January 22, 2025
Parameters are essential when authoring Bicep configuration files. They make your template reusable and polyvalent. In this blog post, I will explore ways to manage parameters […]
January 22, 2025
Reading Time: 2 minutesAzure Kubernetes Service (AKS) has rolled out a new feature in preview: the AKS Security Dashboard. This dashboard centralizes security insights, making it […]
January 21, 2025
Infrastructure as Code (IaC) can help you manage your infrastructure, however your code base can quickly become complex as your infrastructure grows. Terraform modules can help […]