Skip to content

Commit 269e7b2

Browse files
committed
Update manage IoT Central
1 parent 7c6114e commit 269e7b2

File tree

8 files changed

+54
-60
lines changed

8 files changed

+54
-60
lines changed

articles/iot-central/core/howto-manage-iot-central-from-cli.md

Lines changed: 6 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
title: Manage IoT Central from Azure CLI | Microsoft Docs
3-
description: This article describes how to create and manage your IoT Central application using CLI. You can view, modify and remove the application using CLI.
3+
description: This article describes how to create and manage your IoT Central application using CLI. You can view, modify, and remove the application using CLI.
44
services: iot-central
55
ms.service: iot-central
66
author: dominicbetts
77
ms.author: dobett
8-
ms.date: 08/23/2019
8+
ms.date: 02/11/2020
99
ms.topic: conceptual
1010
manager: philmea
1111
---
@@ -39,7 +39,7 @@ az group create --location "East US" \
3939
az iotcentral app create \
4040
--resource-group "MyIoTCentralResourceGroup" \
4141
--name "myiotcentralapp" --subdomain "mysubdomain" \
42-
--sku ST1 --template "iotc-demo@1.0.0" \
42+
--sku ST1 --template "iotc-pnp-preview@1.0.0" \
4343
--display-name "My Custom Display Name"
4444
```
4545

@@ -48,30 +48,14 @@ These commands first create a resource group in the east US region for the appli
4848
| Parameter | Description |
4949
| ----------------- | ----------- |
5050
| resource-group | The resource group that contains the application. This resource group must already exist in your subscription. |
51-
| location | By default, this command uses the location from the resource group. Currently, you can create an IoT Central application in the **East US**, **West US**, **North Europe**, or **West Europe** regions, or in the **Australia** or **Asia Pacific** geographies. |
51+
| location | By default, this command uses the location from the resource group. Currently, you can create an IoT Central application in the **Australia**, **Asia Pacific**, **Europe**, or **United States** geographies. |
5252
| name | The name of the application in the Azure portal. |
5353
| subdomain | The subdomain in the URL of the application. In the example, the application URL is https://mysubdomain.azureiotcentral.com. |
5454
| sku | Currently, you can use either **ST1** or **ST2**. See [Azure IoT Central pricing](https://azure.microsoft.com/pricing/details/iot-central/). |
55-
| template | The application template to use. For more information, see the following table: |
55+
| template | The application template to use. For more information, see the following table. |
5656
| display-name | The name of the application as displayed in the UI. |
5757

58-
**Application templates**
59-
60-
| Template name | Description |
61-
| ------------------------ | ----------- |
62-
| [email protected] | Creates an empty application for you to populate with your own device templates and devices.
63-
| [email protected] | Creates an empty Plug and Play (preview) application for you to populate with your own device templates and devices. |
64-
| [email protected] | Creates an application with a in-store analytics – condition monitoring template. Use this template to connect and monitor store environment. |
65-
| [email protected] | Creates an application with water consumption monitoring template. Use this template to monitor and control water flow. |
66-
| [email protected] | Creates an application with a Digital distribution template. Use this template to improve warehouse output efficiency by digitalizing key assets and actions. |
67-
| [email protected] | Creates an application with a smart inventory management template. Use this template to automate receiving, product movement, cycle counting, and tracking of sensors. |
68-
| [email protected] | Creates an application with a Connected logistics template. Use this template to track your shipment in real-time across air, water and land with location and condition monitoring. |
69-
| [email protected] | Creates an application with smart meter monitoring template. Use this template to monitor energy consumption, network status, and identify trends to improve customer support and smart meter management. |
70-
| [email protected] | Creates an application with continuous patient monitoring template. Use this template to extend patient care, re-admissions, and manage diseases. |
71-
| [email protected] | Creates an application with solar panel monitoring template. Use this template to monitor solar panel status, energy generation trends. |
72-
| [email protected] | Creates an application with water quality monitoring template. Use this template to digitally monitor water quality.|
73-
| [email protected] | Creates an application with a in-store analytics – checkout template. Use this template to monitor and manage the checkout flow inside your store. |
74-
| [email protected] | Creates an application with a Connected waste management template. Use this template to monitor waste bins and dispatch field operators. |
58+
[!INCLUDE [iot-central-template-list](../../../includes/iot-central-template-list.md)]
7559

7660
## View your applications
7761

articles/iot-central/core/howto-manage-iot-central-from-portal.md

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: iot-central
55
ms.service: iot-central
66
author: dominicbetts
77
ms.author: dobett
8-
ms.date: 10/02/2019
8+
ms.date: 02/11/2020
99
ms.topic: conceptual
1010
manager: philmea
1111
---
@@ -18,25 +18,23 @@ Instead of creating and managing IoT Central applications on the [Azure IoT Cent
1818

1919
## Create IoT Central applications
2020

21-
To create an application, navigate to the [Azure portal](https://ms.portal.azure.com) and select **Create a resource** in the main pane on the left.
21+
To create an application, navigate to the [Azure portal](https://ms.portal.azure.com) and select **Create a resource**.
2222

23-
![Management portal: nav menu](media/howto-manage-iot-central-from-portal/image0.png)
24-
25-
In search bar, type **IoT Central**.
23+
In **Search the Marketplace** bar, type *IoT Central*:
2624

2725
![Management portal: search](media/howto-manage-iot-central-from-portal/image0a1.png)
2826

29-
Select the **IoT Central Application** line-item in the search results.
27+
Select the **IoT Central Application** tile in the search results:
3028

3129
![Management Portal: search results](media/howto-manage-iot-central-from-portal/image0b1.png)
3230

33-
Now, select **Create**.
31+
Now, select **Create**:
3432

3533
![Management portal: IoT Central resource](media/howto-manage-iot-central-from-portal/image0c1.png)
3634

3735
Fill in all the fields in the form. This form is similar to the form you fill out to create applications on the [Azure IoT Central application manager](https://aka.ms/iotcentral) website. For more information, see the [Create an IoT Central application](quick-deploy-iot-central.md) quickstart.
3836

39-
![create IoT Central form](media/howto-manage-iot-central-from-portal/image6a.png)
37+
![Create IoT Central form](media/howto-manage-iot-central-from-portal/image6a.png)
4038

4139
**Location** is the [geography](https://azure.microsoft.com/global-infrastructure/geographies/) where you'd like to create your application. Typically, you should choose the location that's physically closest to your devices to get optimal performance. Azure IoT Central is currently available in the **United States**, **Australia**, **Asia Pacific**, or in **Europe**. Once you choose a location, you can't move your application to a different location later.
4240

@@ -50,19 +48,17 @@ If you already have an Azure IoT Central application you can delete it, or move
5048
> [!NOTE]
5149
> You can't see applications created on the free pricing plan in the Azure portal because they are not associated with your subscription.
5250
53-
To get started, select **All resources** in the main pane on the left. Use the search box to type in the name of your application to find it in your list of resources. Then select the IoT Central application you'd like to manage.
54-
55-
![Management portal: resource management](media/howto-manage-iot-central-from-portal/image2a.png)
51+
To get started, select **All resources** in the portal. Select **Show hidden types** and start typing the name of your application in **Filter by name** to find it. Then select the IoT Central application you'd like to manage.
5652

57-
To navigate to the application, select the IoT Central Application URL.
53+
To navigate to the application, select the **IoT Central Application URL**:
5854

5955
![Management portal: resource management](media/howto-manage-iot-central-from-portal/image3.png)
6056

61-
To move the application to a different resource group, select **change** beside the resource group. On the **Move resources** page, pick the resource group you'd like to migrate this application to.
57+
To move the application to a different resource group, select **change** beside the resource group. On the **Move resources** page, choose the resource group you'd like to move this application to:
6258

6359
![Management portal: resource management](media/howto-manage-iot-central-from-portal/image4a.png)
6460

65-
To move the application to a different subscription, select the **change** link beside the subscription. Pick the subscription to which you'd like to migrate this application in the dialog that appears.
61+
To move the application to a different subscription, select **change** beside the subscription. On the **Move resources** page, choose the subscription you'd like to move this application to:
6662

6763
![Management portal: resource management](media/howto-manage-iot-central-from-portal/image5a.png)
6864

articles/iot-central/core/howto-manage-iot-central-from-powershell.md

Lines changed: 5 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: iot-central
55
ms.service: iot-central
66
author: dominicbetts
77
ms.author: dobett
8-
ms.date: 07/11/2019
8+
ms.date: 02/11/2020
99
ms.topic: conceptual
1010
manager: philmea
1111
---
@@ -52,7 +52,7 @@ New-AzResourceGroup -ResourceGroupName "MyIoTCentralResourceGroup" `
5252
# Create an IoT Central application
5353
New-AzIotCentralApp -ResourceGroupName "MyIoTCentralResourceGroup" `
5454
-Name "myiotcentralapp" -Subdomain "mysubdomain" `
55-
-Sku "ST1" -Template "iotc-demo@1.0.0" `
55+
-Sku "ST1" -Template "iotc-pnp-preview@1.0.0" `
5656
-DisplayName "My Custom Display Name"
5757
```
5858

@@ -61,30 +61,14 @@ The script first creates a resource group in the east US region for the applicat
6161
|Parameter |Description |
6262
|------------------|------------|
6363
|ResourceGroupName |The resource group that contains the application. This resource group must already exist in your subscription. |
64-
|Location |By default, this cmdlet uses the location from the resource group. Currently, you can create an IoT Central application in the **East US**, **West US**, **North Europe**, or **West Europe** regions, or in the **Australia** or **Asia Pacific** geographies. |
64+
|Location |By default, this cmdlet uses the location from the resource group. Currently, you can create an IoT Central application in the **Australia**, **Asia Pacific**, **Europe**, or **United States** geographies. |
6565
|Name |The name of the application in the Azure portal. |
6666
|Subdomain |The subdomain in the URL of the application. In the example, the application URL is https://mysubdomain.azureiotcentral.com. |
6767
|Sku |Currently, you can use either **ST1** or **ST2**. See [Azure IoT Central pricing](https://azure.microsoft.com/pricing/details/iot-central/). |
68-
|Template | The application template to use. For more information, see the following table: |
68+
|Template | The application template to use. For more information, see the following table. |
6969
|DisplayName |The name of the application as displayed in the UI. |
7070

71-
**Application templates**
72-
73-
| Template name | Description |
74-
| ------------------------ | ----------- |
75-
| [email protected] | Creates an empty application for you to populate with your own device templates and devices.
76-
| [email protected] | Creates an empty Plug and Play (preview) application for you to populate with your own device templates and devices. |
77-
| [email protected] | Creates an application with a in-store analytics – condition monitoring template. Use this template to connect and monitor store environment. |
78-
| [email protected] | Creates an application with water consumption monitoring template. Use this template to monitor and control water flow. |
79-
| [email protected] | Creates an application with a Digital distribution template. Use this template to improve warehouse output efficiency by digitalizing key assets and actions. |
80-
| [email protected] | Creates an application with a smart inventory management template. Use this template to automate receiving, product movement, cycle counting, and tracking of sensors. |
81-
| [email protected] | Creates an application with a Connected logistics template. Use this template to track your shipment in real-time across air, water and land with location and condition monitoring. |
82-
| [email protected] | Creates an application with smart meter monitoring template. Use this template to monitor energy consumption, network status, and identify trends to improve customer support and smart meter management. |
83-
| [email protected] | Creates an application with continuous patient monitoring template. Use this template to extend patient care, re-admissions, and manage diseases. |
84-
| [email protected] | Creates an application with solar panel monitoring template. Use this template to monitor solar panel status, energy generation trends. |
85-
| [email protected] | Creates an application with water quality monitoring template. Use this template to digitally monitor water quality.|
86-
| [email protected] | Creates an application with a in-store analytics – checkout template. Use this template to monitor and manage the checkout flow inside your store. |
87-
| [email protected] | Creates an application with a Connected waste management template. Use this template to monitor waste bins and dispatch field operators. |
71+
[!INCLUDE [iot-central-template-list](../../../includes/iot-central-template-list.md)]
8872

8973
## View your IoT Central applications
9074

Binary file not shown.
-11 KB
Loading

includes/iot-central-selector-manage.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
title: include file
33
description: include file
4-
services: iot-accelerators
4+
services: iot-central
55
author: dominicbetts
6-
ms.service: iot-accelerators
6+
ms.service: iot-central
77
ms.topic: include
8-
ms.date: 02/07/2019
8+
ms.date: 02/11/2020
99
ms.author: dobett
1010
ms.custom: include file
1111
---

includes/iot-central-template-list.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
title: include file
3+
description: include file
4+
services: iot-central
5+
author: dominicbetts
6+
ms.service: iot-central
7+
ms.topic: include
8+
ms.date: 02/11/2020
9+
ms.author: dobett
10+
ms.custom: include file
11+
---
12+
13+
**Application templates**
14+
15+
| Template | Name | Description |
16+
| ------------------------ | ----------- | ----------- |
17+
| [email protected] | Custom application | Creates an empty application for you to populate with your own device templates and devices. |
18+
| [email protected] | Custom application (legacy) | Creates an empty legacy application for you to populate with your own device templates and devices.
19+
| [email protected] | In-store Analytics – Condition Monitoring | Creates an application to connect and monitor a store environment. |
20+
| [email protected] | Water Consumption Monitoring | Creates an application to monitor and control water flow. |
21+
| [email protected] | Digital Distribution Center | Creates an application to improve warehouse output efficiency by digitizing key assets and actions. |
22+
| [email protected] | Smart Inventory Management | Creates an application to automate receiving, product movement, cycle counting, and tracking. |
23+
| [email protected] | Connected Logistics | Creates an application to track your shipments in real time across air, water, and land with location and condition monitoring. |
24+
| [email protected] | Smart Meter Analytics | Creates an application to monitor energy consumption, network status, and identify trends to improve customer support and smart meter management. |
25+
| [email protected] | Micro-fulfillment Center | Creates an application to digitally connect and manage a fully automated fulfillment center. |
26+
| [email protected] | Continuous Patient Monitoring | Creates an application to extend patient care, reduce readmissions, and manage diseases. |
27+
| [email protected] | Solar Power Monitoring | Creates an application to monitor solar panel status and energy generation trends. |
28+
| [email protected] | Water Quality Monitoring | Creates an application to digitally monitor water quality. |
29+
| [email protected] | In-store Analytics – Checkout | Creates an application to monitor and manage the checkout flow inside your store. |
30+
| [email protected] | Connected Waste Management | Creates an application to monitor waste bins and dispatch field operators. |

0 commit comments

Comments
 (0)