Skip to content

Commit 4999a1d

Browse files
authored
Merge pull request #266715 from asergaz/asergaz-aio-preview-fix
Fixing Preview mentions
2 parents 9587b62 + 517ffbf commit 4999a1d

File tree

88 files changed

+392
-404
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

88 files changed

+392
-404
lines changed

articles/iot-operations/connect-to-cloud/howto-configure-data-lake.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
title: Send data from Azure IoT MQ to Data Lake Storage
3-
titleSuffix: Azure IoT MQ
43
description: Learn how to send data from Azure IoT MQ to Data Lake Storage.
54
author: PatAltimore
65
ms.subservice: mq
@@ -13,11 +12,11 @@ ms.date: 11/15/2023
1312
#CustomerIntent: As an operator, I want to understand how to configure Azure IoT MQ so that I can send data from Azure IoT MQ to Data Lake Storage.
1413
---
1514

16-
# Send data from Azure IoT MQ to Data Lake Storage
15+
# Send data from Azure IoT MQ Preview to Data Lake Storage
1716

1817
[!INCLUDE [public-preview-note](../includes/public-preview-note.md)]
1918

20-
You can use the data lake connector to send data from Azure IoT MQ broker to a data lake, like Azure Data Lake Storage Gen2 (ADLSv2) and Microsoft Fabric OneLake. The connector subscribes to MQTT topics and ingests the messages into Delta tables in the Data Lake Storage account.
19+
You can use the data lake connector to send data from Azure IoT MQ Preview broker to a data lake, like Azure Data Lake Storage Gen2 (ADLSv2) and Microsoft Fabric OneLake. The connector subscribes to MQTT topics and ingests the messages into Delta tables in the Data Lake Storage account.
2120

2221
## What's supported
2322

@@ -44,7 +43,7 @@ You can use the data lake connector to send data from Azure IoT MQ broker to a d
4443
- Azure Data Lake Storage Gen2 quickstart:
4544
- [Create a storage account to use with Azure Data Lake Storage Gen2](/azure/storage/blobs/create-data-lake-storage-account).
4645

47-
- An IoT MQ MQTT broker. For more information on how to deploy an IoT MQ MQTT broker, see [Quickstart: Deploy Azure IoT Operations to an Arc-enabled Kubernetes cluster](../get-started/quickstart-deploy.md).
46+
- An IoT MQ MQTT broker. For more information on how to deploy an IoT MQ MQTT broker, see [Quickstart: Deploy Azure IoT Operations Preview to an Arc-enabled Kubernetes cluster](../get-started/quickstart-deploy.md).
4847

4948
## Configure the data lake connector to send data to Microsoft Fabric OneLake using managed identity
5049

@@ -349,4 +348,4 @@ Like MQTT bridge, the data lake connector acts as a client to the IoT MQ MQTT br
349348
350349
## Related content
351350
352-
[Publish and subscribe MQTT messages using Azure IoT MQ](../manage-mqtt-connectivity/overview-iot-mq.md)
351+
[Publish and subscribe MQTT messages using Azure IoT MQ Preview](../manage-mqtt-connectivity/overview-iot-mq.md)

articles/iot-operations/connect-to-cloud/howto-configure-destination-data-explorer.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ ms.date: 01/10/2024
1212
#CustomerIntent: As an operator, I want to send data from a pipeline to Azure Data Explorer so that I can store and analyze my data in the cloud.
1313
---
1414

15-
# Send data to Azure Data Explorer from a Data Processor pipeline
15+
# Send data to Azure Data Explorer from an Azure IoT Data Processor Preview pipeline
1616

1717
[!INCLUDE [public-preview-note](../includes/public-preview-note.md)]
1818

19-
Use the _Azure Data Explorer_ destination to write data to a table in Azure Data Explorer from an [Azure IoT Data Processor (preview) pipeline](../process-data/overview-data-processor.md). The destination stage batches messages before it sends them to Azure Data Explorer.
19+
Use the _Azure Data Explorer_ destination to write data to a table in Azure Data Explorer from an [Azure IoT Data Processor Preview pipeline](../process-data/overview-data-processor.md). The destination stage batches messages before it sends them to Azure Data Explorer.
2020

2121
## Prerequisites
2222

