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
Copy file name to clipboardExpand all lines: articles/iot-operations/deploy-iot-ops/howto-deploy-iot-operations.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
@@ -20,7 +20,7 @@ In this article, we discuss Azure IoT Operations *deployments* and *instances*,
20
20
* An Azure IoT Operations instance
21
21
* Arc extensions
22
22
* Custom locations
23
-
* Resources that you can configure in your Azure IoT Operations solution, like assets and asset endpoints.
23
+
* Resources that you can configure in your Azure IoT Operations solution, like assets and devices.
24
24
25
25
* An Azure IoT Operations *instance* is the parent resource that bundles the suite of services that are defined in [What is Azure IoT Operations?](../overview-iot-operations.md) like MQTT broker, data flows, and connector for OPC UA.
Copy file name to clipboardExpand all lines: articles/iot-operations/discover-manage-assets/concept-assets-devices.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
@@ -50,7 +50,7 @@ You can create, edit, and delete devices and assets by using the Azure IoT Opera
50
50
51
51
Before you can create an asset, you need to define a device. A device is a profile that describes southbound edge connectivity information for one or more assets.
52
52
53
-
Currently, the only southbound connectors available in Azure IoT Operations are the connector for OPC UA, the media connector (preview), the connector for ONVIF (preview), and the connector for HTTP/REST (preview). You can use the Azure IoT Operations SDKs to create custom connectors. Devices are configurations for a connector that enable it to connect to an asset. For example:
53
+
Currently, the only southbound connectors available in Azure IoT Operations are the connector for OPC UA, the media connector (preview), the connector for ONVIF (preview), and the connector for REST/HTTP (preview). You can use the Azure IoT Operations SDKs to create custom connectors. Devices are configurations for a connector that enable it to connect to an asset. For example:
54
54
55
55
- A device for OPC UA stores the information you need to connect to an OPC UA server.
56
56
- A device for the media connector stores the information you need to connect to a media source.
Copy file name to clipboardExpand all lines: articles/iot-operations/discover-manage-assets/howto-use-http-connector.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,5 +1,5 @@
1
1
---
2
-
title: How to use the HTTP connector (preview)
2
+
title: How to use the connector for REST/HTTP (preview)
3
3
description: Use the operations experience web UI or the Azure CLI to configure assets and devices for connections to HTTP endpoints.
4
4
author: dominicbetts
5
5
ms.author: dobett
@@ -10,15 +10,15 @@ ms.date: 10/07/2024
10
10
#CustomerIntent: As an industrial edge IT or operations user, I want configure my Azure IoT Operations environment so that I can access data from HTTP/REST endpoints.
11
11
---
12
12
13
-
# Configure the HTTP connector (preview)
13
+
# Configure the connector for REST/HTTP (preview)
14
14
15
-
In Azure IoT Operations, the HTTP connector (preview) enables access to data from HTTP/REST endpoints such as edge-attached cameras.
15
+
In Azure IoT Operations, the connector for REST/HTTP (preview) enables access to data from HTTP/REST endpoints such as edge-attached cameras.
Your IT administrator must have configured the HTTP connector template for your Azure IoT Operations instance in the Azure portal.
34
+
Your IT administrator must have configured the connector for REST/HTTP template for your Azure IoT Operations instance in the Azure portal.
35
35
36
36
A camera connected to your network and accessible from your Azure IoT Operations cluster. The camera must support the Real Time Streaming Protocol for video streaming. You also need the camera's username and password to authenticate with it.
37
37
38
-
## Deploy the HTTP connector
38
+
## Deploy the connector for REST/HTTP
39
39
40
40
<!--TODO: Probably not necessary now we have the connector templates? -->
41
41
@@ -46,9 +46,9 @@ A camera connected to your network and accessible from your Azure IoT Operations
46
46
47
47
## Create a device
48
48
49
-
To configure the HTTP connector, first create a device that defines the connection to the HTTP source. The device includes the URL of the HTTP source, the type of HTTP source, and any credentials you need to access the HTTP source.
49
+
To configure the connector for REST/HTTP, first create a device that defines the connection to the HTTP source. The device includes the URL of the HTTP source, the type of HTTP source, and any credentials you need to access the HTTP source.
50
50
51
-
If your HTTP endpoint requires authentication, create a secret in your Kubernetes cluster that stores the endpoint's username and password. The HTTP connector uses this secret to authenticate with the endpoint:
51
+
If your HTTP endpoint requires authentication, create a secret in your Kubernetes cluster that stores the endpoint's username and password. The connector for REST/HTTP uses this secret to authenticate with the endpoint:
52
52
53
53
1. Create a YAML file called _contoso-http-secrets.yaml_ with the following content. Replace the placeholders with your camera's username and password encoded in base64:
54
54
@@ -206,7 +206,7 @@ authentication: {
206
206
207
207
## Asset configuration
208
208
209
-
When you configure an asset, the `datasets.DataPoints` parameter specifies the action the HTTP connector takes on the asset. An HTTP asset supports the following task types:
209
+
When you configure an asset, the `datasets.DataPoints` parameter specifies the action the connector for REST/HTTP takes on the asset. An HTTP asset supports the following task types:
210
210
211
211
| Task type | Description |
212
212
|-----------|-------------|
@@ -216,7 +216,7 @@ When you configure an asset, the `datasets.DataPoints` parameter specifies the a
216
216
The following examples show how to deploy assets for each task type.
217
217
218
218
> [!TIP]
219
-
> The HTTP pods aren't created in Kubernetes until you deploy an asset that uses the HTTP connector. If you try to run the `kubectl get pods` command before deploying an asset, you see no HTTP pods.
219
+
> The HTTP pods aren't created in Kubernetes until you deploy an asset that uses the connector for REST/HTTP. If you try to run the `kubectl get pods` command before deploying an asset, you see no HTTP pods.
title: Connect HTTP sources using the HTTP connector (preview)
3
-
description: The HTTP connector (preview) in Azure IoT Operations makes HTTP from HTTP sources such as IP cameras available to other Azure IoT Operations components.
2
+
title: Connect HTTP sources using the connector for REST/HTTP (preview)
3
+
description: The connector for REST/HTTP (preview) in Azure IoT Operations makes HTTP from HTTP sources such as IP cameras available to other Azure IoT Operations components.
4
4
author: dominicbetts
5
5
ms.author: dobett
6
6
ms.service: azure-iot-operations
7
7
ms.topic: overview
8
8
ms.date: 11/12/2024
9
9
10
-
#CustomerIntent: As an industrial edge IT or operations user, I want to understand what the HTTP connector is so that I can determine whether I can use it in my industrial IoT solution.
10
+
#CustomerIntent: As an industrial edge IT or operations user, I want to understand what the connector for REST/HTTP is so that I can determine whether I can use it in my industrial IoT solution.
11
11
---
12
12
13
-
# What is the Azure IoT Operations HTTP connector (preview)?
13
+
# What is the Azure IoT Operations connector for REST/HTTP (preview)?
14
14
15
-
This article introduces the HTTP connector (preview) in Azure IoT Operations. The HTTP connector calls REST endpoints to retrieve data to share with other Azure IoT Operations components. The HTTP connector is secure and performant.
15
+
This article introduces the connector for REST/HTTP (preview) in Azure IoT Operations. The connector for REST/HTTP calls REST endpoints to retrieve data to share with other Azure IoT Operations components. The connector for REST/HTTP is secure and performant.
16
16
17
17
## HTTP source types
18
18
19
-
The HTTP connector can connect to various sources.
19
+
The connector for REST/HTTP can connect to various sources.
20
20
21
21
<!-- TODO: Add details here when we have more information -->
22
22
23
23
## Example uses
24
24
25
-
Example uses of the HTTP connector include calling REST APIs to retrieve data from industrial devices such as cameras, sensors, and other devices that expose data over HTTP.
25
+
Example uses of the connector for REST/HTTP include calling REST APIs to retrieve data from industrial devices such as cameras, sensors, and other devices that expose data over HTTP.
26
26
27
27
<!-- TODO: Add details here when we have more information -->
28
28
29
29
## How does it relate to Azure IoT Operations?
30
30
31
-
The HTTP connector is part of Azure IoT Operations. The connector deploys to an Arc-enabled Kubernetes cluster on the edge as part of an Azure IoT Operations deployment. The connector interacts with other Azure IoT Operations components, such as:
31
+
The connector for REST/HTTP is part of Azure IoT Operations. The connector deploys to an Arc-enabled Kubernetes cluster on the edge as part of an Azure IoT Operations deployment. The connector interacts with other Azure IoT Operations components, such as:
32
32
33
33
-[Assets and devices](./concept-assets-devices.md)
Copy file name to clipboardExpand all lines: articles/iot-operations/discover-manage-assets/overview-manage-assets.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,7 +78,7 @@ Azure IoT Operations includes several services that help you manage devices and
78
78
- The **connector for OPC UA** is a data ingress and protocol translation service that enables Azure IoT Operations to ingress data from OPC UA servers. A key requirement in industrial environments is for a common standard or protocol for machine-to-machine and machine-to-cloud data exchange. [OPC UA](https://opcfoundation.org/about/opc-technologies/opc-ua/) is a specification for a platform independent service-oriented architecture that enables data exchange in industrial environments. The connector receives messages and events from your assets and publishes the data to topics in the MQTT broker.
79
79
- The **media connector (preview)** is a service that makes media from media sources such as edge-attached cameras available to other Azure IoT Operations components.
80
80
- The **connector for ONVIF (preview)** is a service that discovers and registers ONVIF assets such as cameras. The connector enables you to manage and control ONVIF assets such as cameras connected to your cluster.
81
-
- The **REST/HTTP connector** is a service that lets you connect to REST/HTTP endpoints and publish data to the MQTT broker.
81
+
- The **connector for REST/HTTP** is a service that lets you connect to REST/HTTP endpoints and publish data to the MQTT broker.
82
82
-**Custom connectors** are services that you can create to connect to other data sources and publish data to the MQTT broker. Use the Azure IoT Operations SDKS to create custom connectors that meet your specific requirements.
83
83
-**Akri services** are a set of services that enable the automatic discovery of physical assets and devices in your environment. Akri services can help you create and configure assets and devices in operations experience. To learn more, see [What is asset discovery (preview)?](overview-akri.md).
84
84
@@ -120,9 +120,9 @@ And the final screenshot shows the same thermostat asset as a Kubernetes custom
120
120
121
121
### Automatic asset discovery
122
122
123
-
Akri services let you deploy and configure connectivity protocols, such as OPC UA and ONVIF, at the edge. Akri services use the asset and asset endpoint resources in Azure Device Registry to model the different device and protocol connections in your environment.
123
+
Akri services let you deploy and configure connectivity protocols, such as OPC UA and ONVIF, at the edge. Akri services use the asset and device resources in Azure Device Registry to model the different device and protocol connections in your environment.
124
124
125
-
Akri services simplify the process of creating assets by automatically onboarding assets with pre-configured datasets and asset endpoints generated by the connectors to represent capabilities and devices on the network.
125
+
Akri services simplify the process of creating assets by automatically onboarding assets with pre-configured datasets and device endpoints generated by the connectors to represent capabilities and devices on the network.
Copy file name to clipboardExpand all lines: articles/iot-operations/troubleshoot/tips-tools.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
@@ -208,7 +208,7 @@ To view custom resource types other that pods in the cluster:
208
208
> [!TIP]
209
209
> To search for a custom resource type by name, type **/** and then start typing the name of the type you're looking for.
210
210
211
-
1. Select a custom resource and choose one of the available operations. For example, you can view the YAML definition os an asset endpoint profile by selecting it and pressing **y**. For some resources, you can edit the configuration.
211
+
1. Select a custom resource and choose one of the available operations. For example, you can view the YAML definition of a device endpoint profile by selecting it and pressing **y**. For some resources, you can edit the configuration.
212
212
213
213
The following table describes some of the custom resource types you might work with in Azure IoT Operations:
0 commit comments