Skip to content

Commit 9b8a7f9

Browse files
Merge pull request #265139 from kgremban/feb2-retire
NOINDEX iot-hub-ip-filter-classic
2 parents 525d4ed + 2becef1 commit 9b8a7f9

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

articles/iot-hub/iot-hub-ip-filter-classic.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ ms.author: kgremban
77
ms.service: iot-hub
88
ms.topic: upgrade-and-migration-article
99
ms.date: 10/16/2020
10+
ROBOTS: NOINDEX
1011
---
1112

1213
# IoT Hub classic IP filter and how to upgrade

articles/iot-hub/iot-hub-ip-filtering.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ By default, the **IP Filter** grid in the portal for an IoT hub is empty. This d
2828

2929
## Add or edit an IP filter rule
3030

31-
To add an IP filter rule, select **+ Add IP Filter Rule**. To quickly add your computer's IP address, click the **Add your client IP address**.
31+
To add an IP filter rule, select **Add IP Filter Rule**. To quickly add your computer's IP address, select **Add your client IP address**.
3232

3333
:::image type="content" source="./media/iot-hub-ip-filtering/ip-filter-add-rule.png" alt-text="Screenshot showing how to add an IP filter rule to an IoT hub.":::
3434

@@ -54,9 +54,9 @@ To delete an IP filter rule, select the trash can icon on that row and then sele
5454

5555
:::image type="content" source="./media/iot-hub-ip-filtering/ip-filter-delete-rule.png" alt-text="Screenshot showing how to delete an IoT Hub IP filter rule.":::
5656

57-
## Apply IP filter rules to the built-in Event Hub compatible endpoint
57+
## Apply IP filter rules to the built-in Event Hubs compatible endpoint
5858

59-
To apply the IP filter rules to the built-in Event Hub compatible endpoint, check the box next to **Apply IP filters to the built-in endpoint?**, then select **Save**.
59+
To apply the IP filter rules to the built-in Event Hubs compatible endpoint, check the box next to **Apply IP filters to the built-in endpoint?**, then select **Save**.
6060

6161
:::image type="content" source="media/iot-hub-ip-filtering/ip-filter-built-in-endpoint.png" alt-text="Screenshot showing the toggle for the built-in endpoint.":::
6262

@@ -69,7 +69,7 @@ If you disable this option, the built-in endpoint is accessible to all IP addres
6969

7070
## How filter rules are applied
7171

72-
The IP filter rules are applied at the IoT Hub service level. Therefore, the IP filter rules apply to all connections from devices and back-end apps using any supported protocol. Also, you can choose if the [built-in Event Hub compatible endpoint](iot-hub-devguide-messages-read-builtin.md) (not via the IoT Hub connection string) are bound to these rules.
72+
The IP filter rules are applied at the IoT Hub service level. Therefore, the IP filter rules apply to all connections from devices and back-end apps using any supported protocol. Also, you can choose if the [built-in Event Hubs compatible endpoint](iot-hub-devguide-messages-read-builtin.md) (not via the IoT Hub connection string) are bound to these rules.
7373

7474
Any connection attempt from an IP address that isn't explicitly allowed receives an unauthorized 401 status code and description. The response message does not mention the IP rule. Rejecting IP addresses can prevent other Azure services such as Azure Stream Analytics, Azure Virtual Machines, or the Device Explorer in Azure portal from interacting with the IoT hub.
7575

@@ -163,13 +163,8 @@ $iothubResource | Set-AzResource -Force
163163

164164
## Update IP filter rules using REST
165165

166-
167166
You may also retrieve and modify your IoT Hub's IP filter using Azure resource Provider's REST endpoint. See `properties.networkRuleSets` in [createorupdate method](/rest/api/iothub/iothubresource/createorupdate).
168167

169-
## IP filter (classic) retirement
170-
171-
Classic IP filter has been retired. To learn more, see [IoT Hub classic IP filter and how to upgrade](iot-hub-ip-filter-classic.md).
172-
173168
## Next steps
174169

175170
To further explore the capabilities of IoT Hub, see:

0 commit comments

Comments
 (0)