You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
title: Administer an Azure IoT Central application | Microsoft Docs
3
-
description: As an administrator, how to administer your Azure IoT Central application
2
+
title: Manage your Azure IoT Central application | Microsoft Docs
3
+
description: As an administrator, how to manage your Azure IoT Central application by changing application name, URL, upload image, copy, and delete an application
4
4
author: viv-liu
5
5
ms.author: viviali
6
6
ms.date: 04/26/2019
@@ -10,27 +10,14 @@ services: iot-central
10
10
manager: peterpr
11
11
---
12
12
13
-
# Administer your IoT Central application
13
+
# Manage your IoT Central application
14
14
15
-
After you create an IoT Central application, you can go to the **Administration** section to:
15
+
This article describes how, as an administrator, you can manage application by changing application name and URL, uploading image, also you can learn how to copy, and delete an application in your Azure IoT Central application.
16
16
17
-
- Manage application settings
18
-
- Manage users
19
-
- Manage roles
20
-
- View your bill
21
-
- Convert your Trial to Pay-As-You-Go
22
-
- Export data
23
-
- Manage device connection
24
-
- Use access tokens for developer tools
25
-
- Customize the UI of your application
26
-
- Customize help links in the application
27
-
- Manage IoT Central programmatically
17
+
To access and use the **Administration** section, you must be in the **Administrator** role for an Azure IoT Central application. If you create an Azure IoT Central application, you're automatically assigned to the **Administrator** role for that application.
28
18
29
-
To access and use the **Administration** section, you must be in the **Administrator** role for an Azure IoT Central application. If you create an Azure IoT Central application, you're automatically assigned to the **Administrator** role for that application. The [Manage Users](#manage-users) section in this article explains more about how to assign the **Administrator** role to other users.
19
+
## Change application name and URL
30
20
31
-
## Manage application settings
32
-
33
-
### Change application name and URL
34
21
In the **Application Settings** page, you can change the name and URL of your application, then select **Save**.
@@ -40,10 +27,12 @@ If your administrator creates a custom theme for your application, this page inc
40
27
> [!Note]
41
28
> If you change your URL, your old URL can be taken by another Azure IoT Central customer. If that happens, it is no longer available for you to use. When you change your URL, the old URL no longer works, and you need to notify your users about the new URL to use.
42
29
43
-
### Prepare and upload image
30
+
## Prepare and upload image
31
+
44
32
To change the application image, see [Prepare and upload images to your Azure IoT Central application](howto-prepare-images.md).
45
33
46
-
### Copy an application
34
+
## Copy an application
35
+
47
36
You can create a copy of any application, minus any device instances, device data history, and user data. The copy is a Pay-As-You-Go application that you'll be charged for. You can't create a Trial application in this way.
48
37
49
38
Select **Copy**. In the dialog box, enter the details for the new Pay-As-You-Go application. Then select **Copy** to confirm that you want to continue. Learn more about the fields in this form in [Create an application](quick-deploy-iot-central.md) quickstart.
@@ -54,111 +43,18 @@ After the app copy operation succeeds, you can navigate to the new application u
Copying an application also copies the definition of rules and email action. Some actions like Flow, Logic Apps etc. are tied to specific rules via the Rule ID. When a rule is copied to a different application, it gets its own Rule ID. In this case, users will have to create a new action and then associate the new rule with it. In general, it is a good idea to check the rules and actions to make sure they are up to date in the new app.
46
+
Copying an application also copies the definition of rules and email action. Some actions like Flow, Logic Apps etc. are tied to specific rules via the Rule ID. When a rule is copied to a different application, it gets its own Rule ID. In this case, users will have to create a new action and then associate the new rule with it. In general, it is a good idea to check the rules and actions to make sure they are up-to-date in the new app.
58
47
59
48
> [!WARNING]
60
49
> If a dashboard includes tiles that display information about specific devices, then those tiles show **The requested resource was not found** in the new application. You must reconfigure these tiles to display information about devices in your new application.
61
50
62
-
###Delete an application
51
+
## Delete an application
63
52
64
53
Use the **Delete** button to permanently delete your IoT Central application. This action permanently deletes all data that's associated with the application.
65
54
66
55
> [!Note]
67
56
> To delete an application, you must also have permissions to delete resources in the Azure subscription you chose when you created the application. To learn more, see [Use role-based access control to manage access to your Azure subscription resources](https://docs.microsoft.com/azure/active-directory/role-based-access-control-configure).
68
57
69
-
## Manage users
70
-
71
-
### Add users
72
-
73
-
Every user must have a user account before they can sign in and access an Azure IoT Central application. Microsoft Accounts (MSAs) and Azure Active Directory (Azure AD) accounts are supported in Azure IoT Central. Azure Active Directory groups aren't currently supported in Azure IoT Central.
74
-
75
-
For more information, see [Microsoft account help](https://support.microsoft.com/products/microsoft-account?category=manage-account) and [Quickstart: Add new users to Azure Active Directory](https://docs.microsoft.com/azure/active-directory/add-users-azure-active-directory).
76
-
77
-
1. To add a user to an IoT Central application, go to the **Users** page in the **Administration** section.
78
-
79
-

80
-
81
-
1. To add a user, on the **Users** page, choose **+ Add user**.
82
-
83
-
1. Choose a role for the user from the **Role** drop-down menu. Learn more about roles in the [Manage roles](#manage-roles) section of this article.
> To add users in bulk, enter the user IDs of all the users you'd like to add separated by semi-colons. Choose a role from the **Role** drop-down menu. Then select **Save**.
89
-
90
-
### Edit the roles that are assigned to users
91
-
92
-
Roles can't be changed after they are assigned. To change the role that's assigned to a user, delete the user, and then add the user again with a different role.
93
-
94
-
### Delete users
95
-
96
-
To delete users, select one or more check boxes on the **Users** page. Then select **Delete**.
97
-
98
-
## Manage roles
99
-
100
-
Roles enable you to control who within your organization can perform various tasks in IoT Central. There are three roles you can assign to users of your application.
101
-
102
-
### Administrator
103
-
104
-
Users in the **Administrator** role have access to all functionality in an application.
105
-
106
-
The user who creates an application is automatically assigned to the **Administrator** role. There must always be at least one user in the **Administrator** role.
107
-
108
-
### Application Builder
109
-
110
-
Users in the **Application Builder** role can do everything in an application except administer the application. Builders can create, edit, and delete device templates and devices, manage device sets, and run analytics and jobs. Builders won't have access to the **Administration** section of the application.
111
-
112
-
### Application Operator
113
-
114
-
Users in the **Application Operator** role can't make changes to device templates and can't administer the application. Operators can add and delete devices, manage device sets, and run analytics and jobs. Operators won't have access to the **Application Builder** and **Administration** pages.
115
-
116
-
## View your bill
117
-
118
-
To view your bill, go to the **Billing** page in the **Administration** section. The Azure billing page opens in a new tab, where you can see the bill for each of your Azure IoT Central applications.
119
-
120
-
### Convert your Trial to Pay-As-You-Go
121
-
122
-
You can convert your Trial application to a Pay-As-You-Go application. Here are the differences between these types of applications.
123
-
124
-
-**Trial** applications are free for seven days before they expire. They can be converted to Pay-As-You-Go at any time before they expire.
125
-
-**Pay-As-You-Go** applications are charged per device, with the first five devices free.
126
-
127
-
Learn more about pricing on the [Azure IoT Central pricing page](https://azure.microsoft.com/pricing/details/iot-central/).
128
-
129
-
To complete this self-service process, follow these steps:
130
-
131
-
1. Go to the **Billing** page in the **Administration** section.
1. Select the appropriate Azure Active Directory, and then the Azure subscription to use for your Pay-As-You-Go application.
140
-
141
-
1. After you select **Convert**, your application is now a Pay-As-You-Go application and you start getting billed.
142
-
143
-
## Export data
144
-
145
-
You can enable **Continuous data export** to export measurements, devices, and device templates data to your Azure Blob storage account. Learn more about how to [export your data](howto-export-data.md).
146
-
147
-
## Manage device connection
148
-
149
-
Connect devices at scale in your application using the keys and certificates here. Learn more about [connecting devices](concepts-connectivity.md).
150
-
151
-
## Use access tokens
152
-
153
-
Generate access tokens to use them in developer tools. Currently the only developer tool available is the IoT Central explorer for monitoring device messages and changes in properties and settings. Learn more about the [IoT Central explorer](howto-use-iotc-explorer.md).
154
-
155
-
## Customize your application
156
-
157
-
For more information about changing the colors and icons in your application, see [Customize the Azure IoT Central UI](./howto-customize-ui.md).
158
-
159
-
## Customize help
160
-
161
-
For more information about adding custom help links in your application, see [Customize the Azure IoT Central UI](./howto-customize-ui.md).
162
58
163
59
## Manage programatically
164
60
@@ -178,8 +74,5 @@ To learn more, see the following GitHub repositories and packages:
178
74
| Go | [https://github.com/Azure/azure-sdk-for-go](https://github.com/Azure/azure-sdk-for-go) | [https://github.com/Azure/azure-sdk-for-go](https://github.com/Azure/azure-sdk-for-go)
179
75
180
76
## Next steps
181
-
182
-
Now that you've learned how to administer your Azure IoT Central application, here is the suggested next step:
183
-
184
-
> [!div class="nextstepaction"]
185
-
> [Set up the device template](howto-set-up-template.md)
77
+
78
+
Now that you've learned about how to administer your Azure IoT Central application, the suggested next step is to learn about [Manage users and roles](howto-manage-users-roles.md) in Azure IoT Central.
Copy file name to clipboardExpand all lines: articles/iot-central/howto-customize-ui.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,9 +15,10 @@ manager: philmea
15
15
16
16
# Customize the Azure IoT Central UI
17
17
18
-
*This article applies to administrators.*
18
+
This article describes how, as an administrator, you can
19
+
customize the UI of your application by applying custom themes and modifying the help links to point to your own custom help resources.
19
20
20
-
IoT Central lets you customize the UI of your application by applying custom themes and modifying the help links to point to your own custom help resources. The following screenshot shows a page using the standard theme:
21
+
The following screenshot shows a page using the standard theme:
21
22
22
23

23
24
@@ -37,7 +38,7 @@ On this page, you can customize the following aspects of your application:
37
38
38
39
A PNG image, no larger than 1 MB, with a transparent background. This logo displays to the left on the IoT Central application title bar.
39
40
40
-
If your logo image includes the name of your application, you can hide the application name text. For more information, see [Manage application settings](./howto-administer.md#manage-application-settings).
41
+
If your logo image includes the name of your application, you can hide the application name text. For more information, see [Manage your Application](./howto-administer.md#change-application-name-and-url).
title: Manage users and roles in Azure IoT Central application | Microsoft Docs
3
+
description: As an administrator, how to manage users and roles in your Azure IoT Central application
4
+
author: v-krghan
5
+
ms.author: v-krghan
6
+
ms.date: 07/29/2019
7
+
ms.topic: conceptual
8
+
ms.service: iot-central
9
+
services: iot-central
10
+
manager: philmea
11
+
---
12
+
13
+
# Manage users and roles in your IoT Central application
14
+
15
+
This article describes how, as an administrator, you can add, edit, and delete users in your Azure IoT Central application and also how to manage roles in your Azure IoT Central application.
16
+
17
+
To access and use the **Administration** section, you must be in the **Administrator** role for an Azure IoT Central application. If you create an Azure IoT Central application, you're automatically assigned to the **Administrator** role for that application.
18
+
19
+
20
+
## Add users
21
+
22
+
Every user must have a user account before they can sign in and access an Azure IoT Central application. Microsoft Accounts (MSAs) and Azure Active Directory (Azure AD) accounts are supported in Azure IoT Central. Azure Active Directory groups aren't currently supported in Azure IoT Central.
23
+
24
+
For more information, see [Microsoft account help](https://support.microsoft.com/products/microsoft-account?category=manage-account) and [Quickstart: Add new users to Azure Active Directory](https://docs.microsoft.com/azure/active-directory/add-users-azure-active-directory).
25
+
26
+
1. To add a user to an IoT Central application, go to the **Users** page in the **Administration** section.
27
+
28
+

29
+
30
+
1. To add a user, on the **Users** page, choose **+ Add user**.
31
+
32
+
1. Choose a role for the user from the **Role** drop-down menu. Learn more about roles in the [Manage roles](#manage-roles) section of this article.
> To add users in bulk, enter the user IDs of all the users you'd like to add separated by semi-colons. Choose a role from the **Role** drop-down menu. Then select **Save**.
38
+
39
+
### Edit the roles that are assigned to users
40
+
41
+
Roles can't be changed after they are assigned. To change the role that's assigned to a user, delete the user, and then add the user again with a different role.
42
+
43
+
> [!NOTE]
44
+
> The roles assigned are specific to IoT Central application and cannot be managed from the Azure Portal.
45
+
46
+
## Delete users
47
+
48
+
To delete users, select one or more check boxes on the **Users** page. Then select **Delete**.
49
+
50
+
## Manage roles
51
+
52
+
Roles enable you to control who within your organization can perform various tasks in IoT Central. There are three roles you can assign to users of your application.
53
+
54
+
### Administrator
55
+
56
+
Users in the **Administrator** role have access to all functionality in an application.
57
+
58
+
The user who creates an application is automatically assigned to the **Administrator** role. There must always be at least one user in the **Administrator** role.
59
+
60
+
### Application Builder
61
+
62
+
Users in the **Application Builder** role can do everything in an application except administer the application. Builders can create, edit, and delete device templates and devices, manage device sets, and run analytics and jobs. Builders won't have access to the **Administration** section of the application.
63
+
64
+
### Application Operator
65
+
66
+
Users in the **Application Operator** role can't make changes to device templates and can't administer the application. Operators can add and delete devices, manage device sets, and run analytics and jobs. Operators won't have access to the **Application Builder** and **Administration** pages.
67
+
68
+
## Next steps
69
+
70
+
Now that you've learned about how to manage users and roles in your Azure IoT Central, the suggested next step is to learn about [View your bill](howto-view-bill.md) in Azure IoT Central.
title: View your bill and convert trial to pay as you go in Azure IoT Central application | Microsoft Docs
3
+
description: As an administrator, learn how to view your bill and covert from trial to pay as you go in your Azure IoT Central application
4
+
author: v-krghan
5
+
ms.author: v-krghan
6
+
ms.date: 07/26/2019
7
+
ms.topic: conceptual
8
+
ms.service: iot-central
9
+
services: iot-central
10
+
manager: philmea
11
+
---
12
+
13
+
# View your bill in IoT Central application
14
+
15
+
This article describes how, as an administrator, you can view your bill in Azure IoT Central application in the administration section and also how you can convert your trial version to pay-as-you-go.
16
+
17
+
To access and use the **Administration** section, you must be in the **Administrator** role for an Azure IoT Central application. If you create an Azure IoT Central application, you're automatically assigned to the **Administrator** role for that application.
18
+
19
+
## View your bill
20
+
21
+
To view your bill, go to the **Billing** page in the **Administration** section. The Azure billing page opens in a new tab, where you can see the bill for each of your Azure IoT Central applications.
22
+
23
+
## Convert your Trial to Pay-As-You-Go
24
+
25
+
-**Trial** applications are free for seven days before they expire. They can be converted to Pay-As-You-Go at any time before they expire.
26
+
-**Pay-As-You-Go** applications are charged per device, with the first five devices free, per subscription.
27
+
28
+
Learn more about pricing on the [Azure IoT Central pricing page](https://azure.microsoft.com/pricing/details/iot-central/).
29
+
30
+
In the billing section, you can convert your trial applications into pay-as-you-go.
31
+
32
+
To complete this self-service process, follow these steps:
33
+
34
+
1. Go to the **Billing** page in the **Administration** section.
1. Select the appropriate Azure Active Directory, and then the Azure subscription to use for your Pay-As-You-Go application.
43
+
44
+
1. After you select **Convert**, your application is now a Pay-As-You-Go application and you start getting billed.
45
+
46
+
## Next steps
47
+
48
+
Now that you've learned about how to view your bill in Azure IoT Central application, the suggested next step is to learn about [Customize application UI](howto-customize-ui.md) in Azure IoT Central.
0 commit comments