Skip to content

Commit df990b6

Browse files
committed
Merging changes synced from https://github.com/MicrosoftDocs/azure-docs-pr (branch live)
2 parents e6ec52a + 52d6636 commit df990b6

18 files changed

+198
-55
lines changed

.openpublishing.redirection.defender-for-iot.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"redirections": [
3+
{
4+
"source_path_from_root": "/articles/defender-for-iot/organizations/resources-frequently-asked-questions.md",
5+
"redirect_url": "/azure/defender-for-iot/organizations/faqs-general",
6+
"redirect_document_id": false
7+
},
38
{
49
"source_path_from_root": "/articles/defender-for-iot/organizations/appliance-catalog/appliance-catalog-overview.md",
510
"redirect_url": "/azure/defender-for-iot/organizations/appliance-catalog/index",

articles/active-directory/privileged-identity-management/groups-features.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,14 @@ description: How to manage members and owners of privileged access groups in Pri
44
services: active-directory
55
documentationcenter: ''
66
author: amsliu
7-
manager: karenhoran
8-
7+
manager: amycolannino
98
ms.assetid:
109
ms.service: active-directory
1110
ms.subservice: pim
1211
ms.topic: overview
1312
ms.tgt_pltfrm: na
1413
ms.workload: identity
15-
ms.date: 06/24/2022
14+
ms.date: 08/15/2022
1615
ms.author: amsliu
1716
ms.custom: pim
1817
ms.collection: M365-identity-device-management
@@ -26,7 +25,7 @@ ms.collection: M365-identity-device-management
2625
In Privileged Identity Management (PIM), you can now assign eligibility for membership or ownership of privileged access groups. Starting with this preview, you can assign built-in roles in Azure Active Directory (Azure AD), part of Microsoft Entra, to cloud groups and use PIM to manage group member and owner eligibility and activation. For more information about role-assignable groups in Azure AD, see [Use Azure AD groups to manage role assignments](../roles/groups-concept.md).
2726

2827
> [!IMPORTANT]
29-
> To provide a group of users with just-in-time access to roles with permissions in SharePoint, Exchange, or Security & Compliance Center, be sure to make permanent assignments of users to the group, and then assign the group to a role as eligible for activation. If instead you assign a role permanently to a group and and assign users to be eligible to group membership, it might take significant time to have all permissions of the role activated and ready to use.
28+
> To provide a group of users with just-in-time access to Azure AD directory roles with permissions in SharePoint, Exchange, or Security & Compliance Center (for example, Exchange Administrator role), be sure to make active assignments of users to the group, and then assign the group to a role as eligible for activation. If instead you make active assignment of a role to a group and assign users to be eligible to group membership, it might take significant time to have all permissions of the role activated and ready to use.
3029
3130
> [!NOTE]
3231
> For privileged access groups that are used to elevate into Azure AD roles, we recommend that you require an approval process for eligible member assignments. Assignments that can be activated without approval might create a security risk from administrators who have a lower level of permissions. For example, the Helpdesk Administrator has permissions to reset an eligible user's password.

articles/cdn/cdn-overview.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,9 @@ For a list of current CDN node locations, see [Azure CDN POP locations](cdn-pop-
4646
6. If the TTL for the file hasn't expired, the POP edge server returns the file directly from the cache. This process results in a faster, more responsive user experience.
4747

4848
## Requirements
49-
To use Azure CDN, you must own at least one Azure subscription. You also need to create at least one CDN profile, which is a collection of CDN endpoints. Every CDN endpoint represents a specific configuration of content deliver behavior and access. To organize your CDN endpoints by internet domain, web application, or some other criteria, you can use multiple profiles. Because [Azure CDN pricing](https://azure.microsoft.com/pricing/details/cdn/) is applied at the CDN profile level, you must create multiple CDN profiles if you want to use a mix of pricing tiers. For information about the Azure CDN billing structure, see [Understanding Azure CDN billing](cdn-billing.md).
49+
* To use Azure CDN, you must own at least one Azure subscription.
50+
* You also need to create a CDN profile, which is a collection of CDN endpoints. Every CDN endpoint is a specific configuration which users can customize with required content delivery behavior and access. To organize your CDN endpoints by internet domain, web application, or some other criteria, you can use multiple profiles.
51+
* Since [Azure CDN pricing](https://azure.microsoft.com/pricing/details/cdn/) is applied at the CDN profile level, you must create multiple CDN profiles if you want to use a mix of pricing tiers. For information about the Azure CDN billing structure, see [Understanding Azure CDN billing](cdn-billing.md).
5052

5153
### Limitations
5254
Each Azure subscription has default limits for the following resources:

articles/defender-for-cloud/defender-for-resource-manager-introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Microsoft Defender for Resource Manager automatically monitors the resource mana
3737

3838
Microsoft Defender for Resource Manager protects against issues including:
3939

40-
- **Suspicious resource management operations**, such as operations from malicious IP addresses, disabling antimalware and suspicious scripts running in VM extensions
40+
- **Suspicious resource management operations**, such as operations from malicious IP addresses, disabling antimalware, and suspicious scripts running in VM extensions
4141
- **Use of exploitation toolkits** like Microburst or PowerZure
4242
- **Lateral movement** from the Azure management layer to the Azure resources data plane
4343

articles/defender-for-cloud/defender-for-sql-introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.custom: references_regions
88

99
# Overview of Microsoft Defender for Azure SQL
1010

11-
Microsoft Defender for Azure SQL includes two Microsoft Defender plans that extend Microsoft Defender for Cloud's [data security package](/azure/azure-sql/database/azure-defender-for-sql) to protect your SQL estate regardless of where it is located (Azure, multicloud or hybrid environments). Microsoft Defender for Azure SQL includes functions that can be used to discover and mitigate potential database vulnerabilities. Defender for Azure SQL can also detect anomalous activities that may be an indication of a threat to your databases.
11+
Microsoft Defender for Azure SQL includes two Microsoft Defender plans that extend Microsoft Defender for Cloud's [data security package](/azure/azure-sql/database/azure-defender-for-sql) to protect your SQL estate regardless of where it is located (Azure, multicloud, or hybrid environments). Microsoft Defender for Azure SQL includes functions that can be used to discover and mitigate potential database vulnerabilities. Defender for Azure SQL can also detect anomalous activities that may be an indication of a threat to your databases.
1212

1313
## Availability
1414

articles/defender-for-iot/organizations/TOC.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -265,9 +265,14 @@
265265
href: references-work-with-defender-for-iot-apis.md
266266
- name: Defender for IoT CLI commands
267267
href: references-work-with-defender-for-iot-cli-commands.md
268-
- name: Frequently asked questions - service
269-
displayName: FAQ, regulation, internet, connection, hardware, appliances, ports, logs
270-
href: resources-frequently-asked-questions.md
268+
- name: Frequently asked questions
269+
items:
270+
- name: General FAQ
271+
href: faqs-general.md
272+
- name: OT networks FAQ
273+
href: faqs-ot.md
274+
- name: Enterprise IoT networks FAQ
275+
href: faqs-eiot.md
271276
- name: Defender for IoT glossary
272277
href: references-defender-for-iot-glossary.md
273278
- name: Resources

articles/defender-for-iot/organizations/appliance-catalog/dell-edge-5200.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ This article describes the Dell Edge 5200 appliance for OT sensors.
1111

1212
| Appliance characteristic |Details |
1313
|---------|---------|
14-
|**Hardware profile** | L500|
15-
|**Performance** | Max bandwidth: 60 Mbp/s<br>Max devices: 1,000 |
14+
|**Hardware profile** | E500|
15+
|**Performance** | Max bandwidth: 1 Gbp/s<br>Max devices: 10,000 |
1616
|**Physical specifications** | Mounting: Wall Mount<br>Ports: 3x RJ45 |
1717
|**Status** | Supported, Not available preconfigured|
1818

articles/defender-for-iot/organizations/appliance-catalog/hpe-proliant-dl20-plus-enterprise.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The HPE ProLiant DL20 Plus is also available for the on-premises management cons
1414

1515
| Appliance characteristic |Details |
1616
|---------|---------|
17-
|**Hardware profile** | E1800, E1000, E500 |
17+
|**Hardware profile** | E1800 |
1818
|**Performance** | Max bandwidth: 1 Gbp/s <br>Max devices: 10,000 |
1919
|**Physical specifications** | Mounting: 1U <br> Ports: 8x RJ45 or 6x SFP (OPT)|
2020
|**Status** | Supported, Available preconfigured |

articles/defender-for-iot/organizations/extra-deploy-enterprise-iot.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,5 +101,3 @@ sudo apt purge -y microsoft-eiot-sensor
101101
## Next steps
102102
103103
For more information, see [Tutorial: Get started with Enterprise IoT monitoring](tutorial-getting-started-eiot-sensor.md) and [Manage sensors with Defender for IoT in the Azure portal](how-to-manage-sensors-on-the-cloud.md).
104-
105-
<!--for example?-->
Lines changed: 106 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,106 @@
1+
---
2+
title: FAQs for Enterprise IoT networks - Microsoft Defender for IoT
3+
description: Find answers to the most frequently asked questions about Microsoft Defender for IoT Enterprise IoT networks.
4+
ms.topic: conceptual
5+
ms.date: 07/07/2022
6+
---
7+
8+
# Enterprise IoT networks frequently asked questions
9+
10+
This article provides a list of frequently asked questions and answers about Enterprise IoT networks in Defender for IoT.
11+
12+
## What is the difference between OT and Enterprise IoT?
13+
14+
### OT
15+
16+
OT network sensors use agentless, patented technology to discover, learn, and continuously monitor network devices for a deep visibility into Operational Technology (OT) / Industrial Control System (ICS) risks. Sensors carry out data collection, analysis, and alerting on-site, making them ideal for locations with low bandwidth or high latency.
17+
18+
### Enterprise IoT
19+
20+
Enterprise IoT provides visibility and security for IoT devices in the corporate environment.
21+
22+
Enterprise IoT network protection extends agentless features beyond operational environments, providing coverage for all IoT devices in your environment. For example, an enterprise IoT environment may include printers, cameras, and purpose-built, proprietary, devices.
23+
24+
## What additional security value can Enterprise IoT provide Microsoft Defender for Endpoint customers?
25+
26+
Enterprise IoT is designed to help customers secure unmanaged devices throughout the organization and extend IT security to also cover IoT devices. The solution leverages multiple means in order to ensure optimal coverage.
27+
28+
- **In the Microsoft Defender for Endpoint portal**: This is the GA offering for Enterprise IoT. Microsoft 365 P2 customers already have visibility for discovered IoT devices in the **Device inventory** page in Defender for Endpoint. Customers can onboard an Enterprise IoT plan in the same portal and gain security value by viewing alerts, recommendations and vulnerabilities for their discovered IoT devices.
29+
30+
- **In the Azure portal**: Defender for IoT customers can view their discovered IoT devices in the **Device inventory** page in Defender for IoT in the Azure portal. To view Enterprise IoT devices in the Azure portal, you'll need to set up a network sensor (currently in Public Preview). or more information, see [Tutorial: Get started with Enterprise IoT monitoring](tutorial-getting-started-eiot-sensor.md).
31+
32+
## How can I start using Enterprise IoT?
33+
34+
To get started, Microsoft 365 P2 customers need to [add a Defender for IoT plan with Enterprise IoT](/microsoft-365/security/defender-endpoint/enable-microsoft-defender-for-iot-integration#onboard-a-defender-for-iot-plan) to an Azure subscription from the Microsoft Defender for Endpoint portal.
35+
36+
**Public Preview**: Defender for Endpoint customers can also install a network sensor to gain more visibility into additional IoT segments of the corporate network that weren't previously covered by Defender for Endpoint. Deploying a network sensor is not a prerequisite for onboarding Enterprise IoT.
37+
For more information, see [Tutorial: Get started with Enterprise IoT monitoring](tutorial-getting-started-eiot-sensor.md)
38+
39+
If you’re a Defender for Endpoint customer, when adding your Defender for IoT plan, take care to exclude any devices already managed by Defender for Endpoint from your count of committed devices.
40+
41+
## How can I use the Enterprise IoT network sensor?
42+
43+
The Enterprise IoT network sensor is currently in Public Preview and can be used by all customers without additional charge. Onboard a Defender for IoT plan with Enterprise IoT, and then set up your Enterprise IoT network sensor.
44+
45+
For more information, see [Tutorial: Get started with Enterprise IoT](tutorial-getting-started-eiot-sensor.md).
46+
47+
## What permissions do I need to add a Defender for IoT plan? Can I use any Azure subscription?
48+
49+
For information on required permissions, see [Prerequisites](/microsoft-365/security/defender-endpoint/enable-microsoft-defender-for-iot-integration).
50+
51+
## Which devices are billable?
52+
53+
For more information about billable devices, see [Defender for IoT committed devices](how-to-manage-subscriptions.md#defender-for-iot-committed-devices).
54+
55+
## How should I estimate the number of committed devices?
56+
57+
In the **Device inventory** in Defender for Endpoint:
58+
59+
Add the total number of discovered network devices with the total number of discovered IoT devices. Round that up to a multiple of 100, and that is the number of committed devices to use.
60+
61+
For more information, see [Defender for IoT committed devices](how-to-manage-subscriptions.md#defender-for-iot-committed-devices).
62+
63+
## How does the integration between Microsoft Defender for Endpoint and Microsoft Defender for IoT work?
64+
65+
Once you've [added a Defender for IoT plan with Enterprise IoT to an Azure subscription in Defender for Endpoint](/microsoft-365/security/defender-endpoint/enable-microsoft-defender-for-iot-integration#onboard-a-defender-for-iot-plan), integration between the two products takes place seamlessly.
66+
67+
Discovered IoT devices can be viewed in both Defender for IoT and Defender for Endpoint. For more information, see [Defender for IoT integration](/microsoft-365/security/defender-endpoint/enable-microsoft-defender-for-iot-integration).
68+
69+
## Can I change the subscription I’m using for Defender for IoT?
70+
71+
To change the subscription you're using for your Defender for IoT plan, you'll need to cancel your plan on the existing subscription, and then onboard a new plan to a new subscription. Your existing data won't be migrated to the new subscription. For more information, see [Move existing sensors to a different subscription](how-to-manage-subscriptions.md#move-existing-sensors-to-a-different-subscription).
72+
73+
## How can I edit my plan in Defender for Endpoint?
74+
75+
To make any changes to an existing plan, you'll need to cancel your existing plan and onboard a new plan with the new details. Changes might include moving billing charges from one subscription to another, changing the number of committed devices, or changing the plan commitment from a trial to a monthly commitment.
76+
77+
## How can I cancel Enterprise IoT?
78+
79+
To remove only Enterprise IoT from your plan, cancel your plan from Microsoft Defender for Endpoint. For more information, see [Cancel your Defender for IoT plan](/microsoft-365/security/defender-endpoint/enable-microsoft-defender-for-iot-integration#cancel-your-defender-for-iot-plan).
80+
81+
To cancel the plan and remove all Defender for IoT services from the associated subscription, cancel the plan in Defender for IoT in the Azure portal. For more information, see [Cancel a Defender for IoT plan from a subscription](how-to-manage-subscriptions.md#cancel-a-defender-for-iot-plan-from-a-subscription).
82+
83+
## What happens when the 30-day trial ends?
84+
85+
If you haven't changed your plan from a trial to a monthly commitment by the time your trial ends, your plan is automatically canceled, and you’ll lose access to Defender for IoT security features.
86+
87+
To change your plan from a trial to a monthly commitment before the end of the trial, you'll need to cancel your trial plan and onboard a new plan in Defender for Endpoint. For more information, see [Defender for IoT integration](/microsoft-365/security/defender-endpoint/enable-microsoft-defender-for-iot-integration).
88+
89+
## How is the Defender for IoT pricing affected now that support for Enterprise IoT networks is in General Availability?
90+
91+
For more information, see the [Microsoft Defender for IoT pricing](https://azure.microsoft.com/pricing/details/iot-defender/) page.
92+
93+
> [!NOTE]
94+
> The Enterprise IoT network sensor is currently in Public Preview.
95+
96+
## How can I resolve billing issues associated with my Defender for IoT plan?
97+
98+
For any billing or technical issues, create a support request in the Azure portal.
99+
100+
## Next steps
101+
102+
For more information on getting started with Enterprise IoT, see:
103+
104+
- [Tutorial: Get started with Enterprise IoT monitoring](tutorial-getting-started-eiot-sensor.md)
105+
- [Manage Defender for IoT plans](how-to-manage-subscriptions.md)
106+
- [Defender for IoT integration](/microsoft-365/security/defender-endpoint/enable-microsoft-defender-for-iot-integration)

0 commit comments

Comments
 (0)