Remove Web Application Proxy Server | From Cluster _top_
Removing a Web Application Proxy Server from a Cluster: A Step-by-Step Guide
: Remove the server's IP address from any internal or external load balancer pools.
Configuration changes must generally be made from a WAP server running the oldest version if you are in a mixed-version cluster environment.
: Run the following PowerShell command to remove the WAP role and related features: powershell
Removing the server from the WAP logic is only half the battle. To ensure your network remains clean, follow these post-removal steps: 1. Update DNS Records remove web application proxy server from cluster
Before executing any commands, complete these preparatory steps:
: Use (Get-WebApplicationProxyConfiguration).ConnectedServersName to confirm the list is updated.
: If using an external load balancer, remove the server's IP address from the backend pool. Certificates
Take a moment to identify which of these models fits the proxy you need to remove. The specific commands and procedures will depend entirely on this determination. Removing a Web Application Proxy Server from a
On a remaining WAP node, run this command to ensure the cluster recognizes the change: powershell Get-WebApplicationProxyConfiguration Use code with caution. Monitor Event Logs
Log in with an account that belongs to the local Administrators group on the WAP server. If you plan to make changes to the AD FS trust backend simultaneously, ensure you have AD FS Administrator privileges.
Locate the public SSL certificates used for your published applications.
Ensure remaining nodes hold valid SSL certificates to handle redirected traffic. Step 1: Drain Traffic from the Server To ensure your network remains clean, follow these
If you removed the WAP without uninstalling first, the proxy remains in the ADFS configuration. Force remove it:
If you intend to completely decommission the server or repurpose it for another workload, remove the Remote Access binary features from the operating system: powershell
Web Application Proxy (WAP) servers play a crucial role in providing secure and reliable access to web applications. In a clustered environment, multiple WAP servers work together to ensure high availability and scalability. However, there may be situations where a WAP server needs to be removed from the cluster, such as when a server is decommissioned or replaced. This paper provides a detailed guide on how to remove a Web Application Proxy server from a cluster, including the necessary steps, considerations, and best practices.