@@ -50,7 +50,7 @@ For the destination stage to connect to Azure Data Explorer, it needs access to
5050
az keyvault secret set --vault-name <your-key-vault-name> --name AccessADXSecret --value <client-secret>
5151
```
5252
53-
1. Add the secret reference to your Kubernetes cluster by following the steps in [Manage secrets for your Azure IoT Operations deployment](../deploy-iot-ops/howto-manage-secrets.md).
53+
1. Add the secret reference to your Kubernetes cluster by following the steps in [Manage secrets for your Azure IoT Operations Preview deployment](../deploy-iot-ops/howto-manage-secrets.md).
5454
5555
# [Managed identity](#tab/managedidentity)
5656

articles/iot-operations/connect-to-cloud/howto-configure-destination-fabric.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ms.date: 10/09/2023
1616

1717
[!INCLUDE [public-preview-note](../includes/public-preview-note.md)]
1818

19-
Use the _Fabric Lakehouse_ destination to write data to a lakehouse in Microsoft Fabric from an [Azure IoT Data Processor (preview) pipeline](../process-data/overview-data-processor.md). The destination stage writes parquet files to a lakehouse that lets you view the data in delta tables. The destination stage batches messages before it sends them to Microsoft Fabric.
19+
Use the _Fabric Lakehouse_ destination to write data to a lakehouse in Microsoft Fabric from an [Azure IoT Data Processor Preview pipeline](../process-data/overview-data-processor.md). The destination stage writes parquet files to a lakehouse that lets you view the data in delta tables. The destination stage batches messages before it sends them to Microsoft Fabric.
2020

2121
## Prerequisites
2222

@@ -68,7 +68,7 @@ For the destination stage to connect to Microsoft Fabric, it needs access to a s
6868
az keyvault secret set --vault-name <your-key-vault-name> --name AccessFabricSecret --value <client-secret>
6969
```
7070
71-
1. Add the secret reference to your Kubernetes cluster by following the steps in [Manage secrets for your Azure IoT Operations deployment](../deploy-iot-ops/howto-manage-secrets.md).
71+
1. Add the secret reference to your Kubernetes cluster by following the steps in [Manage secrets for your Azure IoT Operations Preview deployment](../deploy-iot-ops/howto-manage-secrets.md).
7272
7373
# [Managed identity](#tab/managedidentity)
7474

articles/iot-operations/connect-to-cloud/howto-configure-kafka.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
2-
title: Send and receive messages between Azure IoT MQ and Azure Event Hubs or Kafka
3-
titleSuffix: Azure IoT MQ
2+
title: Send receive messages between Azure IoT MQ and Event Hubs or Kafka
43
description: Learn how to send and receive messages between Azure IoT MQ and Azure Event Hubs or Kafka.
54
author: PatAltimore
65
ms.author: patricka
@@ -13,11 +12,11 @@ ms.date: 01/16/2024
1312
#CustomerIntent: As an operator, I want to understand how to configure Azure IoT MQ to send and receive messages between Azure IoT MQ and Kafka.
1413
---
1514

16-
# Send and receive messages between Azure IoT MQ and Event Hubs or Kafka
15+
# Send and receive messages between Azure IoT MQ Preview and Azure Event Hubs or Kafka
1716

1817
[!INCLUDE [public-preview-note](../includes/public-preview-note.md)]
1918

20-
The Kafka connector pushes messages from Azure IoT MQ's MQTT broker to a Kafka endpoint, and similarly pulls messages the other way. Since [Azure Event Hubs supports Kafka API](/azure/event-hubs/event-hubs-for-kafka-ecosystem-overview), the connector works out-of-the-box with Event Hubs.
19+
The Kafka connector pushes messages from Azure IoT MQ Preview MQTT broker to a Kafka endpoint, and similarly pulls messages the other way. Since [Azure Event Hubs supports Kafka API](/azure/event-hubs/event-hubs-for-kafka-ecosystem-overview), the connector works out-of-the-box with Event Hubs.
2120

2221

2322
## Configure Event Hubs connector via Kafka endpoint
@@ -493,4 +492,4 @@ This connector only uses MQTT v5.
493492

494493
## Related content
495494

496-
[Publish and subscribe MQTT messages using Azure IoT MQ](../manage-mqtt-connectivity/overview-iot-mq.md)
495+
[Publish and subscribe MQTT messages using Azure IoT MQ Preview](../manage-mqtt-connectivity/overview-iot-mq.md)

articles/iot-operations/connect-to-cloud/howto-configure-mqtt-bridge.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
title: Connect MQTT bridge cloud connector to other MQTT brokers
3-
titleSuffix: Azure IoT MQ
43
description: Bridge Azure IoT MQ to another MQTT broker.
54
author: PatAltimore
65
ms.author: patricka
@@ -13,11 +12,11 @@ ms.date: 11/15/2023
1312
#CustomerIntent: As an operator, I want to bridge Azure IoT MQ to another MQTT broker so that I can integrate Azure IoT MQ with other messaging systems.
1413
---
1514

