Stable IPs in Azure for local RADIUS/TACACS+ container instances
In this topic, you will learn how to deploy local RADIUS and TACACS+ container instances in Microsoft Azure while ensuring stable IP addresses for NAS device configuration.
Deploying local RADIUS and TACACS+ in Azure using container instances is straightforward, but dynamic IP assignment can cause issues. When a container restarts, it may receive a new IP address, forcing reconfiguration of NAS devices.
Our guides suggest creating internal DNS zones and assigning IPs to DNS entries, but this may not be a suitable solution for all customers, as it still requires manual updates after container restarts. To avoid this, a workaround involves creating a small subnet and multiple container instances to cover all available IPs.
After completing these steps, your local RADIUS and TACACS+ container instances will have stable IP addresses in Azure, preventing the need to reconfigure NAS devices after container restarts. Optional load balancing ensures high availability and traffic distribution.
