Skip to content

Commit c005b72

Browse files
Title and TOC changes
1 parent 1530231 commit c005b72

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

articles/storage/blobs/TOC.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -573,9 +573,9 @@ items:
573573
href: ../common/storage-use-data-movement-library.md?toc=/azure/storage/blobs/toc.json&bc=/azure/storage/blobs/breadcrumb/toc.json
574574
- name: Develop with Blob Storage
575575
items:
576-
- name: How do apps interact with Blob Storage data resources?
576+
- name: Blob Storage object model
577577
items:
578-
- name: Understand the Blob Storage object model
578+
- name: Understand how apps interact with Blob Storage data resources
579579
href: storage-blob-object-model.md
580580
- name: Create and manage client objects
581581
href: storage-blob-client-management.md

articles/storage/blobs/storage-blob-object-model.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
---
2-
title: Understand the Blob Storage object model
2+
title: Understand how apps interact with Blob Storage data resources
33
titleSuffix: Azure Storage
4-
description: Understand the Blob Storage object model and how to work with data resources using the Azure SDK.
4+
description: Understand the Blob Storage object model and how to work with data resources using the Azure SDKs.
55
services: storage
66
author: pauljewellmsft
77
ms.author: pauljewell
88

99
ms.service: storage
1010
ms.topic: how-to
11-
ms.date: 03/01/2023
11+
ms.date: 03/07/2023
1212
ms.subservice: blobs
1313
ms.custom: devguide-csharp, devguide-java, devguide-javascript, devguide-python
1414
---
1515

16-
# Understand the Blob Storage object model
16+
# Understand how apps interact with Blob Storage data resources
1717

1818
As you build applications to work with data resources in Azure Blob Storage, your code primarily interacts with three resource types: storage accounts, containers, and blobs. This article explains these resource types and shows how they relate to one another. It also shows how application code uses the Azure Blob Storage client libraries to interact with these various resources.
1919

0 commit comments

Comments
 (0)