Skip to content

Commit 0bf629c

Browse files
committed
New IP filter UX
1 parent de3dfdc commit 0bf629c

File tree

7 files changed

+8
-6
lines changed

7 files changed

+8
-6
lines changed

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

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,17 +34,19 @@ Any connection attempt from an IP address that matches a rejecting IP rule in yo
3434

3535
By default, the **IP Filter** grid in the portal for an IoT hub is empty. This default setting means that your hub accepts connections from any IP address. This default setting is equivalent to a rule that accepts the 0.0.0.0/0 IP address range.
3636

37-
![IoT Hub default IP filter settings](./media/iot-hub-ip-filtering/ip-filter-default.png)
37+
To get to the IP Filter settings page, select **Networking**, **Public access**, then choose **Selected IP Ranges**:
38+
39+
:::image type="content" source="media/iot-hub-ip-filtering/ip-filter-default.png" alt-text="IoT Hub default IP filter settings":::
3840

3941
## Add or edit an IP filter rule
4042

4143
To add an IP filter rule, select **+ Add IP Filter Rule**.
4244

43-
![Add an IP filter rule to an IoT hub](./media/iot-hub-ip-filtering/ip-filter-add-rule.png)
45+
:::image type="content" source="./media/iot-hub-ip-filtering/ip-filter-add-rule.png" alt-text="Add an IP filter rule to an IoT hub":::
4446

4547
After selecting **Add IP Filter Rule**, fill in the fields.
4648

47-
![After selecting Add an IP Filter rule](./media/iot-hub-ip-filtering/ip-filter-after-selecting-add.png)
49+
:::image type="content" source="./media/iot-hub-ip-filtering/ip-filter-after-selecting-add.png" alt-text="After selecting Add an IP Filter rule":::
4850

4951
* Provide a **name** for the IP Filter rule. This must be a unique, case-insensitive, alphanumeric string up to 128 characters long. Only the ASCII 7-bit alphanumeric characters plus `{'-', ':', '/', '\', '.', '+', '%', '_', '#', '*', '?', '!', '(', ')', ',', '=', '@', ';', '''}` are accepted.
5052

@@ -54,7 +56,7 @@ After selecting **Add IP Filter Rule**, fill in the fields.
5456

5557
After filling in the fields, select **Save** to save the rule. You see an alert notifying you that the update is in progress.
5658

57-
![Notification about saving an IP filter rule](./media/iot-hub-ip-filtering/ip-filter-save-new-rule.png)
59+
:::image type="content" source="./media/iot-hub-ip-filtering/ip-filter-save-new-rule.png" alt-text="Notification about saving an IP filter rule":::
5860

5961
The **Add** option is disabled when you reach the maximum of 10 IP filter rules.
6062

@@ -64,7 +66,7 @@ To edit an existing rule, select the data you want to change, make the change, t
6466

6567
To delete an IP filter rule, select the trash can icon on that row and then select **Save**. The rule is removed and the change is saved.
6668

67-
![Delete an IoT Hub IP filter rule](./media/iot-hub-ip-filtering/ip-filter-delete-rule.png)
69+
:::image type="content" source="./media/iot-hub-ip-filtering/ip-filter-delete-rule.png" alt-text="Delete an IoT Hub IP filter rule":::
6870

6971
## Retrieve and update IP filters using Azure CLI
7072

@@ -154,7 +156,7 @@ You can change the order of your IP filter rules in the grid by clicking the thr
154156

155157
To save your new IP filter rule order, click **Save**.
156158

157-
![Change the order of your IoT Hub IP filter rules](./media/iot-hub-ip-filtering/ip-filter-rule-order.png)
159+
:::image type="content" source="media/iot-hub-ip-filtering/ip-filter-rule-order.png" alt-text="Change the order of your IoT HUb IP filter rules":::
158160

159161
## Next steps
160162

36.9 KB
Loading
41.9 KB
Loading
83.8 KB
Loading
41.8 KB
Loading
-4.42 KB
Loading
43.7 KB
Loading

0 commit comments

Comments
 (0)