To implement web redirects in Azure without the need for a machine with multiple network interfaces (NICs), you can consider using Azure services such as Azure Front Door or Azure Application Gateway. Both services provide robust capabilities for managing web traffic and redirects.
Azure Front Door
Azure Front Door can handle URL redirection at various levels, including protocol, hostname, path, and query string. You can set up redirection rules using a Rule Set, which allows for path-based redirection and simplifies application configuration. This service is particularly useful for global and path-based redirection scenarios.
Azure Application Gateway
Azure Application Gateway also supports URL redirection, allowing you to redirect traffic based on protocol, hostname, and path. You can configure redirection rules that match specific URL patterns and redirect them accordingly. This can be set up without the need for multiple NICs, as the service manages the routing and redirection internally.
Both services can effectively replace your current setup and provide a scalable solution for managing redirects to your 18 websites.
References: