Skip to content

Commit ee1e7b8

Browse files
authored
Merge pull request #83747 from v-krghan/adminpage
Adminpage
2 parents 84fc094 + 24b4787 commit ee1e7b8

File tree

8 files changed

+144
-128
lines changed

8 files changed

+144
-128
lines changed

articles/iot-central/TOC.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -100,16 +100,20 @@
100100

101101
- name : Administration
102102
items:
103-
- name: Administer your application
104-
href: howto-administer.md
103+
- name: Manage your application
104+
href: howto-administer.md
105+
- name: Manage users and roles
106+
href: howto-manage-users-roles.md
107+
- name: View your bill
108+
href: howto-view-bill.md
109+
- name: Customize application UI
110+
href: howto-customize-ui.md
105111
- name: Prepare and upload image
106112
href: howto-prepare-images.md
107113
- name: Configure application dashboard
108114
href: howto-configure-homepage.md
109115
- name: Use dashboard tiles
110116
href: howto-use-tiles.md
111-
- name: Customize application UI
112-
href: howto-customize-ui.md
113117
- name: Use application templates
114118
href: howto-use-app-templates.md
115119
- name: Manage from the Azure portal
Lines changed: 14 additions & 121 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
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
44
author: viv-liu
55
ms.author: viviali
66
ms.date: 04/26/2019
@@ -10,27 +10,14 @@ services: iot-central
1010
manager: peterpr
1111
---
1212

13-
# Administer your IoT Central application
13+
# Manage your IoT Central application
1414

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.
1616

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.
2818

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
3020

31-
## Manage application settings
32-
33-
### Change application name and URL
3421
In the **Application Settings** page, you can change the name and URL of your application, then select **Save**.
3522

3623
![Application settings page](media/howto-administer/image0-a.png)
@@ -40,10 +27,12 @@ If your administrator creates a custom theme for your application, this page inc
4027
> [!Note]
4128
> 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.
4229
43-
### Prepare and upload image
30+
## Prepare and upload image
31+
4432
To change the application image, see [Prepare and upload images to your Azure IoT Central application](howto-prepare-images.md).
4533

46-
### Copy an application
34+
## Copy an application
35+
4736
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.
4837

4938
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
5443

5544
![Application settings page](media/howto-administer/appcopy3a.png)
5645

57-
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.
5847

5948
> [!WARNING]
6049
> 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.
6150
62-
### Delete an application
51+
## Delete an application
6352

6453
Use the **Delete** button to permanently delete your IoT Central application. This action permanently deletes all data that's associated with the application.
6554

6655
> [!Note]
6756
> 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).
6857
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-
![List of users](media/howto-administer/image1.png)
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.
84-
85-
![Role selection](media/howto-administer/image3.png)
86-
87-
> [!NOTE]
88-
> 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.
132-
133-
![Trial state](media/howto-administer/freetrialbilling.png)
134-
135-
1. Select **Convert to Pay-As-You-Go**.
136-
137-
![Convert trial](media/howto-administer/convert.png)
138-
139-
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).
16258

16359
## Manage programatically
16460

@@ -178,8 +74,5 @@ To learn more, see the following GitHub repositories and packages:
17874
| 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)
17975

18076
## 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.

articles/iot-central/howto-customize-ui.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,10 @@ manager: philmea
1515

1616
# Customize the Azure IoT Central UI
1717

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.
1920

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:
2122

2223
![Standard IoT Central theme](./media/howto-customize-ui/standard-ui.png)
2324

@@ -37,7 +38,7 @@ On this page, you can customize the following aspects of your application:
3738

3839
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.
3940

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).
4142

4243
### Browser icon (favicon)
4344

Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
---
2+
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+
![List of users](media/howto-administer/image1.png)
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.
33+
34+
![Role selection](media/howto-administer/image3.png)
35+
36+
> [!NOTE]
37+
> 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.
Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
---
2+
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.
35+
36+
![Trial state](media/howto-administer/freetrialbilling.png)
37+
38+
1. Select **Convert to Pay-As-You-Go**.
39+
40+
![Convert trial](media/howto-administer/convert.png)
41+
42+
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.
3.42 KB
Loading
55.5 KB
Loading
41 KB
Loading

0 commit comments

Comments
 (0)