Skip to content

Commit b4b1874

Browse files
committed
Fix wildcard link
1 parent 077c1f2 commit b4b1874

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.author: patricka
77
ms.topic: how-to
88
ms.custom:
99
- ignite-2023
10-
ms.date: 04/02/2024
10+
ms.date: 04/15/2024
1111

1212
#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.
1313
---
@@ -268,7 +268,7 @@ The specification field of a DataLakeConnectorTopicMap resource contains the fol
268268
- `clientId`: A unique identifier for the MQTT client that subscribes to the topic.
269269
- `maxMessagesPerBatch`: The maximum number of messages to ingest in one batch into the Delta table. Due to a temporary restriction, this value must be less than 16 if `qos` is set to 1. This field is required.
270270
- `messagePayloadType`: The type of payload that is sent to the MQTT topic. It can be one of `json` or `avro` (not yet supported).
271-
- `mqttSourceTopic`: The name of the MQTT topic(s) to subscribe to. Supports [MQTT topic wildcard notation](https://chat.openai.com/share/c6f86407-af73-4c18-88e5-f6053b03bc02).
271+
- `mqttSourceTopic`: The name of the MQTT topic(s) to subscribe to. Supports [MQTT topic wildcard notation](https://docs.oasis-open.org/mqtt/mqtt/v5.0/os/mqtt-v5.0-os.html#_Toc3901241).
272272
- `qos`: The quality of service level for subscribing to the MQTT topic. It can be one of 0 or 1.
273273
- `table`: The table field specifies the configuration and properties of the Delta table in the Data Lake Storage account. It has the following subfields:
274274
- `tableName`: The name of the Delta table to create or append to in the Data Lake Storage account. This field is also known as the container name when used with Azure Data Lake Storage Gen2. It can contain any **lower case** English letter, and underbar `_`, with length up to 256 characters. No dashes `-` or space characters are allowed.

0 commit comments

Comments
 (0)