Category: Resilience
-
Enhancing observability with the power of Azure Event Grid
Several things have an impact on how a system functions, and to be able to monitor those things are crucial. In an earlier post i described the concept of release annotations in Application Insights, and how they can be used for more than just regular DevOps deployments. When using a cloud platform like Azure there…
-
How SNAT port allocation impacts your Azure services and what to do about it
SNAT (Source Network Address Translation) is the process where private IP addresses from the outbound connections of your Azure services are translated into a public IP address. This enable access to the public internet while preserving fully private internal IP addresses within your Azure environment. With an app service in Azure you have a limited…