Skip to content

Commit 9daff5f

Browse files
authored
Merge pull request #290640 from tarTech23/purchex
Updates to new trial licenses experience
2 parents 7b7304c + a87d270 commit 9daff5f

File tree

9 files changed

+155
-9
lines changed

9 files changed

+155
-9
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@
2828
href: architecture.md
2929
- name: Subscription billing
3030
href: billing.md
31+
- name: Licenses and the trial license
32+
href: license-and-trial-license-extention.md
3133
- name: Roles and permissions
3234
items:
3335
- name: Overview

articles/defender-for-iot/organizations/billing.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ To evaluate Defender for IoT, start a free trial as follows:
2323

2424
- **For Enterprise IoT networks**, use a trial, standalone license as an add-on to Microsoft Defender for Endpoint. Trial licenses support 100 devices. For more information, see [Securing IoT devices in the enterprise](concept-enterprise.md) and [Enable Enterprise IoT security with Defender for Endpoint](eiot-defender-for-endpoint.md).
2525

26+
For general information, see [licenses and the trial license](license-and-trial-license-extention.md).
27+
2628
## Defender for IoT devices
2729

2830
We recommend that you have a sense of how many devices you want to monitor so that you know how many OT sites you need to license, or if you need any standalone licenses for enterprise IoT security.

articles/defender-for-iot/organizations/getting-started.md

Lines changed: 36 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Get started with OT monitoring - Microsoft Defender for IoT
33
description: Use this quickstart to set up a trial OT plan with Microsoft Defender for IoT and understand the next steps required to configure your network sensors.
44
ms.topic: get-started
5-
ms.date: 03/25/2024
5+
ms.date: 11/17/2024
66
#CustomerIntent: As a prospective Defender for IoT customer with OT networks, I want to understand how I can set up a trial and evaluate Defender for IoT.
77
---
88

@@ -12,8 +12,17 @@ This article describes how to set up a trial license and create an initial OT pl
1212

1313
A trial supports a **Large** site size with up to 1,000 devices. You might want to use this trial with a [virtual sensor](tutorial-onboarding.md) or on-premises sensors to monitor traffic, analyze data, generate alerts, understand network risks and vulnerabilities, and more.
1414

