Skip to content

Commit 990235c

Browse files
committed
Fix up images
1 parent e5b3024 commit 990235c

6 files changed

Lines changed: 8 additions & 8 deletions

File tree

articles/iot-operations/connect-to-cloud/media/howto-connect-opentelemetry/create-new-open-telemetry-basic.png renamed to articles/iot-operations/connect-to-cloud/media/open-telemetry/create-new-open-telemetry-basic.png

File renamed without changes.

articles/iot-operations/connect-to-cloud/media/howto-connect-opentelemetry/create-new-open-telemetry.png renamed to articles/iot-operations/connect-to-cloud/media/open-telemetry/create-new-open-telemetry.png

File renamed without changes.

articles/iot-operations/connect-to-cloud/media/howto-connect-opentelemetry/create-open-telemetry-advance.png renamed to articles/iot-operations/connect-to-cloud/media/open-telemetry/create-open-telemetry-advance.png

File renamed without changes.

articles/iot-operations/connect-to-cloud/media/howto-connect-opentelemetry/x-509-certificate.png renamed to articles/iot-operations/connect-to-cloud/media/open-telemetry/x-509-certificate.png

File renamed without changes.

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -181,14 +181,14 @@ 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":::
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":::
185185

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

188188
1. To create an OpenTelemetry dataflow in the [IoT Operations experience](https://iotoperations.azure.com/), select **Dataflow endpoints**.
189189
1. From the **Dataflow endpoints** page, select **Open Telemetry**, and then select **+ New**.
190190

191-
:::image type="content" source="media/howto-connect-opentelemetry/create-new-open-telemetry.png" alt-text="Screenshot of the operations experience interface showing the option to create a new OpenTelemetry endpoint":::
191+
:::image type="content" source="media/open-telemetry/create-new-open-telemetry.png" alt-text="Screenshot of the operations experience interface showing the option to create a new OpenTelemetry endpoint":::
192192

193193
1. In the **Create new data flow endpoint: Open Telemetry** pane, select the **Basic** configuration tab and provide the following information:
194194

@@ -199,7 +199,7 @@ The dataflow endpoint appears in the list of available dataflow endpoints in the
199199
- **Anonymous**: Use when the OpenTelemetry collector doesn't require authentication.
200200
- **X509 certificate**: Uses client certificates for mutual TLS authentication. Provide the name of a Kubernetes secret containing your client certificate. For more information, see [X.509 certificate](#x509-certificate).
201201

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

204204
1. Select the **Advanced** configuration tab and provide the following information:
205205

@@ -210,13 +210,13 @@ 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/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.":::
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":::
214214

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

217217
# [Bicep](#tab/bicep)
218218

219-
Create a Bicep `.bicep` file with the following content. Update the settings as needed and replace the placeholder values like `<AIO_INSTANCE_NAME>` with your values. Replace `<OTEL_AUDIENCE>` with the audience value for your OpenTelemetry collector configuration. This value matches the expected audience on the collector.
219+
Create a Bicep **.bicep** file with the following content. Update the settings as needed and replace the placeholder values like `<AIO_INSTANCE_NAME>` with your values. Replace `<OTEL_AUDIENCE>` with the audience value for your OpenTelemetry collector configuration. This value matches the expected audience on the collector.
220220

221221
```bicep
222222
param aioInstanceName string = '<AIO_INSTANCE_NAME>'
@@ -270,7 +270,7 @@ az deployment group create --resource-group <RESOURCE_GROUP> --template-file <FI
270270

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

273-
Create a Kubernetes manifest `.yaml` file with the following content. Replace `<OTEL_AUDIENCE>` with the audience value for your OpenTelemetry collector configuration. This value must match the expected audience on the collector:
273+
Create a Kubernetes manifest **.yaml** file with the following content. Replace `<OTEL_AUDIENCE>` with the audience value for your OpenTelemetry collector configuration. This value must match the expected audience on the collector:
274274

275275
```yaml
276276
apiVersion: connectivity.iotoperations.azure.com/v1beta1
@@ -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.":::
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":::
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.":::
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":::
376376
377377
# [Bicep](#tab/bicep)
378378

0 commit comments

Comments
 (0)