Skip to content

Commit 801cb46

Browse files
authored
Merge pull request #288961 from dominicbetts/central-freshness
IoT Central: Minor freshness updates
2 parents a82f4ff + 3548e70 commit 801cb46

9 files changed

+23
-23
lines changed

articles/iot-central/core/howto-administer.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Change Azure IoT Central application settings
33
description: Learn how to manage your Azure IoT Central application by changing application name, URL, upload image, and delete an application
44
author: dominicbetts
55
ms.author: dobett
6-
ms.date: 06/14/2023
6+
ms.date: 10/22/2024
77
ms.topic: how-to
88
ms.service: azure-iot-central
99
services: iot-central
@@ -29,7 +29,7 @@ If you change your URL, another Azure IoT Central customer can take your old URL
2929

3030
## Delete an application
3131

32-
Use the **Delete** button to permanently delete your IoT Central application. This action permanently deletes all data that's associated with the application.
32+
Use the **Delete** button to permanently delete your IoT Central application. This action permanently deletes all data associated with the application.
3333

3434
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 [Assign Azure roles to manage access to your Azure subscription resources](../../role-based-access-control/role-assignments-portal.yml).
3535

articles/iot-central/core/howto-connect-secure-vnet.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
2-
title: Export IoT Central data to a secure VNet
3-
description: Learn how to use IoT Central data export to send data to a destination in a secure VNet. Data export destinations include Blob Storage and Azure Event Hubs.
2+
title: Export IoT Central data to a secure virtual network destination
3+
description: Learn how to use IoT Central data export to send data to a destination in a secure virtual network. Data export destinations include Blob Storage and Azure Event Hubs.
44
author: dominicbetts
55
ms.author: dobett
6-
ms.date: 05/22/2023
6+
ms.date: 10/22/2024
77
ms.topic: how-to
88
ms.service: azure-iot-central
99
services: iot-central
@@ -13,9 +13,9 @@ services: iot-central
1313

1414
# Export data to a secure destination on an Azure Virtual Network
1515

16-
Data export in IoT Central lets you continuously stream device data to destinations such as Azure Blob Storage, Azure Event Hubs, Azure Service Bus Messaging, or Azure Data Explorer. You can lock down these destinations by using an Azure Virtual Network (VNet) and private endpoints.
16+
Data export in IoT Central lets you continuously stream device data to destinations such as Azure Blob Storage, Azure Event Hubs, Azure Service Bus Messaging, or Azure Data Explorer. You can lock down these destinations by using Azure Virtual Network and private endpoints.
1717

18-
Currently, it's not possible to connect an IoT Central application directly to VNet for data export. However, because IoT Central is a trusted Azure service, it's possible to configure an exception to the firewall rules and connect to a secure destination on a VNet. In this scenario, you typically use a managed identity to authenticate and authorize with the destination.
18+
Currently, it's not possible to connect an IoT Central application directly to a virtual network for data export. However, because IoT Central is a trusted Azure service, it's possible to configure an exception to the firewall rules and connect to a secure destination on a virtual network. In this scenario, you typically use a managed identity to authenticate and authorize with the destination.
1919

2020
## Prerequisites
2121

@@ -25,24 +25,24 @@ Currently, it's not possible to connect an IoT Central application directly to V
2525

2626
## Configure the destination service
2727

28-
To configure Azure Blob Storage to use a VNet and private endpoint see:
28+
To configure Azure Blob Storage to use a virtual network and private endpoint see:
2929

3030
- [Configure Azure Storage firewalls and virtual networks](../../storage/common/storage-network-security.md?toc=%2Fazure%2Fstorage%2Fblobs%2Ftoc.json)
3131
- [Private endpoints for your storage account](../../storage/common/storage-private-endpoints.md)
3232

33-
To configure Azure Event Hubs to use a VNet and private endpoint see:
33+
To configure Azure Event Hubs to use a virtual network and private endpoint see:
3434

3535
- [Allow access to Azure Event Hubs namespaces from specific virtual networks](../../event-hubs/event-hubs-service-endpoints.md)
3636
- [Allow access to Azure Event Hubs namespaces via private endpoints](../../event-hubs/private-link-service.md)
3737

38-
To configure Azure Service Bus Messaging to use a VNet and private endpoint see:
38+
To configure Azure Service Bus Messaging to use a virtual network and private endpoint see:
3939

4040
- [Allow access to Azure Service Bus namespace from specific virtual networks](../../service-bus-messaging/service-bus-service-endpoints.md)
4141
- [Allow access to Azure Service Bus namespaces via private endpoints](../../service-bus-messaging/private-link-service.md)
4242

4343
## Configure the firewall exception
4444

45-
To allow IoT Central to connect to a destination on a VNet, enable a firewall exception on the VNet to allow connections from trusted Azure services.
45+
To allow IoT Central to connect to a destination on a virtual network, enable a firewall exception on the virtual network to allow connections from trusted Azure services.
4646

4747
To configure the exception in the Azure portal for Azure Blob Storage, navigate to **Networking > Firewalls and virtual networks**. Then select **Allow Azure services on the trusted services list to access this storage account.**:
4848

