Skip to content

Commit ad4c3b1

Browse files
committed
Removed HTML image code
1 parent 147fb5c commit ad4c3b1

9 files changed

+23
-154
lines changed

articles/digital-twins/how-to-create-app-registration.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -162,13 +162,7 @@ Start on your app registration page in the Azure portal.
162162

163163
1. Enter whatever values you want for Description and Expires, and select **Add**.
164164

165-
:::row:::
166-
:::column:::
167-
:::image type="content" source="media/how-to-create-app-registration/add-client-secret.png" alt-text="Screenshot of the Azure portal while adding a client secret.":::
168-
:::column-end:::
169-
:::column:::
170-
:::column-end:::
171-
:::row-end:::
165+
:::image type="content" source="media/how-to-create-app-registration/add-client-secret.png" alt-text="Screenshot of the Azure portal while adding a client secret.":::
172166

173167
1. Verify that the client secret is visible on the **Certificates & secrets** page with Expires and Value fields.
174168

articles/digital-twins/how-to-enable-private-link.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -195,13 +195,7 @@ To disable or enable public network access in the [Azure portal](https://portal.
195195

196196
1. In the **Public access** tab, set **Allow public network access to** either **Disabled** or **All networks**.
197197

198-
:::row:::
199-
:::column:::
200-
:::image type="content" source="media/how-to-enable-private-link/network-flag-portal.png" alt-text="Screenshot of the Azure portal showing the Networking page for an Azure Digital Twins instance, highlighting how to toggle public access." lightbox="media/how-to-enable-private-link/network-flag-portal.png":::
201-
:::column-end:::
202-
:::column:::
203-
:::column-end:::
204-
:::row-end:::
198+
:::image type="content" source="media/how-to-enable-private-link/network-flag-portal.png" alt-text="Screenshot of the Azure portal showing the Networking page for an Azure Digital Twins instance, highlighting how to toggle public access." lightbox="media/how-to-enable-private-link/network-flag-portal.png":::
205199

206200
Select **Save**.
207201

articles/digital-twins/how-to-integrate-time-series-insights.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,7 @@ Before you can set up a relationship with Time Series Insights, you'll need to s
4040

4141
You'll be attaching Time Series Insights to Azure Digital Twins through the following path.
4242

43-
:::row:::
44-
:::column:::
45-
:::image type="content" source="media/how-to-integrate-time-series-insights/diagram-simple.png" alt-text="Diagram of Azure services in an end-to-end scenario, highlighting Time Series Insights." lightbox="media/how-to-integrate-time-series-insights/diagram-simple.png":::
46-
:::column-end:::
47-
:::column:::
48-
:::column-end:::
49-
:::row-end:::
43+
:::image type="content" source="media/how-to-integrate-time-series-insights/diagram-simple.png" alt-text="Diagram of Azure services in an end-to-end scenario, highlighting Time Series Insights." lightbox="media/how-to-integrate-time-series-insights/diagram-simple.png":::
5044

5145
## Create Event Hubs namespace
5246

articles/digital-twins/how-to-manage-routes.md

Lines changed: 6 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -83,13 +83,7 @@ To create a new endpoint, go to your instance's page in the [Azure portal](https
8383
1. Complete the other details that are required for your endpoint type, including your subscription and the endpoint resources described [above](#prerequisite-create-endpoint-resources).
8484
1. For Event Hubs and Service Bus endpoints only, you must select an **Authentication type**. You can use key-based authentication with a pre-created authorization rule, or identity-based authentication if you'll be using the endpoint with a [managed identity](concepts-security.md#managed-identity-for-accessing-other-resources) for your Azure Digital Twins instance.
8585

86-
:::row:::
87-
:::column:::
88-
:::image type="content" source="media/how-to-manage-routes/create-endpoint-event-hub-authentication.png" alt-text="Screenshot of creating an endpoint of type Event Hubs in the Azure portal." lightbox="media/how-to-manage-routes/create-endpoint-event-hub-authentication.png":::
89-
:::column-end:::
90-
:::column:::
91-
:::column-end:::
92-
:::row-end:::
86+
:::image type="content" source="media/how-to-manage-routes/create-endpoint-event-hub-authentication.png" alt-text="Screenshot of creating an endpoint of type Event Hubs in the Azure portal." lightbox="media/how-to-manage-routes/create-endpoint-event-hub-authentication.png":::
9387

9488
1. Finish creating your endpoint by selecting **Save**.
9589

@@ -98,13 +92,8 @@ To create a new endpoint, go to your instance's page in the [Azure portal](https
9892
9993
After creating your endpoint, you can verify that the endpoint was successfully created by checking the notification icon in the top Azure portal bar:
10094

101-
:::row:::
102-
:::column:::
103-
:::image type="content" source="media/how-to-manage-routes/create-endpoint-notifications.png" alt-text="Screenshot of the notification to verify the creation of an endpoint in the Azure portal.":::
104-
:::column-end:::
105-
:::column:::
106-
:::column-end:::
107-
:::row-end:::
95+
:::image type="content" source="media/how-to-manage-routes/create-endpoint-notifications.png" alt-text="Screenshot of the notification to verify the creation of an endpoint in the Azure portal.":::
96+
10897

10998
If the endpoint creation fails, observe the error message and retry after a few minutes.
11099

@@ -356,37 +345,19 @@ You can either select from some basic common filter options, or use the advanced
356345

357346
To use the basic filters, expand the **Event types** option and select the checkboxes corresponding to the events you want to send to your endpoint.
358347

359-
:::row:::
360-
:::column:::
361-
:::image type="content" source="media/how-to-manage-routes/create-event-route-filter-basic-1.png" alt-text="Screenshot of creating an event route with a basic filter in the Azure portal, highlighting the checkboxes of the events.":::
362-
:::column-end:::
363-
:::column:::
364-
:::column-end:::
365-
:::row-end:::
348+
:::image type="content" source="media/how-to-manage-routes/create-event-route-filter-basic-1.png" alt-text="Screenshot of creating an event route with a basic filter in the Azure portal, highlighting the checkboxes of the events.":::
366349

367350
Doing so will autopopulate the filter text box with the text of the filter you've selected:
368351

369-
:::row:::
370-
:::column:::
371-
:::image type="content" source="media/how-to-manage-routes/create-event-route-filter-basic-2.png" alt-text="Screenshot of creating an event route with a basic filter in the Azure portal, highlighting the autopopulated filter text after selecting the events.":::
372-
:::column-end:::
373-
:::column:::
374-
:::column-end:::
375-
:::row-end:::
352+
:::image type="content" source="media/how-to-manage-routes/create-event-route-filter-basic-2.png" alt-text="Screenshot of creating an event route with a basic filter in the Azure portal, highlighting the autopopulated filter text after selecting the events.":::
376353

377354
### Use the advanced filters
378355

379356
You can also use the advanced filter option to write your own custom filters.
380357

381358
To create an event route with advanced filter options, toggle the switch for the **Advanced editor** to enable it. You can then write your own event filters in the **Filter** box:
382359

383-
:::row:::
384-
:::column:::
385-
:::image type="content" source="media/how-to-manage-routes/create-event-route-filter-advanced.png" alt-text="Screenshot of creating an event route with an advanced filter in the Azure portal.":::
386-
:::column-end:::
387-
:::column:::
388-
:::column-end:::
389-
:::row-end:::
360+
:::image type="content" source="media/how-to-manage-routes/create-event-route-filter-advanced.png" alt-text="Screenshot of creating an event route with an advanced filter in the Azure portal.":::
390361

391362
# [API](#tab/api)
392363

articles/digital-twins/how-to-route-with-managed-identity.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -181,13 +181,7 @@ Start following the [instructions to create an Azure Digital Twins endpoint](how
181181

182182
When you get to the step of completing the details required for your endpoint type, make sure to select **Identity-based** for the Authentication type.
183183

184-
:::row:::
185-
:::column:::
186-
:::image type="content" source="media/how-to-manage-routes/create-endpoint-event-hub-authentication.png" alt-text="Screenshot of creating an endpoint of type Event Hubs." lightbox="media/how-to-manage-routes/create-endpoint-event-hub-authentication.png":::
187-
:::column-end:::
188-
:::column:::
189-
:::column-end:::
190-
:::row-end:::
184+
:::image type="content" source="media/how-to-manage-routes/create-endpoint-event-hub-authentication.png" alt-text="Screenshot of creating an endpoint of type Event Hubs." lightbox="media/how-to-manage-routes/create-endpoint-event-hub-authentication.png":::
191185

192186
Finish setting up your endpoint and select **Save**.
193187

articles/digital-twins/how-to-use-azure-digital-twins-explorer.md

Lines changed: 10 additions & 70 deletions
Original file line numberDiff line numberDiff line change
@@ -141,13 +141,7 @@ There are two possible error scenarios that each give their own error message:
141141

142142
Both of these error messages are shown in the screenshot below:
143143

144-
:::row:::
145-
:::column:::
146-
:::image type="content" source="media/how-to-use-azure-digital-twins-explorer/properties-errors.png" alt-text="Screenshot of Azure Digital Twins Explorer Twin Properties panel, showing two error messages. One error indicates that models are missing, and the other indicates that properties are missing a model. " lightbox="media/how-to-use-azure-digital-twins-explorer/properties-errors.png":::
147-
:::column-end:::
148-
:::column:::
149-
:::column-end:::
150-
:::row-end:::
144+
:::image type="content" source="media/how-to-use-azure-digital-twins-explorer/properties-errors.png" alt-text="Screenshot of Azure Digital Twins Explorer Twin Properties panel, showing two error messages. One error indicates that models are missing, and the other indicates that properties are missing a model. " lightbox="media/how-to-use-azure-digital-twins-explorer/properties-errors.png":::
151145

152146
#### View a twin's relationships
153147

@@ -236,13 +230,7 @@ You can create a new digital twin from its model definition in the **Models** pa
236230

237231
To create a twin from a model, find that model in the list and choose the menu dots next to the model name. Then, select **Create a Twin**. You'll be asked to enter a **name** for the new twin, which must be unique. Then save the twin, which will add it to your graph.
238232

239-
:::row:::
240-
:::column:::
241-
:::image type="content" source="media/how-to-use-azure-digital-twins-explorer/models-panel-create-a-twin.png" alt-text="Screenshot of Azure Digital Twins Explorer Models panel. The menu dots for a single model are highlighted, and the menu option to Create a Twin is also highlighted." lightbox="media/how-to-use-azure-digital-twins-explorer/models-panel-create-a-twin.png":::
242-
:::column-end:::
243-
:::column:::
244-
:::column-end:::
245-
:::row-end:::
233+
:::image type="content" source="media/how-to-use-azure-digital-twins-explorer/models-panel-create-a-twin.png" alt-text="Screenshot of Azure Digital Twins Explorer Models panel. The menu dots for a single model are highlighted, and the menu option to Create a Twin is also highlighted." lightbox="media/how-to-use-azure-digital-twins-explorer/models-panel-create-a-twin.png":::
246234

247235
To add property values to your twin, see [Edit twin and relationship properties](#edit-twin-and-relationship-properties).
248236

@@ -308,13 +296,7 @@ You can use the **Model Graph** panel to view a graphical representation of the
308296

309297
To see the full definition of a model, find that model in the **Models** pane and select the menu dots next to the model name. Then, select **View Model**. Doing so will display a **Model Information** modal showing the raw DTDL definition of the model.
310298

311-
:::row:::
312-
:::column:::
313-
:::image type="content" source="media/how-to-use-azure-digital-twins-explorer/models-panel-view.png" alt-text="Screenshot of Azure Digital Twins Explorer Models panel. The menu dots for a single model are highlighted, and the menu option to View Model is also highlighted." lightbox="media/how-to-use-azure-digital-twins-explorer/models-panel-view.png":::
314-
:::column-end:::
315-
:::column:::
316-
:::column-end:::
317-
:::row-end:::
299+
:::image type="content" source="media/how-to-use-azure-digital-twins-explorer/models-panel-view.png" alt-text="Screenshot of Azure Digital Twins Explorer Models panel. The menu dots for a single model are highlighted, and the menu option to View Model is also highlighted." lightbox="media/how-to-use-azure-digital-twins-explorer/models-panel-view.png":::
318300

319301
You can also view a model's full definition by selecting it in the **Model Graph**, and using the **Toggle model details** button to expand the **Model Detail** panel. This panel will also display the full DTDL code for the model.
320302

@@ -351,13 +333,7 @@ You can upload custom images to represent different models in the Model Graph an
351333
352334
To upload an image for a single model, find that model in the **Models** panel and select the menu dots next to the model name. Then, select **Upload Model Image**. In the file selector box that appears, navigate on your machine to the image file you want to upload for that model. Choose **Open** to upload it.
353335

354-
:::row:::
355-
:::column:::
356-
:::image type="content" source="media/how-to-use-azure-digital-twins-explorer/models-panel-upload-one-image.png" alt-text="Screenshot of Azure Digital Twins Explorer Models panel. The menu dots for a single model are highlighted, and the menu option to Upload Model Image is also highlighted." lightbox="media/how-to-use-azure-digital-twins-explorer/models-panel-upload-one-image.png":::
357-
:::column-end:::
358-
:::column:::
359-
:::column-end:::
360-
:::row-end:::
336+
:::image type="content" source="media/how-to-use-azure-digital-twins-explorer/models-panel-upload-one-image.png" alt-text="Screenshot of Azure Digital Twins Explorer Models panel. The menu dots for a single model are highlighted, and the menu option to Upload Model Image is also highlighted." lightbox="media/how-to-use-azure-digital-twins-explorer/models-panel-upload-one-image.png":::
361337

362338
You can also upload model images in bulk.
363339

@@ -372,13 +348,7 @@ First, use the following instructions to set the image file names before uploadi
372348
373349
Then, to upload the images at the same time, use the **Upload Model Images** icon at the top of the Models panel. In the file selector box, choose which image files to upload.
374350

375-
:::row:::
376-
:::column:::
377-
:::image type="content" source="media/how-to-use-azure-digital-twins-explorer/models-panel-upload-images.png" alt-text="Screenshot of Azure Digital Twins Explorer Models panel. The Upload Model Images icon is highlighted." lightbox="media/how-to-use-azure-digital-twins-explorer/models-panel-upload-images.png":::
378-
:::column-end:::
379-
:::column:::
380-
:::column-end:::
381-
:::row-end:::
351+
:::image type="content" source="media/how-to-use-azure-digital-twins-explorer/models-panel-upload-images.png" alt-text="Screenshot of Azure Digital Twins Explorer Models panel. The Upload Model Images icon is highlighted." lightbox="media/how-to-use-azure-digital-twins-explorer/models-panel-upload-images.png":::
382352

383353
## Manage models
384354

@@ -399,25 +369,13 @@ You can upload models from your machine by selecting them individually, or by up
399369

400370
To upload one or more models that are individually selected, select the **Upload a model** icon showing an upwards arrow.
401371

402-
:::row:::
403-
:::column:::
404-
:::image type="content" source="media/how-to-use-azure-digital-twins-explorer/models-panel-upload.png" alt-text="Screenshot of Azure Digital Twins Explorer Models panel. The Upload a model icon is highlighted." lightbox="media/how-to-use-azure-digital-twins-explorer/models-panel-upload.png":::
405-
:::column-end:::
406-
:::column:::
407-
:::column-end:::
408-
:::row-end:::
372+
:::image type="content" source="media/how-to-use-azure-digital-twins-explorer/models-panel-upload.png" alt-text="Screenshot of Azure Digital Twins Explorer Models panel. The Upload a model icon is highlighted." lightbox="media/how-to-use-azure-digital-twins-explorer/models-panel-upload.png":::
409373

410374
In the file selector box that appears, navigate on your machine to the model(s) you want to upload. You can select one or more JSON model files and select **Open** to upload them.
411375

412376
To upload a folder of models, including everything that's inside it, select the **Upload a directory of Models** icon showing a file folder.
413377

414-
:::row:::
415-
:::column:::
416-
:::image type="content" source="media/how-to-use-azure-digital-twins-explorer/models-panel-upload-directory.png" alt-text="Screenshot of Azure Digital Twins Explorer Models panel. The Upload a directory of Models icon is highlighted." lightbox="media/how-to-use-azure-digital-twins-explorer/models-panel-upload-directory.png":::
417-
:::column-end:::
418-
:::column:::
419-
:::column-end:::
420-
:::row-end:::
378+
:::image type="content" source="media/how-to-use-azure-digital-twins-explorer/models-panel-upload-directory.png" alt-text="Screenshot of Azure Digital Twins Explorer Models panel. The Upload a directory of Models icon is highlighted." lightbox="media/how-to-use-azure-digital-twins-explorer/models-panel-upload-directory.png":::
421379

422380
In the file selector box that appears, navigate on your machine to a folder containing JSON model files. Select **Open** to upload that top-level folder and all of its contents.
423381

@@ -430,37 +388,19 @@ You can use the Models panel to delete individual models, or all of the models i
430388

431389
To delete a single model, find that model in the list and select the menu dots next to the model name. Then, select **Delete Model**.
432390

433-
:::row:::
434-
:::column:::
435-
:::image type="content" source="media/how-to-use-azure-digital-twins-explorer/models-panel-delete-one.png" alt-text="Screenshot of Azure Digital Twins Explorer Models panel. The menu dots for a single model are highlighted, and the menu option to Delete Model is also highlighted." lightbox="media/how-to-use-azure-digital-twins-explorer/models-panel-delete-one.png":::
436-
:::column-end:::
437-
:::column:::
438-
:::column-end:::
439-
:::row-end:::
391+
:::image type="content" source="media/how-to-use-azure-digital-twins-explorer/models-panel-delete-one.png" alt-text="Screenshot of Azure Digital Twins Explorer Models panel. The menu dots for a single model are highlighted, and the menu option to Delete Model is also highlighted." lightbox="media/how-to-use-azure-digital-twins-explorer/models-panel-delete-one.png":::
440392

441393
To delete all of the models in your instance at once, choose the **Delete All Models** icon at the top of the Models panel.
442394

443-
:::row:::
444-
:::column:::
445-
:::image type="content" source="media/how-to-use-azure-digital-twins-explorer/models-panel-delete-all.png" alt-text="Screenshot of Azure Digital Twins Explorer Models panel. The Delete All Models icon is highlighted." lightbox="media/how-to-use-azure-digital-twins-explorer/models-panel-delete-all.png":::
446-
:::column-end:::
447-
:::column:::
448-
:::column-end:::
449-
:::row-end:::
395+
:::image type="content" source="media/how-to-use-azure-digital-twins-explorer/models-panel-delete-all.png" alt-text="Screenshot of Azure Digital Twins Explorer Models panel. The Delete All Models icon is highlighted." lightbox="media/how-to-use-azure-digital-twins-explorer/models-panel-delete-all.png":::
450396

451397
### Refresh models
452398

453399
When you open Azure Digital Twins Explorer, the Models panel should automatically show all available models in your environment.
454400

455401
However, you can manually refresh the panel at any time to reload the list of all models in your Azure Digital Twins instance. To do so, select the **Refresh models** icon.
456402

457-
:::row:::
458-
:::column:::
459-
:::image type="content" source="media/how-to-use-azure-digital-twins-explorer/models-panel-refresh.png" alt-text="Screenshot of Azure Digital Twins Explorer Models panel. The Refresh models icon is highlighted." lightbox="media/how-to-use-azure-digital-twins-explorer/models-panel-refresh.png":::
460-
:::column-end:::
461-
:::column:::
462-
:::column-end:::
463-
:::row-end:::
403+
:::image type="content" source="media/how-to-use-azure-digital-twins-explorer/models-panel-refresh.png" alt-text="Screenshot of Azure Digital Twins Explorer Models panel. The Refresh models icon is highlighted." lightbox="media/how-to-use-azure-digital-twins-explorer/models-panel-refresh.png":::
464404

465405
## Import/export graph
466406

0 commit comments

Comments
 (0)