Skip to content

Commit c349a66

Browse files
Merge pull request #313672 from dominicbetts/release-aio-2603-warn
AIO 2603: Fix warning
2 parents 006185b + adaf46a commit c349a66

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ Specify the schema and serialization format in the data flow endpoint details. T
247247

248248
# [Azure CLI](#tab/cli)
249249

250-
After you [upload a schema to the schema registry](concept-schema-registry.md#upload-schema-with-the-cli), reference it in the data flow configuration.
250+
After you [upload a schema to the schema registry](concept-schema-registry.md#upload-with-the-azure-cli), reference it in the data flow configuration.
251251

252252
```json
253253
{
@@ -260,7 +260,7 @@ After you [upload a schema to the schema registry](concept-schema-registry.md#up
260260

261261
# [Bicep](#tab/bicep)
262262

263-
After you [upload a schema to the schema registry](concept-schema-registry.md#upload-schema-with-the-cli), reference it in the data flow configuration.
263+
After you [upload a schema to the schema registry](concept-schema-registry.md#upload-with-the-azure-cli), reference it in the data flow configuration.
264264

265265
```bicep
266266
builtInTransformationSettings: {
@@ -271,7 +271,7 @@ builtInTransformationSettings: {
271271

272272
# [Kubernetes (preview)](#tab/kubernetes)
273273

274-
After you [upload a schema to the schema registry](concept-schema-registry.md#upload-schema-with-the-cli), reference it in the data flow configuration.
274+
After you [upload a schema to the schema registry](concept-schema-registry.md#upload-with-the-azure-cli), reference it in the data flow configuration.
275275

276276
```yaml
277277
builtInTransformationSettings:

0 commit comments

Comments
 (0)