16-
# Connect MQTT bridge cloud connector to other MQTT brokers
15+
# Connect Azure IoT MQ Preview MQTT bridge cloud connector to other MQTT brokers
1716

1817
[!INCLUDE [public-preview-note](../includes/public-preview-note.md)]
1918

20-
You can use the Azure IoT MQ MQTT bridge to connect to Azure Event Grid or other MQTT brokers. MQTT bridging is the process of connecting two MQTT brokers together so that they can exchange messages.
19+
You can use the Azure IoT MQ Preview MQTT bridge to connect to Azure Event Grid or other MQTT brokers. MQTT bridging is the process of connecting two MQTT brokers together so that they can exchange messages.
2120

2221
- When two brokers are bridged, messages published on one broker are automatically forwarded to the other and vice versa.
2322
- MQTT bridging helps to create a network of MQTT brokers that communicate with each other, and expand MQTT infrastructure by adding additional brokers as needed.
@@ -377,7 +376,7 @@ This helps you balance the message traffic for the bridge between multiple clien
377376

378377
To minimize credential management, using the system-assigned managed identity and Azure RBAC is the recommended way to bridge Azure IoT MQ with [Azure Event Grid's MQTT broker feature](../../event-grid/mqtt-overview.md).
379378

380-
For an end-to-end tutorial, see [Tutorial: Configure MQTT bridge between IoT MQ and Azure Event Grid](tutorial-connect-event-grid.md).
379+
For an end-to-end tutorial, see [Tutorial: Configure MQTT bridge between Azure IoT MQ Preview and Azure Event Grid](tutorial-connect-event-grid.md).
381380

382381
### Connect to Event Grid MQTT broker with managed identity
383382

@@ -406,10 +405,10 @@ If `bridgeInstances` is set higher than `1`, configure the Event Grid MQTT broke
406405

407406
If using managed identity isn't possible, keep the per-connection limits for Event Grid MQTT broker in mind when designing your setup. At the time of publishing, the limit is 100 messages/second each direction for a connection. To increase the MQTT bridge throughput, use shared subscriptions to increase the number of clients serving each route.
408407

409-
## Bridge from another broker to Azure IoT MQ
408+
## Bridge from another broker to Azure IoT MQ Preview
410409

411410
Azure IoT MQ is a compliant MQTT broker and other brokers can bridge to it with the appropriate authentication and authorization credentials. For example, see MQTT bridge documentation for [HiveMQ](https://www.hivemq.com/docs/bridge/4.8/enterprise-bridge-extension/bridge-extension.html), [VerneMQ](https://docs.vernemq.com/configuring-vernemq/bridge), [EMQX](https://www.emqx.io/docs/en/v5/data-integration/data-bridge-mqtt.html), and [Mosquitto](https://mosquitto.org/man/mosquitto-conf-5.html).
412411

413412
## Related content
414413

415-
- [Publish and subscribe MQTT messages using Azure IoT MQ](../manage-mqtt-connectivity/overview-iot-mq.md)
414+
- [Publish and subscribe MQTT messages using Azure IoT MQ Preview](../manage-mqtt-connectivity/overview-iot-mq.md)

articles/iot-operations/connect-to-cloud/tutorial-connect-event-grid.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
title: Configure MQTT bridge between IoT MQ and Azure Event Grid
3-
titleSuffix: Azure IoT MQ
4-
description: Learn how to configure IoT MQ for bi-directional MQTT bridge with Azure Event Grid MQTT broker PaaS.
3+
description: Learn how to configure Azure IoT MQ for bi-directional MQTT bridge with Azure Event Grid MQTT broker PaaS.
54
author: PatAltimore
65
ms.subservice: mq
76
ms.custom: devx-track-azurecli
@@ -12,15 +11,15 @@ ms.date: 02/28/2024
1211
#CustomerIntent: As an operator, I want to configure IoT MQ to bridge to Azure Event Grid MQTT broker PaaS so that I can process my IoT data at the edge and in the cloud.
1312
---
1413

15-
# Tutorial: Configure MQTT bridge between IoT MQ and Azure Event Grid
14+
# Tutorial: Configure MQTT bridge between Azure IoT MQ Preview and Azure Event Grid
1615

1716
[!INCLUDE [public-preview-note](../includes/public-preview-note.md)]
1817

1918
In this tutorial, you learn how to configure IoT MQ for bi-directional MQTT bridge with Azure Event Grid MQTT broker PaaS. You can use this feature to process your IoT data at the edge and in the cloud. For example, you can use IoT MQ to process telemetry data at the edge, and then bridge the data to Azure Event Grid for further processing in the cloud.
2019

2120
## Prerequisites
2221

23-
* [Deploy Azure IoT Operations](../get-started/quickstart-deploy.md)
22+
* [Deploy Azure IoT Operations Preview](../get-started/quickstart-deploy.md)
2423

2524
## Set environment variables
2625

@@ -86,7 +85,7 @@ az eventgrid namespace topic-space create \
8685

8786
By using the `#` wildcard in the topic template, you can publish to any topic under the `telemetry` topic space. For example, `telemetry/temperature` or `telemetry/humidity`.
8887

89-
## Give IoT MQ access to the Event Grid topic space
88+
## Give Azure IoT MQ Preview access to the Event Grid topic space
9089

9190
Using `az k8s-extension show`, find the principal ID for the Azure IoT MQ Arc extension. The command stores the principal ID in a variable for later use.
9291

articles/iot-operations/deploy-custom/concept-manifests.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
2-
title: Manifests - Azure IoT Orchestrator
2+
title: How Azure IoT Orchestrator uses manifests
33
description: Understand how Azure IoT Orchestrator uses manifests to define resources and deployments for Azure IoT Operations
44
author: kgremban
55
ms.author: kgremban
6-
# ms.subservice: orchestrator
6+
ms.subservice: orchestrator
77
ms.topic: concept-article
88
ms.custom:
99
- ignite-2023
@@ -12,13 +12,15 @@ ms.date: 10/25/2023
1212
#CustomerIntent: As a <type of user>, I want <what?> so that <why?>.
1313
---
1414

15-
# Orchestrator manifests
15+
# Azure IoT Orchestrator Preview - manifests
1616

17-
The Azure IoT Orchestrator service extends the resource management capabilities of Azure beyond the cloud. Through the orchestration service, customers are able to define and manage their edge infrastructure using the same Arm manifest files they use to manage cloud resources today. There are two main types of resources use for orchestration: targets and solutions. Together these resources define the desired state of an edge environment.
17+
[!INCLUDE [public-preview-note](../includes/public-preview-note.md)]
18+
19+
The Azure IoT Orchestrator Preview service extends the resource management capabilities of Azure beyond the cloud. Through the orchestration service, customers are able to define and manage their edge infrastructure using the same Arm manifest files they use to manage cloud resources today. There are two main types of resources use for orchestration: targets and solutions. Together these resources define the desired state of an edge environment.
1820

1921
## Target
2022

21-
A *target* is a specific deployment environment, such as a Kubernetes cluster or an edge device. It describes infrastructural components, which are components installed once on a device, like PowerShell or Azure IoT Data Processor (preview). Each target has its own configuration settings, which can be customized to meet the specific needs of the deployment environment. It also specifies provider bindings that define what types of resources are to be managed on the target (for example, Helm, PowerShell scripts, K8s, CRs, or Bash scripts).
23+
A *target* is a specific deployment environment, such as a Kubernetes cluster or an edge device. It describes infrastructural components, which are components installed once on a device, like PowerShell or Azure IoT Data Processor Preview. Each target has its own configuration settings, which can be customized to meet the specific needs of the deployment environment. It also specifies provider bindings that define what types of resources are to be managed on the target (for example, Helm, PowerShell scripts, K8s, CRs, or Bash scripts).
2224

2325
To create a target resource for an Arc-enabled K8s cluster, add the resource definition JSON to an Azure Resource Manager template. The following example creates a target resource that defines multiple components and bindings.
2426

articles/iot-operations/deploy-custom/concept-providers.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
2-
title: Providers - Azure IoT Orchestrator
2+
title: How Azure IoT Orchestrator uses providers and components
33
description: Understand how Azure IoT Orchestrator uses providers and components to define resources to deploy to your edge solution
44
author: kgremban
55
ms.author: kgremban
6-
# ms.subservice: orchestrator
6+
ms.subservice: orchestrator
77
ms.topic: concept-article
88
ms.custom:
99
- ignite-2023
@@ -12,9 +12,11 @@ ms.date: 11/02/2023
1212
#CustomerIntent: As a <type of user>, I want <what?> so that <why?>.
1313
---
1414

15-
# Providers and components
15+
# Azure IoT Orchestrator Preview - providers and components
1616

17-
Providers are an extensibility model in the Azure IoT Orchestrator service that allows it to support deployments and configuration across a wide range of OS platforms and deployment mechanisms. Providers are responsible for executing the actions required to achieve the desired state of a resource.
17+
[!INCLUDE [public-preview-note](../includes/public-preview-note.md)]
18+
19+
Providers are an extensibility model in the Azure IoT Orchestrator Preview service that allows it to support deployments and configuration across a wide range of OS platforms and deployment mechanisms. Providers are responsible for executing the actions required to achieve the desired state of a resource.
1820

1921
A provider encapsulates platform specific knowledge and implements a specific capability. In other words, the provider forms an API layer on top of the individual target resources like helm charts, ARC extensions etc., bundles them into a single entity and performs operations like installations, deletions and updates on them. A separate provider to handle each of these target resources.
2022

articles/iot-operations/deploy-custom/howto-helm.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
2-
title: Deploy Helm chart workloads - Azure IoT Orchestrator
2+
title: Deploy Helm chart workloads with IoT Orchestrator
33
description: Use Helm charts to deploy custom workloads to Azure IoT Operations clusters with the Azure IoT Orchestrator
44
author: kgremban
55
ms.author: kgremban
6-
# ms.subservice: orchestrator
6+
ms.subservice: orchestrator
77
ms.topic: how-to
88
ms.custom:
99
- ignite-2023
@@ -12,13 +12,15 @@ ms.date: 11/01/2023
1212
#CustomerIntent: As an OT professional, I want to deploy custom workloads to a Kubernetes cluster.
1313
---
1414

15-
# Deploy a Helm chart to a Kubernetes cluster
15+
# Deploy a Helm chart to a Kubernetes cluster with Azure IoT Orchestrator Preview
1616

17-
Once you have Azure IoT Operations deployed to a connected cluster, you can use Azure IoT Orchestrator to deploy custom workloads including Helm charts.
17+
[!INCLUDE [public-preview-note](../includes/public-preview-note.md)]
18+
19+
Once you have Azure IoT Operations Preview deployed to a connected cluster, you can use Azure IoT Orchestrator Preview to deploy custom workloads including Helm charts.
1820

1921
## Prerequisites
2022

21-
* An Arc-enabled Kubernetes cluster with Azure IoT Orchestrator deployed to it. For more information, see [Deploy Azure IoT Operations](../deploy-iot-ops/howto-deploy-iot-operations.md).
23+
* An Arc-enabled Kubernetes cluster with Azure IoT Orchestrator deployed to it. For more information, see [Deploy Azure IoT Operations Preview extensions to a Kubernetes cluster](../deploy-iot-ops/howto-deploy-iot-operations.md).
2224

2325
## Deploy a helm chart with override values
2426

articles/iot-operations/deploy-custom/howto-k8s.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
2-
title: Deploy K8s workloads - Azure IoT Orchestrator
2+
title: Deploy K8s workloads with IoT Orchestrator
33
description: Use K8s to deploy custom workloads to Azure IoT Operations clusters with the Azure IoT Orchestrator
44
author: kgremban
55
ms.author: kgremban
6-
# ms.subservice: orchestrator
6+
ms.subservice: orchestrator
77
ms.topic: how-to
88
ms.custom:
99
- ignite-2023
@@ -12,13 +12,15 @@ ms.date: 11/01/2023
1212
#CustomerIntent: As an OT professional, I want to deploy custom workloads to a Kubernetes cluster.
1313
---
1414

15-
# Deploy a K8s resource to a Kubernetes cluster
15+
# Deploy a K8s resource to a Kubernetes cluster with Azure IoT Orchestrator Preview
1616

17-
Once you have Azure IoT Operations deployed to a connected cluster, you can use Azure IoT Orchestrator to deploy custom workloads including K8s custom resources.
17+
[!INCLUDE [public-preview-note](../includes/public-preview-note.md)]
18+
19+
Once you have Azure IoT Operations Preview deployed to a connected cluster, you can use Azure IoT Orchestrator Preview to deploy custom workloads including K8s custom resources.
1820

1921
## Prerequisites
2022

21-
* An Arc-enabled Kubernetes cluster with Azure IoT Orchestrator deployed to it. For more information, see [Deploy Azure IoT Operations](../deploy-iot-ops/howto-deploy-iot-operations.md).
23+
* An Arc-enabled Kubernetes cluster with Azure IoT Orchestrator deployed to it. For more information, see [Deploy Azure IoT Operations Preview extensions to a Kubernetes cluster](../deploy-iot-ops/howto-deploy-iot-operations.md).
2224

2325
## Deploy a K8s resource
2426

0 commit comments

Comments
 (0)