Below you will find pages that utilize the taxonomy term “Azure Load Balancer”
Azure Snippets w/c 17/03/2025
Summary of Azure snippets for the week commencing 17th March 2025, grouped by Azure service. Notably, the AKS updates this time include a pretty significant networking retirement.
For all the updates on Azure platform resources and products - Azure updates from Microsoft
GA = Generally Available
Public/Private Preview = as stated
RET = Service retirement
Azure services with highlighted updates this week:
Azure Backup
Vaulted Backup for Azure Database for PostgreSQL Flexible Server (GA) : Generally available in 5 regions (including UK South and UK West), public preview in others. Definite enhancement to DB for PostgreSQL backups which were previously only available with the server. Good to see more services coming in to Azure Backup to take advantage of the enhanced resilience and security a Vault can provide.
Azure Snippets w/c 11/11/2024
Summary of Azure snippets for the week commencing 11th November 2024, grouped by Azure service.
The new Azure updates page is now live (complete with RSS feed - why they could provide that for the updates but not for the new Tech Community platform blogs is a bit beyond me!). Some of the links this week use the old URL format, but they should still work.
GA = Generally Available
Public/Private Preview = as stated
RET = Service retirement
Azure Snippets w/c 08/07/2024
After a couple of weeks off due to holidays and a general lack of updates from MS, we now return to our regularly scheduled programming :-)
Summary of Azure snippets for the week commencing 8th July 2024, grouped by Azure service. No Azure Monthly summary this month as there’s only one other post for June.
GA = Generally Available
Public/Private Preview = as stated :-)
Azure services with highlighted updates this week:
Azure Snippets w/c 03/06/2024
Summary of Azure snippets for the week commencing 3rd June 2024, grouped by Azure service.
GA = Generally Available
Public/Private Preview = as stated :-)
Azure services with highlighted updates this week:
API Management
- Audit logging in Developer portal (GA) : Audits user actions in the developer portal. Logs can be sent to a storage account, event hub or Log Analytics workspace (common pattern with diagnostic logs in Azure).
Azure Bastion
- Premium SKU (Public Preview) : Adds session recording and private-only deployment to the Standard SKU feature set. Private-only deployment is probably the major new feature here at the moment, though more features are apparently planned for Premium.
Azure Load Balancer
- Health Event Logs (Public Preview) : I can think of several instances when this would have been useful :-) Health event logging through Azure Monitor to help troubleshoot ALB issues. Supported for Standard (regional and global) and Gateway load balancers. A good augmentation to the availability metrics to get more detail - can be queried through Log Analytics and stored/parsed for historical data. UK South only for the preview.
- Admin State (Public Preview) : Override a Load Balancer’s health probe behaviour for each individual backend pool instance without making changes to network security rules or closing ports on a VM. ‘Maintenance mode’ for ALBs (or for the backends) essentially - no need now to modify NSGs or VM config to block connections when maintaining the backends. Only works when a health probe is configured. Documentation and blog post give more details on how it works. Preview available in all regions.
Azure Monitor
- Log Analytics Simple Mode (Public Preview) : Point-and-click analysis of logs without having to know KQL - very useful! KQL mode still available for full-featured querying and analysis. Part of the ’new’ Log Analytics experience.
- Kubernetes Metadata and Logs Filtering in Azure Monitor - Container Insights (Public Preview) : Enhances the ContainerLogsV2 schema with additional Kubernetes metadata. The Logs Filtering feature provides filtering capabilities for both workload and platform (i.e. system namespaces) logs coming out of containers. Visualise results with a Grafana dashboard.
Compute
- VM Hibernation (GA) : Hibernation allows saving on compute costs, but persists the VM’s in-memory state so apps etc. resume where they were left off (just like a physical machine hibernating). Available in all public regions.