Skip to content

Commit b6a7b93

Browse files
committed
Merge branch 'release-aio-ga' of https://github.com/MicrosoftDocs/azure-docs-pr into fabric-tutorial
2 parents d9c7970 + 9b1bc31 commit b6a7b93

11 files changed

+109
-95
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ To send data to Azure Data Lake Storage Gen2 in Azure IoT Operations, you can co
2121
## Prerequisites
2222

2323
- An instance of [Azure IoT Operations](../deploy-iot-ops/howto-deploy-iot-operations.md)
24-
- A [configured dataflow profile](howto-configure-dataflow-profile.md)
2524
- An [Azure Data Lake Storage Gen2 account](../../storage/blobs/create-data-lake-storage-account.md)
2625
- A pre-created storage container in the storage account
2726

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ To send data to Azure Data Explorer in Azure IoT Operations, you can configure a
2121
## Prerequisites
2222

2323
- An instance of [Azure IoT Operations](../deploy-iot-ops/howto-deploy-iot-operations.md)
24-
- A [configured dataflow profile](howto-configure-dataflow-profile.md)
2524
- An **Azure Data Explorer cluster**. Follow the **Full cluster** steps in the [Quickstart: Create an Azure Data Explorer cluster and database](/azure/data-explorer/create-cluster-and-database). The *free cluster* option doesn't work for this scenario.
2625

2726

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ To send data to Microsoft Fabric OneLake in Azure IoT Operations, you can config
2121
## Prerequisites
2222

2323
- An instance of [Azure IoT Operations](../deploy-iot-ops/howto-deploy-iot-operations.md)
24-
- A [configured dataflow profile](howto-configure-dataflow-profile.md)
2524
- **Microsoft Fabric OneLake**. See the following steps to create a workspace and lakehouse.
2625
- [Create a workspace](/fabric/get-started/create-workspaces). The default *my workspace* isn't supported.
2726
- [Create a lakehouse](/fabric/onelake/create-lakehouse-onelake).

articles/iot-operations/connect-to-cloud/howto-configure-fabric-real-time-intelligence.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ To send data to Microsoft Fabric Real-Time Intelligence from Azure IoT Operation
1919
## Prerequisites
2020

2121
- An [Azure IoT Operations](../deploy-iot-ops/howto-deploy-iot-operations.md) instance
22-
- A [configured dataflow profile](howto-configure-dataflow-profile.md)
2322
- [Create a Fabric workspace](/fabric/get-started/create-workspaces). The default *my workspace* isn't supported.
2423
- [Create an Event Stream](/fabric/real-time-intelligence/event-streams/create-manage-an-eventstream#create-an-eventstream)
2524
- [Add a Custom Endpoint as a source](/fabric/real-time-intelligence/event-streams/add-source-custom-app#add-custom-endpoint-data-as-a-source)

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ To set up bi-directional communication between Azure IoT Operations and Apache K
2121
## Prerequisites
2222

2323
- An instance of [Azure IoT Operations](../deploy-iot-ops/howto-deploy-iot-operations.md)
24-
- A [configured dataflow profile](howto-configure-dataflow-profile.md)
2524

2625
## Azure Event Hubs
2726

articles/iot-operations/connect-to-cloud/howto-configure-local-storage-endpoint.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ To send data to local storage in Azure IoT Operations, you can configure a dataf
2121
## Prerequisites
2222

2323
- An instance of [Azure IoT Operations](../deploy-iot-ops/howto-deploy-iot-operations.md)
24-
- A [configured dataflow profile](howto-configure-dataflow-profile.md)
2524
- A [PersistentVolumeClaim (PVC)](https://kubernetes.io/docs/concepts/storage/persistent-volumes/)
2625

2726
## Create a local storage dataflow endpoint

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ MQTT dataflow endpoints are used for MQTT sources and destinations. You can conf
2121
## Prerequisites
2222

2323
- An instance of [Azure IoT Operations](../deploy-iot-ops/howto-deploy-iot-operations.md)
24-
- A [configured dataflow profile](howto-configure-dataflow-profile.md)
2524

2625
## Azure IoT Operations local MQTT broker
2726

articles/iot-operations/connect-to-cloud/howto-create-dataflow.md

Lines changed: 87 additions & 79 deletions
Large diffs are not rendered by default.

articles/iot-operations/create-edge-apps/concept-about-state-store-protocol.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ title: Learn about the MQTT broker state store protocol
33
description: Learn how to implement an MQTT broker state store protocol client
44
author: PatAltimore
55
ms.author: patricka
6+
ms.service: azure-iot-operations
67
ms.subservice: azure-mqtt-broker
78
ms.topic: concept-article
8-
ms.date: 10/30/2024
9+
ms.date: 11/15/2024
910

1011
# CustomerIntent: As a developer, I want understand what the MQTT broker state store protocol is, so
1112
# that I can implement a client app to interact with the state store.
12-
ms.service: azure-iot-operations
1313
---
1414

1515
# State store protocol
@@ -465,6 +465,8 @@ $3<CR><LF>
465465
abc<CR><LF>
466466
```
467467

468+
The `KEYNOTIFY` notification message contains the timestamp of the value when notifying a client about a SET request (value updated) or when notifying a client about a DEL or VDEL request (value deleted). The timestamp is included as part of the message's MQTT v5 User Property __ts. For more information, see the section [Versions as Hybrid Logical Clocks](#versions-as-hybrid-logical-clocks).
469+
468470
## Related content
469471

470472
- [MQTT broker overview](../manage-mqtt-broker/overview-broker.md)

articles/iot-operations/manage-mqtt-broker/howto-configure-authentication.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,7 @@ resource myBrokerAuthentication 'Microsoft.IoTOperations/instances/brokers/authe
240240
{
241241
method: 'X509'
242242
x509Settings: {
243+
trustedClientCaCert: 'client-ca'
243244
authorizationAttributes: {
244245
root: {
245246
attributes: {
@@ -303,8 +304,8 @@ spec:
303304
- my-audience
304305
- method: X509
305306
x509Settings:
307+
trustedClientCaCert: client-ca
306308
authorizationAttributes:
307-
trustedClientCaCert: client-ca
308309
root:
309310
attributes:
310311
organization: contoso

0 commit comments

Comments
 (0)