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
description: Learn how to manage your Azure IoT Central application by changing application name, URL, upload image, and delete an application
4
4
author: dominicbetts
5
5
ms.author: dobett
6
-
ms.date: 06/14/2023
6
+
ms.date: 10/22/2024
7
7
ms.topic: how-to
8
8
ms.service: azure-iot-central
9
9
services: iot-central
@@ -29,7 +29,7 @@ If you change your URL, another Azure IoT Central customer can take your old URL
29
29
30
30
## Delete an application
31
31
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.
33
33
34
34
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).
Copy file name to clipboardExpand all lines: articles/iot-central/core/howto-connect-secure-vnet.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
1
---
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.
4
4
author: dominicbetts
5
5
ms.author: dobett
6
-
ms.date: 05/22/2023
6
+
ms.date: 10/22/2024
7
7
ms.topic: how-to
8
8
ms.service: azure-iot-central
9
9
services: iot-central
@@ -13,9 +13,9 @@ services: iot-central
13
13
14
14
# Export data to a secure destination on an Azure Virtual Network
15
15
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.
17
17
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.
19
19
20
20
## Prerequisites
21
21
@@ -25,24 +25,24 @@ Currently, it's not possible to connect an IoT Central application directly to V
25
25
26
26
## Configure the destination service
27
27
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:
29
29
30
30
-[Configure Azure Storage firewalls and virtual networks](../../storage/common/storage-network-security.md?toc=%2Fazure%2Fstorage%2Fblobs%2Ftoc.json)
31
31
-[Private endpoints for your storage account](../../storage/common/storage-private-endpoints.md)
32
32
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:
34
34
35
35
-[Allow access to Azure Event Hubs namespaces from specific virtual networks](../../event-hubs/event-hubs-service-endpoints.md)
36
36
-[Allow access to Azure Event Hubs namespaces via private endpoints](../../event-hubs/private-link-service.md)
37
37
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:
39
39
40
40
-[Allow access to Azure Service Bus namespace from specific virtual networks](../../service-bus-messaging/service-bus-service-endpoints.md)
41
41
-[Allow access to Azure Service Bus namespaces via private endpoints](../../service-bus-messaging/private-link-service.md)
42
42
43
43
## Configure the firewall exception
44
44
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.
46
46
47
47
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.**:
48
48
@@ -58,7 +58,7 @@ To configure the exception in the Azure portal for Azure Service Bus, navigate t
58
58
59
59
## Next steps
60
60
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:
62
62
63
63
> [!div class="nextstepaction"]
64
64
> [Administer your application](howto-administer.md).
Copy file name to clipboardExpand all lines: articles/iot-central/core/howto-manage-organizations-with-rest-api.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Manage organizations with the REST API in Azure IoT Central
3
3
description: How to use the IoT Central REST API to manage organizations in an application. Oganizations let you manage access to application resources.
Copy file name to clipboardExpand all lines: articles/iot-central/core/howto-manage-preferences.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Manage your personal preferences on IoT Central
3
3
description: How to manage your personal application preferences such as changing language, theme, and default organization in your IoT Central application.
Copy file name to clipboardExpand all lines: articles/iot-central/core/iot-central-customer-data-residency.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Customer data residency in Azure IoT Central
3
3
description: This article describes customer data residency in Azure IoT Central applications and how it relates to Azure geographies.
4
4
author: dominicbetts
5
5
ms.author: dobett
6
-
ms.date: 06/12/2023
6
+
ms.date: 10/22/2024
7
7
ms.topic: conceptual
8
8
ms.service: azure-iot-central
9
9
services: iot-central
@@ -13,8 +13,8 @@ services: iot-central
13
13
14
14
IoT Central doesn't store customer data outside of the customer specified geography except for the following scenarios:
15
15
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.
17
17
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.
19
19
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.
0 commit comments