From af351e4ace0ff94efa67d8c747a3a5277f562197 Mon Sep 17 00:00:00 2001 From: Daniel Campos <83079973+dna360d@users.noreply.github.com> Date: Thu, 6 Jan 2022 09:02:22 -0600 Subject: [PATCH 1/2] Listener restart require to take into effect Add a note under "Important" section about the restart of the resource in order to take effect the changes --- .../add-ip-address-dialog-box-sql-server-management-studio.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/database-engine/availability-groups/windows/add-ip-address-dialog-box-sql-server-management-studio.md b/docs/database-engine/availability-groups/windows/add-ip-address-dialog-box-sql-server-management-studio.md index e87705a28f6..970604b45b0 100644 --- a/docs/database-engine/availability-groups/windows/add-ip-address-dialog-box-sql-server-management-studio.md +++ b/docs/database-engine/availability-groups/windows/add-ip-address-dialog-box-sql-server-management-studio.md @@ -42,7 +42,8 @@ ms.author: mathoma Click to create add the subnet whose address you selected, along with the static IP address that you specified. A row containing these values will be added to the subnet grid of the **New Availability Group Listener** or **Specify Replicas** dialog box. > [!IMPORTANT] -> The **Add IP Address** dialog does not verify the IP address. Also the dialog does not prevent you from adding the second subnet address for a subnet that you have already added to the availability group listener. +> The **Add IP Address** dialog does not verify the IP address. Also the dialog does not prevent you from adding the second subnet address for a subnet that you have already added to the availability group listener. +> A Listener resource restart is required in order for this change to take effect. **Cancel** Click to cancel your selections, and return to the **New Availability Group Listener** dialog box or **Listener** tab without adding a static IP address for any subnet. From dd576d39b22925f5f794e2e9b6c0f3293802e22a Mon Sep 17 00:00:00 2001 From: Kristine Toliver Date: Thu, 6 Jan 2022 09:50:28 -0800 Subject: [PATCH 2/2] PR review edit --- ...add-ip-address-dialog-box-sql-server-management-studio.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/database-engine/availability-groups/windows/add-ip-address-dialog-box-sql-server-management-studio.md b/docs/database-engine/availability-groups/windows/add-ip-address-dialog-box-sql-server-management-studio.md index 970604b45b0..65518c852fd 100644 --- a/docs/database-engine/availability-groups/windows/add-ip-address-dialog-box-sql-server-management-studio.md +++ b/docs/database-engine/availability-groups/windows/add-ip-address-dialog-box-sql-server-management-studio.md @@ -42,8 +42,9 @@ ms.author: mathoma Click to create add the subnet whose address you selected, along with the static IP address that you specified. A row containing these values will be added to the subnet grid of the **New Availability Group Listener** or **Specify Replicas** dialog box. > [!IMPORTANT] -> The **Add IP Address** dialog does not verify the IP address. Also the dialog does not prevent you from adding the second subnet address for a subnet that you have already added to the availability group listener. -> A Listener resource restart is required in order for this change to take effect. +> The **Add IP Address** dialog doesn't verify the IP address. Also, the dialog doesn't prevent you from adding the second subnet address for a subnet that you already added to the availability group listener. +> +> You must restart the listener resource for this change to take effect. **Cancel** Click to cancel your selections, and return to the **New Availability Group Listener** dialog box or **Listener** tab without adding a static IP address for any subnet.