Skip to content

Commit e7f6079

Browse files
committed
fix acrolinx
1 parent 10089c2 commit e7f6079

7 files changed

+10
-10
lines changed

articles/iot-central/.openpublishing.redirection.iot-central.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@
152152
},
153153
{
154154
"source_path_from_root": "/articles/iot-central/core/howto-export-data.md",
155-
"redirect_url": "/azure/iot-central/core/howto-export-to-blob-storage.md",
155+
"redirect_url": "/articles/iot-central/core/howto-export-to-blob-storage.md",
156156
"redirect_document_id": false
157157
},
158158
{

articles/iot-central/core/howto-create-organizations.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.custom: contperf-fy22q2
1414

1515
Organizations let you define a hierarchy that you use to manage which users can see which devices in your IoT Central application. The user's role determines their permissions over the devices they see, and the experiences they can access. Use organizations to implement a multi-tenanted application.
1616

17-
Organizations is an optional feature that gives you more control over the [users and roles](howto-manage-users-roles.md) in your application.
17+
Organizations are an optional feature that gives you more control over the [users and roles](howto-manage-users-roles.md) in your application.
1818

1919
Organizations are hierarchical:
2020

@@ -59,7 +59,7 @@ When you create a new device in your application, assign it to an organization i
5959

6060
To assign or reassign an existing device to an organization, select the device in the device list and then select **Organization**:
6161

62-
:::image type="content" source="media/howto-create-organization/change-device-organization.png" alt-text="Screenshot that shows how change the organization a device is associated with." lightbox="media/howto-create-organization/change-device-organization.png":::
62+
:::image type="content" source="media/howto-create-organization/change-device-organization.png" alt-text="Screenshot that shows how to change the organization a device is associated with." lightbox="media/howto-create-organization/change-device-organization.png":::
6363

6464
> [!TIP]
6565
> You can see which organization a device belongs to in the device list. Use the filter tool in the device list to show devices in a particular organization.
@@ -153,10 +153,10 @@ When you start adding organizations, all existing devices, users, and experience
153153
The following limits apply to organizations:
154154

155155
- The hierarchy can be no more than five levels deep.
156-
- The total number of organization cannot be more than 200. Each node in the hierarchy counts as an organization.
156+
- The total number of organizations can't be more than 200. Each node in the hierarchy counts as an organization.
157157

158158

159159
## Next steps
160160

161-
Now that you've learned how to manage Azure IoT Central organizations, the suggested next step is learn how to [Export IoT data to cloud destinations using Blob Storage](howto-export-to-blob-storage.md).
161+
Now that you've learned how to manage Azure IoT Central organizations, the suggested next step is to learn how to [Export IoT data to cloud destinations using Blob Storage](howto-export-to-blob-storage.md).
162162

articles/iot-central/core/howto-export-to-service-bus.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This article describes how to configure data export to send data to the Service
1515

1616
[!INCLUDE [iot-central-data-export](../../../includes/iot-central-data-export.md)]
1717

18-
## Set up an Service Bus export destination
18+
## Set up a Service Bus export destination
1919

2020
Both queues and topics are supported for Azure Service Bus destinations.
2121

articles/iot-central/core/howto-export-to-webhook.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This article describes how to configure data export to send data to the Webhook.
1515

1616
[!INCLUDE [iot-central-data-export](../../../includes/iot-central-data-export.md)]
1717

18-
## Set up an Webhook export destination
18+
## Set up a Webhook export destination
1919

2020
For Webhook destinations, IoT Central exports data in near real time. The data in the message body is in the same format as for Event Hubs and Service Bus.
2121

articles/iot-central/core/howto-manage-data-export-with-rest-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ The request body has some required fields:
5252

5353
* `displayName`: Display name of the destination.
5454
* `type`: Type of destination object which can be one of: `blobstorage@v1`, `dataexplorer@v1`, `eventhubs@v1`, `servicebusqueue@v1`, `servicebustopic@v1`, `webhook@v1`.
55-
* `connectionString`:The connection string for accessing the destination resource.
55+
* `connectionString`: The connection string for accessing the destination resource.
5656
* `containerName`: For a blob storage destination, the name of the container where data should be written.
5757

5858
The response to this request looks like the following example:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Manage IoT Central from Azure CLI or PowerShell | Microsoft Docs
3-
description: This article describes how to create and manage your IoT Central application using the Azure CLI or PowerShell. You can view, modify, and remove the application using these tools. You can also configure a managed system identity that can you can use to setup secure data export.
3+
description: This article describes how to create and manage your IoT Central application using the Azure CLI or PowerShell. You can view, modify, and remove the application using these tools. You can also configure a managed system identity that can you can use to set up secure data export.
44
services: iot-central
55
ms.service: iot-central
66
author: dominicbetts

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ Access to metrics in the Azure portal is managed by [Azure role based access con
124124

125125
### IoT Central metrics
126126

127-
For a list of of the metrics that are currently available for IoT Central, see [Supported metrics with Azure Monitor](../../azure-monitor/essentials/metrics-supported.md#microsoftiotcentraliotapps).
127+
For a list of the metrics that are currently available for IoT Central, see [Supported metrics with Azure Monitor](../../azure-monitor/essentials/metrics-supported.md#microsoftiotcentraliotapps).
128128

129129
### Metrics and invoices
130130

0 commit comments

Comments
 (0)