You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/storage/blobs/storage-blob-change-feed.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ description: Learn about change feed logs in Azure Blob Storage and how to use t
5
5
author: normesta
6
6
7
7
ms.author: normesta
8
-
ms.date: 02/13/2023
8
+
ms.date: 03/22/2023
9
9
ms.topic: how-to
10
10
ms.service: storage
11
11
ms.subservice: blobs
@@ -17,6 +17,8 @@ ms.custom: engagement-fy23
17
17
18
18
The purpose of the change feed is to provide transaction logs of all the changes that occur to the blobs and the blob metadata in your storage account. The change feed provides **ordered**, **guaranteed**, **durable**, **immutable**, **read-only** log of these changes. Client applications can read these logs at any time, either in streaming or in batch mode. The change feed enables you to build efficient and scalable solutions that process change events that occur in your Blob Storage account at a low cost.
19
19
20
+
To learn how to process records in the change feed, see [Process change feed in Azure Blob Storage](storage-blob-change-feed-how-to.md).
21
+
20
22
## How the change feed works
21
23
22
24
Change feed records are stored as [blobs](/rest/api/storageservices/understanding-block-blobs--append-blobs--and-page-blobs) in a special container in your storage account at standard [blob pricing](https://azure.microsoft.com/pricing/details/storage/blobs/) cost. You can control the retention period of these files based on your requirements (See the [conditions](#conditions) of the current release). Change events are appended to the change feed as records in the [Apache Avro](https://avro.apache.org/docs/1.8.2/spec.html) format specification: a compact, fast, binary format that provides rich data structures with inline schema. This format is widely used in the Hadoop ecosystem, Stream Analytics, and Azure Data Factory.
@@ -145,9 +147,7 @@ Use an Azure Resource Manager template to enable Change feed on your existing st
145
147
146
148
The change feed produces several metadata and log files. These files are located in the **$blobchangefeed** container of the storage account. The **$blobchangefeed** container can be viewed either via the Azure portal or via Azure Storage Explorer.
147
149
148
-
Your client applications can consume the change feed by using the blob change feed processor library that is provided with the change feed processor SDK.
149
-
150
-
See [Process change feed logs in Azure Blob Storage](storage-blob-change-feed-how-to.md).
150
+
Your client applications can consume the change feed by using the blob change feed processor library that is provided with the change feed processor SDK. To learn how to process records in the change feed, see [Process change feed logs in Azure Blob Storage](storage-blob-change-feed-how-to.md).
Copy file name to clipboardExpand all lines: articles/vs-azure-tools-storage-explorer-blobs.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ The following steps illustrate how to create a blob container within Storage Exp
47
47
48
48
## View a blob container's contents
49
49
50
-
Blob containers contain blobs and folders (that can also contain blobs).
50
+
Blob containers contain blobs and virtual directories (that can also contain blobs).
51
51
52
52
The following steps illustrate how to view the contents of a blob container within Storage Explorer:
53
53
@@ -165,7 +165,7 @@ The following steps illustrate how to specify a public access level for a blob c
165
165
Once you've created a blob container, you can upload a blob to that blob container, download a blob to your local computer, open a blob on your local computer,
166
166
and much more.
167
167
168
-
The following steps illustrate how to manage the blobs (and folders) within a blob container.
168
+
The following steps illustrate how to manage the blobs (and virtual directories) within a blob container.
169
169
170
170
1. Open Storage Explorer.
171
171
2. In the left pane, expand the storage account containing the blob container you wish to manage.
@@ -186,7 +186,7 @@ The following steps illustrate how to manage the blobs (and folders) within a bl
186
186
187
187
![Upload files options][16]
188
188
3. Specify the type of **Blob type**. See [Create a container](storage/blobs/storage-quickstart-blobs-dotnet.md#create-a-container) for more information.
189
-
4. Optionally, specify a target folder into which the selected file(s) will be uploaded. If the target folder doesn’t exist, it will be created.
189
+
4. Optionally, specify a target virtual directory into which the selected file(s) will be uploaded. If the target virtual directory doesn’t exist, it will be created.
190
190
5. Select **Upload**.
191
191
***Upload a folder to a blob container**
192
192
@@ -197,7 +197,7 @@ The following steps illustrate how to manage the blobs (and folders) within a bl
197
197
198
198
![Upload folder options][18]
199
199
3. Specify the type of **Blob type**. See [Create a container](storage/blobs/storage-quickstart-blobs-dotnet.md#create-a-container) for more information.
200
-
4. Optionally, specify a target folder into which the selected folder's contents will be uploaded. If the target folder doesn’t exist, it will be created.
200
+
4. Optionally, specify a target virtual directory into which the selected folder's contents will be uploaded. If the target virtual directory doesn’t exist, it will be created.
0 commit comments