Skip to content

Commit 5456815

Browse files
committed
Fix missing images
1 parent 58dbdfd commit 5456815

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

articles/cosmos-db/nosql/query/computed-properties.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.service: azure-cosmos-db
99
ms.subservice: nosql
1010
ms.topic: reference
1111
ms.devlang: nosql
12-
ms.date: 02/27/2024
12+
ms.date: 08/08/2024
1313
ms.custom: query-reference
1414
---
1515

@@ -244,7 +244,7 @@ You can use the Data Explorer to create a computed property for a container.
244244
]
245245
```
246246

247-
:::image type="content" source="media/computed-properties/data-explorer.png" alt-text="Screenshot of the computed properties JSON editor in the Data Explorer interface.":::
247+
:::image type="content" source="media/computed-properties/data-explorer-editor.png" alt-text="Screenshot of the computed properties JSON editor in the Data Explorer interface.":::
248248

249249
1. **Save** the computed property.
250250

@@ -254,7 +254,7 @@ Computed properties can be referenced in queries the same way that persisted pro
254254

255255
The following examples use the quickstart products dataset that's available in [Data Explorer](../../data-explorer.md) in the Azure portal. To get started, select **Launch the quick start** and load the dataset in a new container.
256256

257-
:::image type="content" source="./media/computed-properties/data-explorer-quickstart-data.png" alt-text="Screenshot that shows how to begin the quickstart to load a sample dataset in the Azure portal." border="false":::
257+
:::image type="content" source="./media/computed-properties/data-explorer-home.png" alt-text="Screenshot illustrating how to load a sample data set into a database and container." border="false":::
258258

259259
Here's an example of an item:
260260

0 commit comments

Comments
 (0)