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
You can configure API Management [validation policies](api-management-policies.md#validation-policies) to validate requests and responses (or elements of them) against the schema in an OpenAPI specification. For example, use the [validate-content](validate-content-policy.md) policy to validate the size or content of a request or response body.
- <aname="FOOTNOTETHREE">3</a>: By default, logging is only collected at INFO level or higher. To change this setting, see the [configuration options](./java-standalone-config.md#autocollected-logging).
445
445
- <aname="FOOTNOTEFOUR">4</a>: By default, logging is only collected at WARNING level or higher..
Copy file name to clipboardExpand all lines: articles/bastion/kerberos-authentication-portal.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,12 +5,12 @@ description: Learn how to configure Bastion to use Kerberos authentication via t
5
5
author: cherylmc
6
6
ms.service: bastion
7
7
ms.topic: how-to
8
-
ms.date: 08/03/2022
8
+
ms.date: 06/12/2023
9
9
ms.author: cherylmc
10
10
11
11
---
12
12
13
-
# How to configure Bastion for Kerberos authentication using the Azure portal (Preview)
13
+
# Configure Bastion for Kerberos authentication using the Azure portal (Preview)
14
14
15
15
This article shows you how to configure Azure Bastion to use Kerberos authentication. Kerberos authentication can be used with both the Basic and the Standard Bastion SKUs. For more information about Kerberos authentication, see the [Kerberos authentication overview](/windows-server/security/kerberos/kerberos-authentication-overview). For more information about Azure Bastion, see [What is Azure Bastion?](bastion-overview.md)
Copy file name to clipboardExpand all lines: articles/frontdoor/tier-mapping.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,3 +61,4 @@ The route configuration override in a rules engine configuration action for Fron
61
61
62
62
* Learn more about the [Azure Front Door migration process](tier-migration.md).
63
63
* Learn how to [migrate from Azure Front Door (classic) to Azure Front Door Standard or Premium](migrate-tier.md) using the Azure portal.
64
+
* Learn how to [migrate from Azure Front Door (classic) to Azure Front Door Standard or Premium](migrate-tier-powershell.md) using the Azure PowerShell.
Copy file name to clipboardExpand all lines: articles/iot-central/core/overview-iot-central-api-tour.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Take a tour of the Azure IoT Central API
3
3
description: Become familiar with the key areas of the Azure IoT Central REST API. Use the API to create, manage, and use your IoT solution from client applications.
4
4
author: dominicbetts
5
5
ms.author: dobett
6
-
ms.date: 06/10/2022
6
+
ms.date: 06/12/2023
7
7
ms.topic: overview
8
8
ms.service: iot-central
9
9
services: iot-central
@@ -20,18 +20,21 @@ The REST API operations are grouped into the:
20
20
21
21
## Data plane operations
22
22
23
-
Version 2022-05-31 of the data plane API lets you manage the following resources in your IoT Central application:
23
+
Version 2022-07-31 of the data plane API lets you manage the following resources in your IoT Central application:
24
24
25
25
- API tokens
26
26
- Device groups
27
27
- Device templates
28
28
- Devices
29
+
- Enrollment groups
29
30
- File uploads
31
+
- Jobs
30
32
- Organizations
31
33
- Roles
34
+
- Scheduled jobs
32
35
- Users
33
36
34
-
The preview devices API also lets you [query telemetry and property values from your devices](howto-query-with-rest-api.md), [manage jobs](howto-manage-jobs-with-rest-api.md), and [manage data exports](howto-manage-data-export-with-rest-api.md).
37
+
The preview devices API also lets you [manage dashboards](howto-manage-dashboards-with-rest-api.md), [manage deployment manifests](howto-manage-deployment-manifests-with-rest-api.md), and [manage data exports](howto-manage-data-export-with-rest-api.md).
35
38
36
39
To get started with the data plane APIs, see [Tutorial: Use the REST API to manage an Azure IoT Central application](tutorial-use-rest-api.md).
Copy file name to clipboardExpand all lines: articles/iot-central/core/overview-iot-central-tour.md
+21-22Lines changed: 21 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,12 +3,11 @@ title: Take a tour of the Azure IoT Central UI
3
3
description: Become familiar with the key areas of the Azure IoT Central UI that you use to create, manage, and use your IoT solution.
4
4
author: dominicbetts
5
5
ms.author: dobett
6
-
ms.date: 06/10/2022
6
+
ms.date: 06/12/2023
7
7
ms.topic: overview
8
8
ms.service: iot-central
9
9
services: iot-central
10
10
ms.custom: mvc
11
-
manager: corywink
12
11
---
13
12
14
13
# Take a tour of the Azure IoT Central UI
@@ -19,21 +18,21 @@ This article introduces you to Azure IoT Central UI. You can use the UI to creat
19
18
20
19
The [IoT Central homepage](https://apps.azureiotcentral.com/) page is the place to learn more about the latest news and features available on IoT Central, create new applications, and see and launch your existing applications.
21
20
22
-
:::image type="content" source="media/overview-iot-central-tour/iot-central-homepage.png" alt-text="IoT Central homepage":::
21
+
:::image type="content" source="media/overview-iot-central-tour/iot-central-homepage.png" alt-text="Screenshot that shows the IoT Central homepage where you can create new IoT Central applications.":::
23
22
24
23
### Create an application
25
24
26
25
In the **Build** section you can browse the list of industry-relevant IoT Central templates, or start from scratch using a Custom application template.
27
26
28
-
:::image type="content" source="media/overview-iot-central-tour/iot-central-build.png" alt-text="IoT Central build page":::
27
+
:::image type="content" source="media/overview-iot-central-tour/iot-central-build.png" alt-text="Screenshot that shows the IoT Central build page where you can select an application template.":::
29
28
30
29
To learn more, see the [Create an Azure IoT Central application](quick-deploy-iot-central.md) quickstart.
31
30
32
31
### Launch your application
33
32
34
-
You launch your IoT Central application by navigating to the URL you chose during app creation. You can also see a list of all the applications you have access to in the [IoT Central app manager](https://apps.azureiotcentral.com/myapps).
33
+
You launch your IoT Central application by navigating to the URL you chose during app creation. You can see a list of all the applications you have access to in the [IoT Central app manager](https://apps.azureiotcentral.com/myapps).
35
34
36
-
:::image type="content" source="media/overview-iot-central-tour/app-manager.png" alt-text="IoT Central app manager":::
35
+
:::image type="content" source="media/overview-iot-central-tour/app-manager.png" alt-text="Screenshot of the IoT Central app manager that shows a list of the applications you can access.":::
37
36
38
37
## Navigate your application
39
38
@@ -58,7 +57,7 @@ Once you're inside your IoT application, use the left pane to access various fea
58
57
59
58
**Edge manifests** lets you import and manage deployment manifests for the IoT Edge devices that connect to your application.
60
59
61
-
**Data explorer** exposes rich capabilities to analyze historical trends and correlate various telemetries from your devices.
60
+
**Data explorer** exposes rich capabilities to analyze historical trends and correlate various telemetry types from your devices.
62
61
63
62
**Dashboards** displays all application and personal dashboards.
64
63
@@ -85,7 +84,7 @@ Once you're inside your IoT application, use the left pane to access various fea
85
84
86
85
The top menu appears on every page:
87
86
88
-
:::image type="content" source="media/overview-iot-central-tour/toolbar.png" alt-text="IoT Central Toolbar":::
87
+
:::image type="content" source="media/overview-iot-central-tour/toolbar.png" alt-text="Screenshot that shows the IoT Central Toolbar with access to utilities such as search.":::
89
88
90
89
* To search for devices, enter a **Search** value.
91
90
* To change the UI language or theme, choose the **Settings** icon. Learn more about [managing your application preferences](howto-manage-preferences.md)
@@ -101,7 +100,7 @@ You can choose between a light theme or a dark theme for the UI:
101
100
102
101
### Devices
103
102
104
-
:::image type="content" source="Media/overview-iot-central-tour/devices.png" alt-text="Screenshot of Devices Page.":::
103
+
:::image type="content" source="Media/overview-iot-central-tour/devices.png" alt-text="Screenshot of the Devices page that list your devices.":::
105
104
106
105
This page shows the devices in your IoT Central application grouped by _device template_.
107
106
@@ -110,73 +109,73 @@ This page shows the devices in your IoT Central application grouped by _device t
110
109
111
110
### Device groups
112
111
113
-
:::image type="content" source="Media/overview-iot-central-tour/device-groups.png" alt-text="Device Group page":::
112
+
:::image type="content" source="Media/overview-iot-central-tour/device-groups.png" alt-text="Screenshot of the Device Group page that shows device groupings.":::
114
113
115
114
This page lets you create and view device groups in your IoT Central application. You can use device groups to do bulk operations in your application or to analyze data. To learn more, see the [Use device groups in your Azure IoT Central application](tutorial-use-device-groups.md) article.
116
115
117
116
### Device templates
118
117
119
-
:::image type="content" source="Media/overview-iot-central-tour/templates.png" alt-text="Screenshot of Device Templates.":::
118
+
:::image type="content" source="Media/overview-iot-central-tour/templates.png" alt-text="Screenshot of Device templates page where you can manage device templates.":::
120
119
121
120
The device templates page is where you can view and create device templates in the application. To learn more, see [Connect Azure IoT Edge devices to an Azure IoT Central application](concepts-iot-edge.md).
122
121
123
122
### Edge manifests
124
123
125
-
:::image type="content" source="Media/overview-iot-central-tour/manifests.png" alt-text="Screenshot of Edge manifests page.":::
124
+
:::image type="content" source="Media/overview-iot-central-tour/manifests.png" alt-text="Screenshot of IoT Edge manifests page where you can manage IoT Edge deployment manifests.":::
126
125
127
126
The edge manifests page is where you can import and manage IoT Edge deployment manifests in the application. To learn more, see the [Define a new device type in your Azure IoT Central application](howto-set-up-template.md) tutorial.
128
127
129
128
### Data Explorer
130
129
131
-
:::image type="content" source="Media/overview-iot-central-tour/analytics.png" alt-text="Screenshot of data analytics page.":::
130
+
:::image type="content" source="Media/overview-iot-central-tour/analytics.png" alt-text="Screenshot of data analytics page where you can build custom queries and charts.":::
132
131
133
-
Data explorer exposes rich capabilities to analyze historical trends and correlate various telemetries from your devices. To learn more, see the [Create analytics for your Azure IoT Central application](howto-create-analytics.md) article.
132
+
Data explorer exposes rich capabilities to analyze historical trends and correlate various telemetry types from your devices. To learn more, see the [Create analytics for your Azure IoT Central application](howto-create-analytics.md) article.
134
133
135
134
### Dashboards
136
135
137
-
:::image type="content" source="Media/overview-iot-central-tour/dashboard.png" alt-text="Screenshot of IoT Central Dashboard.":::
136
+
:::image type="content" source="Media/overview-iot-central-tour/dashboard.png" alt-text="Screenshot of IoT Central Dashboard, a customizable UI for your application.":::
138
137
139
138
* Personal dashboards can also be created to monitor what you care about. To learn more, see the [Create Azure IoT Central personal dashboards](howto-manage-dashboards.md) how-to article.
:::image type="content" source="Media/overview-iot-central-tour/jobs.png" alt-text="Screenshot that shows the Jobs page where you can manage your application's jobs.":::
144
143
145
144
This page lets you view and create jobs that can be used for bulk device management operations on your devices. You can update device properties, settings, and execute commands against device groups. To learn more, see the [Run a job](howto-manage-devices-in-bulk.md) article.
146
145
147
146
### Rules
148
147
149
-
:::image type="content" source="Media/overview-iot-central-tour/rules.png" alt-text="Screenshot of Rules Page.":::
148
+
:::image type="content" source="Media/overview-iot-central-tour/rules.png" alt-text="Screenshot of Rules page where you manage your rules.":::
150
149
151
150
This page lets you view and create rules based on device data. When a rule fires, it can trigger one or more actions such as sending an email or invoking a webhook. To learn, see the [Configuring rules](tutorial-create-telemetry-rules.md) tutorial.
:::image type="content" source="Media/overview-iot-central-tour/export.png" alt-text="Screenshot that shows the Data export page where you configure data exports to various destinations.":::
156
155
157
156
Data export enables you to set up streams of data to external systems. To learn more, see the [Export your data in Azure IoT Central](./howto-export-to-blob-storage.md) article.
158
157
159
158
### Audit logs
160
159
161
-
:::image type="content" source="Media/overview-iot-central-tour/audit.png" alt-text="Screenshot of audit logs page.":::
160
+
:::image type="content" source="Media/overview-iot-central-tour/audit.png" alt-text="Screenshot of audit logs page where you can track activity in the application.":::
162
161
163
162
Audit logs enable you to view a list of recent changes made in your IoT Central application. To learn more, see the [Use audit logs to track activity in your IoT Central application](howto-use-audit-logs.md) article.
164
163
165
164
### Permissions
166
165
167
-
:::image type="content" source="Media/overview-iot-central-tour/permissions.png" alt-text="Screenshot of Permissions Page.":::
166
+
:::image type="content" source="Media/overview-iot-central-tour/permissions.png" alt-text="Screenshot of Permissions page where you can manage access to your application.":::
168
167
169
168
This page let you define a hierarchy that you use to manage which users can see which devices in your IoT Central application. To learn, see the [Manage IoT Central organizations](howto-create-organizations.md).
170
169
171
170
### Application
172
171
173
-
:::image type="content" source="media/overview-iot-central-tour/administration.png" alt-text="Screenshot of IoT Application.":::
172
+
:::image type="content" source="media/overview-iot-central-tour/administration.png" alt-text="Screenshot of IoT application page where can access various configuration settings for the application.":::
174
173
175
174
The application page allows you to configure your IoT Central application. Here you can change your application name, URL, theming, manage users and roles, create API tokens, and export your application. To learn more, see the [Administer your Azure IoT Central application](howto-administer.md) article.
176
175
177
176
### Customization
178
177
179
-
:::image type="content" source="media/overview-iot-central-tour/customization.png" alt-text="Screenshot of customization.":::
178
+
:::image type="content" source="media/overview-iot-central-tour/customization.png" alt-text="Screenshot of customization page where you can customize the application's UI.":::
180
179
181
180
The customization page allows you to customize your IoT Central application. Here you can change your masthead logo, browser icon, and browser colors. To learn more, see the [How to customize the Azure IoT Central UI](howto-customize-ui.md) article.
0 commit comments