Skip to content

Commit aaccb63

Browse files
authored
Merge pull request #178930 from anastasia-ms/ipconfig
Update IPConfig with portal limitations
2 parents 357a3ad + e3c7d14 commit aaccb63

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

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

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
title: Azure IoT DPS IP connection filters | Microsoft Docs
3-
description: How to use IP filtering to block connections from specific IP addresses to your Azure IoT DPS instance. You can block connections from individual or ranges of IP addresses.
4-
author: wesmc7777
5-
ms.author: wesmc
2+
title: Microsoft Azure IoT DPS IP connection filters
3+
description: How to use IP filtering to block connections from specific IP addresses to your Azure IoT DPS instance.
4+
author: anastasia-ms
5+
ms.author: v-stharr
66
ms.service: iot-dps
77
services: iot-dps
88
ms.topic: conceptual
9-
ms.date: 12/14/2020
9+
ms.date: 11/05/2021
1010
---
1111

1212
# Use Azure IoT DPS IP connection filters
@@ -21,6 +21,9 @@ There are two specific use-cases where it is useful to block connections to a DP
2121

2222
* You need to reject traffic from IP addresses that have been identified as suspicious by the DPS administrator.
2323

24+
>[!Note]
25+
>If IP filtering is enabled, you'll no longer be able use the Azure portal to perform service operations (i.e. managing enrollments). To perform service operations using the portal, you'll have to temporarily deactivate IP filtering, complete your work, and then re-enable the IP filtering feature. If you want to use your own clients and avoid the deactivation of the IP filter, you can choose to add your machine's IP address to the `ipFilterRules` and manage the enrollments in the DPS through CLI.
26+
2427
## How filter rules are applied
2528

2629
The IP filter rules are applied at the DPS instance level. Therefore the IP filter rules apply to all connections from devices and back-end apps using any supported protocol.

0 commit comments

Comments
 (0)