@@ -58,7 +58,7 @@ To configure the exception in the Azure portal for Azure Service Bus, navigate t
5858

5959
## Next steps
6060

61-
Now that you've learned how to export data to a destination locked down on a VNet, here's the suggested next step:
61+
Now that you've learned how to export data to a destination locked down on a virtual network, here's the suggested next step:
6262

6363
> [!div class="nextstepaction"]
6464
> [Administer your application](howto-administer.md).

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Manage organizations with the REST API in Azure IoT Central
33
description: How to use the IoT Central REST API to manage organizations in an application. Oganizations let you manage access to application resources.
44
author: dominicbetts
55
ms.author: dobett
6-
ms.date: 05/22/2023
6+
ms.date: 10/22/2024
77
ms.topic: how-to
88
ms.service: azure-iot-central
99
services: iot-central

articles/iot-central/core/howto-manage-preferences.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Manage your personal preferences on IoT Central
33
description: How to manage your personal application preferences such as changing language, theme, and default organization in your IoT Central application.
44
author: dominicbetts
55
ms.author: dobett
6-
ms.date: 06/14/2023
6+
ms.date: 10/22/2024
77
ms.topic: how-to
88
ms.service: azure-iot-central
99
services: iot-central

articles/iot-central/core/howto-manage-users-roles-with-rest-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Manage users and roles with the Azure IoT Central REST API
33
description: How to use the IoT Central REST API to manage users and roles in an application and control access to resources
44
author: dominicbetts
55
ms.author: dobett
6-
ms.date: 06/13/2023
6+
ms.date: 10/22/2024
77
ms.topic: how-to
88
ms.service: azure-iot-central
99
services: iot-central

articles/iot-central/core/howto-monitor-devices-azure-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Monitor device connectivity with Azure IoT Central CLI
33
description: Monitor device messages and observe device twin changes using Azure IoT Central CLI commands to verify device connectivity
44
author: dominicbetts
55
ms.author: dobett
6-
ms.date: 06/13/2023
6+
ms.date: 10/22/2024
77
ms.topic: how-to
88
ms.service: azure-iot-central
99
ms.tool: azure-cli

articles/iot-central/core/howto-use-audit-logs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Use Azure IoT Central audit logs
33
description: Learn how to use audit logs in IoT Central to track changes made by users or programmatically in an IoT Central application
44
author: dominicbetts
55
ms.author: dobett
6-
ms.date: 08/14/2023
6+
ms.date: 10/22/2024
77
ms.topic: how-to
88
ms.service: azure-iot-central
99
services: iot-central

articles/iot-central/core/iot-central-customer-data-residency.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Customer data residency in Azure IoT Central
33
description: This article describes customer data residency in Azure IoT Central applications and how it relates to Azure geographies.
44
author: dominicbetts
55
ms.author: dobett
6-
ms.date: 06/12/2023
6+
ms.date: 10/22/2024
77
ms.topic: conceptual
88
ms.service: azure-iot-central
99
services: iot-central
@@ -13,8 +13,8 @@ services: iot-central
1313

1414
IoT Central doesn't store customer data outside of the customer specified geography except for the following scenarios:
1515

16-
- When a new user is added to an existing IoT Central application, the user's email ID may be stored outside of the geography until the invited user accesses the application for the first time.
16+
- When a new user is added to an existing IoT Central application, the user's email ID might be stored outside of the geography until the invited user accesses the application for the first time.
1717

18-
- IoT Central dashboard map tiles use [Azure Maps](../../azure-maps/about-azure-maps.md). When you add a map tile to an existing IoT Central application, the location data may be processed or stored in accordance with the geolocation rules of the Azure Maps service.
18+
- IoT Central dashboard map tiles use [Azure Maps](../../azure-maps/about-azure-maps.md). When you add a map tile to an existing IoT Central application, the location data might be processed or stored in accordance with the geolocation rules of the Azure Maps service.
1919

20-
- IoT Central uses the Device Provisioning Service (DPS) internally. DPS uses the same device provisioning endpoint for all provisioning service instances, and performs traffic load balancing to the nearest available service endpoint. As a result, authentication secrets may be temporarily transferred outside of the region where the DPS instance was initially created. However, once the device is connected, the device data flows directly to the original region of the DPS instance.
20+
- IoT Central uses the Device Provisioning Service (DPS) internally. DPS uses the same device provisioning endpoint for all provisioning service instances, and performs traffic load balancing to the nearest available service endpoint. As a result, authentication secrets might be temporarily transferred outside of the region where the DPS instance was initially created. However, once the device is connected, the device data flows directly to the original region of the DPS instance.

articles/iot-central/core/iot-central-supported-browsers.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
title: Supported browsers for Azure IoT Central
3-
description: Azure IoT Central can be accessed across modern desktops, tablets and browsers. This article outlines the list of supported browsers.
3+
description: Azure IoT Central can be accessed across modern desktops, tablets, and browsers. This article outlines the list of supported browsers.
44
author: dominicbetts
55
ms.author: dobett
6-
ms.date: 06/12/2023
6+
ms.date: 10/22/2024
77
ms.topic: conceptual
88
ms.service: azure-iot-central
99
services: iot-central

0 commit comments

Comments
 (0)