Tag: private endpoint

  • How SNAT port allocation impacts your Azure services and what to do about it

    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…

  • Security hardening of your Azure PaaS services

    Security hardening of your Azure PaaS services

    Azure offers a flexible and powerful platform for deploying cloud applications, but with great power comes great responsibility 😉 A lot of Azure services are publicly accessible by default, which can leave you open to various security threats, and performing additional hardening is recommended. A prime example is Key Vault. It’s easy to think it’s…