15+
There are two stages to starting a trial for Defender for IoT.
16+
17+
1. Stage 1: [Add a trial license](#add-a-trial-license).
18+
1. Stage 2: [Add an OT plan](#add-an-ot-plan).
19+
20+
Once you set up the trial license and OT plan, you can onboard OT sensors and associate them with this license and plan.
21+
1522
For more information, see [Free trial](billing.md#free-trial).
1623

24+
A trial license can be extended up to 15 days before the trail expires. For more information, see [extend your trial license](license-and-trial-license-extention.md#trial-license-extension).
25+
1726
## Prerequisites
1827

1928
Before you start, you need:
@@ -72,19 +81,45 @@ This procedure describes how to add an OT plan for Defender for IoT in the Azure
7281

7382
1. Open [Defender for IoT](https://portal.azure.com/#view/Microsoft_Azure_IoT_Defender/IoTDefenderDashboard/~/Getting_started) in the Azure portal, select **Plans and pricing**, where you're prompted to create a new subscription.
7483

84+
:::image type="content" source="media/getting-started/subscriptions.png" alt-text="Screenshot of the Go to subscriptions message for creating a Defender for IoT subscription after starting a trial license." lightbox="media/getting-started/subscriptions.png":::
85+
7586
1. Select **Go to subscriptions** to create a new subscription on the [Azure **Subscriptions** page](https://portal.azure.com/?quickstart=True#view/Microsoft_Azure_Billing/SubscriptionsBlade). Make sure to select the **Free Trial** option.
7687

7788
1. Back in the Defender for IoT's **Plans and pricing** page, select **Add plan**. In the **Plan settings** pane, select your new subscription.
7889

7990
The **Price plan** value is updated automatically to read **Microsoft 365**, reflecting your Microsoft 365 license.
8091

92+
:::image type="content" source="media/getting-started/plan-set-up.png" alt-text="Screenshot of the Plan settings pane for completing the set up of a license and site for Defender for IoT in the Azure portal." lightbox="media/getting-started/plan-set-up.png":::
93+
8194
1. Select **Next** and review the details for your licensed site. The details listed on the **Review and purchase** pane reflect your trial license.
8295

8396
1. Select the terms and conditions, and then select **Save**.
8497

8598
Your new plan is listed under the relevant subscription on the **Plans and pricing** > **Plans** page. For more information, see [Manage your subscriptions](how-to-manage-subscriptions.md).
8699

100+
## Government customers trial license
101+
102+
### Azure Commercial portal trial license for GCC customers
103+
104+
Government Community Cloud (GCC) customers using the Azure Commercial portal should contact the sales team to activate the Defender for IoT trial license.
105+
106+
### Azure Government portal trial license for GCC-H or DoD customers
107+
108+
Government Community Cloud High (GCC-H) and U.S. Department of Defense (DoD) customers using the Azure Government portal have the Defender for IoT trial license available as part of their plan.
109+
110+
To activate the trial:
111+
112+
1. In the Defender for IoT menu, select **Management > Plans and pricing**.
113+
1. Select **Add plan**.
114+
1. Select **Trial – 30 days**.
115+
116+
## Onboard an OT sensor
117+
118+
If you already have a network plan ready, you can onboard the OT sensor and associate it with a plan and the assign the relevant site and zone settings. For more information, see [onboard an OT sensor to the Azure portal](onboard-sensors.md).
119+
87120
## Next steps
88121

89122
> [!div class="step-by-step"]
90123
> [Defender for IoT OT deployment path »](ot-deploy/ot-deploy-path.md)
124+
> [!div class="step-by-step"]
125+
> [Defender for IoT onboard an OT sensor »](onboard-sensors.md)

articles/defender-for-iot/organizations/how-to-manage-subscriptions.md

Lines changed: 26 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ Your Microsoft Defender for IoT deployment for OT monitoring is managed through
1111

1212
If you're looking to manage support for enterprise IoT security, see [Manage enterprise IoT monitoring support with Microsoft Defender for IoT](manage-subscriptions-enterprise.md).
1313

14-
This article is relevant for commercial Defender for IoT customers. If you're a government customer, contact your Microsoft sales representative for more information.
14+
This article is relevant for commercial Defender for IoT customers.
15+
16+
If you're a government customer, see [government customers trial license](getting-started.md#government-customers-trial-license) or contact your Microsoft sales representative for more information.
1517

1618
## Prerequisites
1719

@@ -91,10 +93,30 @@ You might need to cancel a Defender for IoT plan from your Azure subscription, f
9193

9294
### Cancel your Defender for IoT licenses
9395

94-
Canceling an OT plan in the Azure portal *doesn't* also cancel your Defender for IoT license. To change your billed licenses, make sure that you also cancel your Defender for IoT license from the Microsoft 365 admin center.
95-
96+
Canceling an OT plan in the Azure portal *doesn't* also cancel your Defender for IoT license. To change your billed licenses, make sure that you also cancel your Defender for IoT license from the Microsoft 365 admin center.
97+
9698
For more information, see the [Microsoft 365 admin center documentation](/microsoft-365/commerce/subscriptions/manage-self-service-purchases-admins#cancel-a-purchase-or-trial-subscription).
9799

100+
## The trial license
101+
102+
A trial license covers a site with up to 1,000 devices for a minimum of 30 days. To start a trial license, see [start a Microsoft Defender for IoT trial](getting-started.md).
103+
104+
### Extend a trial license in the Admin Center
105+
106+
If you need more time to evaluate the product and security value of Defender for IoT the trial license can be extended up until 15 days before the end of the trial. Within the last 15 days the trial can’t be extended.
107+
108+
To extend the trial, either:
109+
110+
1. Use the [Microsoft 365 Admin Center](https://admin.microsoft.com/Adminportal/Home?#/homepage) portal and follow the [extend your trial instructions](/microsoft-365/commerce/try-or-buy-microsoft-365#extend-your-trial).
111+
112+
The trial extension request must be made by a user with Global or Billing Admin permissions on the customer tenant. For more information, see admin roles in [Microsoft 365 Admin Center](https://admin.microsoft.com/Adminportal/Home?#/homepage).
113+
114+
1. Contact your sale's team representative who can help you extend your license.
115+
116+
>[!NOTE]
117+
>
118+
>A trial license can be extended by the customer up until 15 days before the end of the trial using the [Microsoft 365 Admin Center](https://admin.microsoft.com/Adminportal/Home?#/homepage).
119+
>
98120
99121
## Migrate from a legacy OT plan
100122

@@ -129,7 +151,6 @@ After migrating your plan to a site-based Microsoft 365 plan, edits are supporte
129151

130152
:::image type="content" source="media/release-notes/edit-site-size.png" alt-text="Screenshot of editing a site size on the Azure portal.":::
131153

132-
133154
## Legacy procedures for plan management in the Azure portal
134155

135156
Starting June 1, 2023, Microsoft Defender for IoT licenses for OT monitoring are available for purchase only in the [Microsoft 365 admin center](https://admin.microsoft.com/Adminportal/Home), and OT sensors are onboarded to Defender for IoT based on your licensed site sizes. For more information, see [OT plans billed by site-based licenses](whats-new.md#ot-plans-billed-by-site-based-licenses).
@@ -185,6 +206,7 @@ If you have multiple legacy subscriptions and are migrating to a Microsoft 365 p
185206
1. If you have an on-premises management console, make sure to upload a new activation file, which reflects the changes made. For more information, see [Upload a new activation file](legacy-central-management/how-to-manage-the-on-premises-management-console.md#upload-a-new-activation-file).
186207

187208
Changes to your plan will take effect one hour after confirming the change. This change appears on your next monthly statement, and you're charged based on the length of time each plan was in effect.
209+
188210
## Next steps
189211

190212
For more information, see:
Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,73 @@
1+
---
2+
title: Microsoft Defender for IoT license overview information and trial license extension - Microsoft Defender for IoT
3+
description: Learn about the Defender for IoT license and trial license options and details.
4+
ms.topic: concept-article
5+
ms.date: 11/17/2024
6+
ms.custom: enterprise-iot
7+
---
8+
9+
# Defender for IoT licenses overview
10+
11+
This article provides an overview about the Microsoft Defender for IoT license and trial license. It also explains how to extend the trial period, if needed, and continue the Proof of Concept (POC) to further explore the value of Defender for IoT.
12+
13+
## The Defender for IoT license
14+
15+
The Defender for IoT license is site-based according to the number of devices that your network has and needs to monitor. This ranges from a site that is an extra-small license for 100 devices to an extra large site license for over 5,000 devices.
16+
17+
Each physical site needs to have one license associated with it, so you need to purchase the license that covers the number of devices at the site. For example, for a site with 2000 devices a customer needs to purchase one Extra Large (XL) license (covering up to 5000 devices). You cannot purchase two Large licenses (covering up to 1000 devices each). If you need a license for a site with more than 5000 devices, ask your seller to help you access the 2XL or 3XL licenses in the Azure portal.
18+
19+
Each Microsoft 365 license lasts for one year. A customer could also utilize the large-scale, long-term licensing option to fit your individual business needs, for more information contact the sales team.
20+
21+
Once the license is set up and running, full security value is provided to all your devices even if they exceed the limit of the license. When renewing the license ensure that it’s updated to the new size for your network.
22+
23+
>[!NOTE]
24+
>The OT site license isn't included in the ME5 or E5 security packages.
25+
>
26+
27+
### Preconfigured hardware
28+
29+
Microsoft is partnered with Arrow Electronics to provide preconfigured hardware component appliances for deploying the sensors. To purchase a preconfigured appliance, contact Arrow at: [email protected].
30+
31+
For more information, see [OT preconfigured appliances help guide](ot-pre-configured-appliances.md) or the [OT monitoring appliance catalog](appliance-catalog/index.yml).
32+
33+
### License cancellation or renewal
34+
35+
Customers can cancel a paid license within seven days of the start of the license and receive a prorated refund. After seven days, turn off the [recurring billing](/microsoft-365/commerce/subscriptions/renew-your-subscription) setting to prevent automatic renewal.​
36+
37+
The license can be canceled in **Plans and pricing**. To learn more, see [cancel a Defender for IoT plan for OT networks](how-to-manage-subscriptions.md#cancel-a-defender-for-iot-plan-for-ot-networks).​
38+
39+
A license can also be deactivated, for more information, see [cancel your subscription in the Microsoft 365 admin center](/microsoft-365/commerce/subscriptions/cancel-your-subscription).​
40+
41+
Tenants without an active site license have a 30-day grace period from the last expired license to renew the expired licenses. Afterward the 30 days the Defender for IoT service stops, and data retention stops after 90 days.​
42+
43+
### Migration of an Azure Consumption Revenue (ACR) license to the new Microsoft 365 license
44+
45+
The legacy ACR license can be migrated to the new Microsoft 365 license. For more information, see [migrate from a legacy OT plan](how-to-manage-subscriptions.md#migrate-from-a-legacy-ot-plan).
46+
47+
## Trial license extension
48+
49+
A trial license covers a site with up to 1,000 devices for a minimum of 30 days. To start a trial license, see [start a Microsoft Defender for IoT trial](getting-started.md).
50+
51+
During the period of the trial license Defender for IoT gives full security value to all of the devices connected to the site, even if there are more than 1000 devices.
52+
53+
To extend your trial license, see [extend a trial license in the Admin center](how-to-manage-subscriptions.md#extend-a-trial-license-in-the-admin-center).
54+
55+
To purchase a full Defender for IoT license at the end of the trial period, see [purchase a Defender for IoT license](how-to-manage-subscriptions.md#purchase-a-defender-for-iot-license).
56+
57+
>[!NOTE]
58+
>
59+
>A trial license can be extended by the customer up until 15 days before the end of the trial using the [Microsoft 365 Admin Center](https://admin.microsoft.com/Adminportal/Home?#/homepage).
60+
>
61+
62+
### Government license customers
63+
64+
For Government Community Cloud (GCC), Government Community Cloud High (GCC-H) and U.S. Department of Defense (DoD) customers who want to activate the trial, see [government customers trial license extension](getting-started.md#government-customers-trial-license).
65+
66+
## Next steps
67+
68+
For more information, see:
69+
70+
- [Manage Defender for IoT plans for OT monitoring](how-to-manage-subscriptions.md)
71+
- [Manage Defender for IoT plans for Enterprise IoT monitoring](manage-subscriptions-enterprise.md)
72+
- [Operational Technology (OT) networks frequently asked questions](faqs-ot.md)
73+
- [Microsoft Defender for IoT Plans and Pricing](https://www.microsoft.com/security/business/endpoint-security/microsoft-defender-iot-pricing)
188 KB
Loading
17.4 KB
Loading
183 KB
Loading

articles/defender-for-iot/organizations/onboard-sensors.md

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Onboard sensors to Defender for IoT in the Azure portal
33
description: Learn how to onboard sensors to Defender for IoT in the Azure portal.
4-
ms.date: 05/28/2023
4+
ms.date: 11/17/2024
55
ms.topic: install-set-up-deploy
66
ms.collection:
77
- zerotrust-extra
@@ -54,26 +54,38 @@ This procedure describes how to onboard an OT network sensor with Defender for I
5454

5555
If you don't yet have a subscription to select, select **Onboard subscription** to [add an OT plan to your Azure subscription](getting-started.md).
5656

57-
1. (Optional) Toggle on the **Cloud connected** option to view detected data and manage your sensor from the Azure portal, and to connect your data to other Microsoft services, such as Microsoft Sentinel.
57+
1. (Optional) Toggle on the **Cloud connected** option to view detected data and manage your sensor from the Azure portal, and to connect your data to other Microsoft services, such as Microsoft Sentinel.<!-- Due to UI changes this may need to change to: In the **Sensor type** field, select from the dropdown options. -->
5858

5959
For more information, see [Cloud-connected vs. local OT sensors](architecture.md#cloud-connected-vs-local-ot-sensors).
6060

6161
1. (Optional) Toggle on the **Automatic Threat Intelligence updates** to have Defender for IoT automatically push [threat intelligence packages](how-to-work-with-threat-intelligence-packages.md) to your OT sensor.
6262

6363
1. In the **Site** section, enter the following details:
64-
64+
6565
|Field name |Description |
6666
|---------|---------|
6767
|**Resource name** | Select the site you want to attach your sensors to, or select **Create site** to create a new site. <br><br>**If you're creating a new site**: <br>1. In the **New site** field, enter your site's name and select the checkmark button. <br>2. From the **Site size** menu, select your site's size. The sizes listed in this menu are the sizes that you're licensed for, based on the licenses [you'd purchased](how-to-manage-subscriptions.md) in the Microsoft 365 admin center. <br><br>If you're working with a legacy OT plan, the **Site size** field isn't included. |
6868
|**Display name** | Enter a meaningful name for your site to be shown across Defender for IoT. |
6969
|**Tags** | Enter tag key and values to help you identify and locate your site and sensor in the Azure portal. |
7070
|**Zone** | Select the zone you want to use for your OT sensor, or select **Create zone** to create a new one. |
7171

72+
OR due to UI change:<!-- check this with Belle and make changes and delete unneeded sections of the table. -->
73+
74+
|Field name |Description |
75+
|---------|---------|
76+
|**Site name** | Select the site you want to attach your sensors to, or select **Create site** to create a new site. <br><br>**If you're creating a new site**: <br>1. In the **New site** field, enter your site's name and select the checkmark button. <br>2. From the **Site size** menu, select your site's size. The sizes listed in this menu are the sizes that you're licensed for, based on the licenses [you'd purchased](how-to-manage-subscriptions.md) in the Microsoft 365 admin center. <br><br>If you're working with a legacy OT plan, the **Site size** field isn't included. |
77+
|**Site size** | Choose the size of the site from the options in the dropdown list. |
78+
|**Display name** | Enter a meaningful name for your site to be shown across Defender for IoT. |
79+
80+
For example:
81+
82+
:::image type="content" source="media/onboard-sensors/onboard-ot-sensor.png" alt-text="Screenshot of the process for onboarding an OT sensor, assigning the site and zone setting." lightbox="media/onboard-sensors/onboard-ot-sensor.png":::
83+
7284
1. When you're done with all other fields, select **Register**. A success message appears and your activation file is automatically downloaded.
7385

7486
1. Select **Finish**. Your sensor is now shown under the selected site on the Defender for IoT **Sites and sensors** page.
7587

76-
Until you activate your sensor, the sensor's status will show as **Pending Activation**. Make the downloaded activation file accessible to the sensor console admin so that they can [activate the sensor](ot-deploy/activate-deploy-sensor.md).
88+
Until you activate your sensor, the sensor's status shows as **Pending Activation**. Make the downloaded activation file accessible to the sensor console admin so that they can [activate the sensor](ot-deploy/activate-deploy-sensor.md).
7789

7890
[!INCLUDE [root-of-trust](includes/root-of-trust.md)]
7991

0 commit comments

Comments
 (0)