Skip to content

Commit ea6ad7b

Browse files
authored
Merge pull request #177496 from v-gpettibone/pics18
Updating pics for IP filtering
2 parents 59d8d2a + 40e7d53 commit ea6ad7b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,27 +22,27 @@ Use IP filter to receive traffic only from a specified range of IP addresses and
2222

2323
To get to the IP Filter settings page, select **Networking**, **Public access**, then choose **Selected IP Ranges**:
2424

25-
:::image type="content" source="media/iot-hub-ip-filtering/ip-filter-default.png" alt-text="IoT Hub default IP filter settings":::
25+
:::image type="content" source="media/iot-hub-ip-filtering/ip-filter-default.png" alt-text="Screenshot showing how to set default IP filter settings.":::
2626

2727
By default, the **IP Filter** grid in the portal for an IoT hub is empty. This default setting means that your hub blocks connections from all IP addresses. This default setting is equivalent to a rule that blocks the `0.0.0.0/0` IP address range.
2828

2929
## Add or edit an IP filter rule
3030

3131
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**.
3232

33-
:::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":::
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.":::
3434

3535
After selecting **Add IP Filter Rule**, fill in the fields. These fields are pre-filled for you if you selected to add your client IP address.
3636

37-
:::image type="content" source="./media/iot-hub-ip-filtering/ip-filter-after-selecting-add.png" alt-text="After selecting Add an IP Filter rule":::
37+
:::image type="content" source="./media/iot-hub-ip-filtering/ip-filter-after-selecting-add.png" alt-text="Screenshot that shows what to do after adding an IP filter rule.":::
3838

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

4141
* Provide a single IPv4 address or a block of IP addresses in CIDR notation. For example, in CIDR notation 192.168.100.0/22 represents the 1024 IPv4 addresses from 192.168.100.0 to 192.168.103.255.
4242

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

45-
:::image type="content" source="./media/iot-hub-ip-filtering/ip-filter-save-new-rule.png" alt-text="Notification about saving an IP filter rule":::
45+
:::image type="content" source="./media/iot-hub-ip-filtering/ip-filter-save-new-rule.png" alt-text="Screenshot that shows notification about saving an IP filter rule.":::
4646

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

@@ -52,13 +52,13 @@ To edit an existing rule, select the data you want to change, make the change, t
5252

5353
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.
5454

55-
:::image type="content" source="./media/iot-hub-ip-filtering/ip-filter-delete-rule.png" alt-text="Delete an IoT Hub IP filter rule":::
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.":::
5656

5757
## Apply IP filter rules to the built-in Event Hub compatible endpoint
5858

5959
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**.
6060

61-
:::image type="content" source="media/iot-hub-ip-filtering/ip-filter-built-in-endpoint.png" alt-text="Image showing the toggle for the built-in endpoint and save":::
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.":::
6262

6363
> [!NOTE]
6464
> This option isn't available to free (F1) IoT hubs. To apply IP filter rules to the built-in endpoint, use a paid IoT hub.
22.4 KB
Loading

0 commit comments

Comments
 (0)