You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/iot-hub/iot-hub-ip-filtering.md
+4-9Lines changed: 4 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ By default, the **IP Filter** grid in the portal for an IoT hub is empty. This d
28
28
29
29
## Add or edit an IP filter rule
30
30
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**.
32
32
33
33
:::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.":::
34
34
@@ -54,9 +54,9 @@ To delete an IP filter rule, select the trash can icon on that row and then sele
54
54
55
55
:::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.":::
56
56
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
58
58
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**.
60
60
61
61
:::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.":::
62
62
@@ -69,7 +69,7 @@ If you disable this option, the built-in endpoint is accessible to all IP addres
69
69
70
70
## How filter rules are applied
71
71
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.
73
73
74
74
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.
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).
168
167
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
-
173
168
## Next steps
174
169
175
170
To further explore the capabilities of IoT Hub, see:
0 commit comments