Skip to content

Commit c32f084

Browse files
committed
Fix warnings
1 parent 990235c commit c32f084

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

articles/iot-operations/connect-to-cloud/open-telemetry.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ You can create an OpenTelemetry dataflow endpoint using the IoT Operations exper
181181

182182
The dataflow endpoint appears in the list of available dataflow endpoints in the Azure IoT Operations experience. This addition ensures that you can easily identify and select the OpenTelemetry endpoint when configuring telemetry pipelines, promoting better integration and visibility across monitoring tools. By surfacing the OTEL endpoint along with other dataflow options, you can route telemetry data and maintain consistent observability standards across assets more efficiently.
183183

184-
:::image type="content" source="media/open-telemetry/dataflow-endpoints.png" alt-text="Screenshot showing endpoints screen." lightbox="media/open-telemetry/dataflow-endpoints.png" lightbox="media/open-telemetry/dataflow-endpoints.png":::
184+
:::image type="content" source="media/open-telemetry/dataflow-endpoints.png" alt-text="Screenshot showing endpoints screen." lightbox="media/open-telemetry/dataflow-endpoints.png" :::
185185

186186
# [Operations experience](#tab/portal)
187187

@@ -210,7 +210,7 @@ The dataflow endpoint appears in the list of available dataflow endpoints in the
210210
- **Disabled**: Disables TLS.
211211
- **Trusted CA certificate ConfigMap name**: The name of a Kubernetes ConfigMap containing your trusted CA certificate.
212212

213-
:::image type="content" source="media/open-telemetry/create-open-telemetry-advance.png" alt-text="Screenshot of the operations experience interface showing the advanced tab in create a new OpenTelemetry endpoint." lightbox="media/open-telemetry/create-open-telemetry-advance.png":::
213+
:::image type="content" source="media/howto-connect-opentelemetry/create-open-telemetry-advance.png" alt-text="Screenshot of the operations experience interface showing the advanced tab in create a new OpenTelemetry endpoint." lightbox="media/howto-connect-opentelemetry/create-open-telemetry-advance.png":::
214214

215215
1. Select **Apply** to create the OpenTelemetry endpoint.
216216

@@ -330,7 +330,7 @@ Replace `<OTEL_AUDIENCE>` with the audience value for your OpenTelemetry collect
330330
1. In the **Create new data flow endpoint: Open Telemetry** pane, under the **Basic** configuration tab, select **Kubernetes service account token** as the authentication method.
331331
1. Provide the **Service audience** value for your OpenTelemetry collector configuration.
332332

333-
:::image type="content" source="media/howto-connect-opentelemetry/service-account-token.png" alt-text="Screenshot of the operations experience interface showing the authentication method selection in create a new OpenTelemetry endpoint." lightbox="media/howto-connect-opentelemetry/service-account-token.png":::
333+
:::image type="content" source="media/open-telemetry/service-account-token.png" alt-text="Screenshot of the operations experience interface showing the authentication method selection in create a new OpenTelemetry endpoint." lightbox="media/open-telemetry/service-account-token.png":::
334334

335335
> [!IMPORTANT]
336336
> You can only choose the authentication method when creating a new OpenTelemetry data flow endpoint. You can't change the authentication method after the OpenTelemetry data flow endpoint is created.
@@ -372,7 +372,7 @@ X.509 certificate authentication uses client certificates for mutual TLS authent
372372
- **X509 client key**: The private key for the client certificate.
373373
- **X509 intermediate certificates**: The intermediate certificates for the client certificate chain.
374374
375-
:::image type="content" source="media/howto-connect-opentelemetry/x-509-certificate.png" alt-text="Screenshot of the operations experience interface showing the X509 authentication method selection in create a new OpenTelemetry endpoint." lightbox="media/howto-connect-opentelemetry/x-509-certificate.png":::
375+
:::image type="content" source="media/open-telemetry/x-509-certificate.png" alt-text="Screenshot of the operations experience interface showing the X509 authentication method selection in create a new OpenTelemetry endpoint." lightbox="media/open-telemetry/x-509-certificate.png":::
376376
377377
# [Bicep](#tab/bicep)
378378

0 commit comments

Comments
 (0)