Skip to content

Commit 3cdc702

Browse files
Merge pull request #91875 from hyoshioka0128/patch-546
Typo "Azure Blob storage"→"Azure Blob Storage"
2 parents 389df7a + d6cf0d9 commit 3cdc702

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/storage/blobs/immutable-storage-overview.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ms.subservice: blobs
1616

1717
Immutable storage for Azure Blob Storage enables users to store business-critical data in a WORM (Write Once, Read Many) state. While in a WORM state, data cannot be modified or deleted for a user-specified interval. By configuring immutability policies for blob data, you can protect your data from overwrites and deletes.
1818

19-
Immutable storage for Azure Blob storage supports two types of immutability policies:
19+
Immutable storage for Azure Blob Storage supports two types of immutability policies:
2020

2121
- **Time-based retention policies**: With a time-based retention policy, users can set policies to store data for a specified interval. When a time-based retention policy is set, objects can be created and read, but not modified or deleted. After the retention period has expired, objects can be deleted but not overwritten. To learn more about time-based retention policies, see [Time-based retention policies for immutable blob data](immutable-time-based-retention-policy-overview.md).
2222

@@ -32,7 +32,7 @@ Immutable storage helps healthcare organization, financial institutions, and rel
3232

3333
Typical applications include:
3434

35-
- **Regulatory compliance**: Immutable storage for Azure Blob storage helps organizations address SEC 17a-4(f), CFTC 1.31(d), FINRA, and other regulations.
35+
- **Regulatory compliance**: Immutable storage for Azure Blob Storage helps organizations address SEC 17a-4(f), CFTC 1.31(d), FINRA, and other regulations.
3636

3737
- **Secure document retention**: Immutable storage for blobs ensures that data can't be modified or deleted by any user, not even by users with account administrative privileges.
3838

@@ -129,7 +129,7 @@ Immutable storage support for accounts with a hierarchical namespace is in previ
129129
Keep in mind that you cannot rename or move a blob when the blob is in the immutable state and the account has a hierarchical namespace enabled. Both the blob name and the directory structure provide essential container-level data that cannot be modified once the immutable policy is in place.
130130

131131
> [!IMPORTANT]
132-
> Immutable storage for Azure Blob storage in accounts that have the hierarchical namespace feature enabled is currently in PREVIEW. See the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/) for legal terms that apply to Azure features that are in beta, preview, or otherwise not yet released into general availability.
132+
> Immutable storage for Azure Blob Storage in accounts that have the hierarchical namespace feature enabled is currently in PREVIEW. See the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/) for legal terms that apply to Azure features that are in beta, preview, or otherwise not yet released into general availability.
133133
134134
## Recommended blob types
135135

@@ -151,7 +151,7 @@ For more information about blob inventory, see [Azure Storage blob inventory (pr
151151

152152
## Pricing
153153

154-
There is no additional capacity charge for using immutable storage. Immutable data is priced in the same way as mutable data. For pricing details on Azure Blob storage, see the [Azure Storage pricing page](https://azure.microsoft.com/pricing/details/storage/blobs/).
154+
There is no additional capacity charge for using immutable storage. Immutable data is priced in the same way as mutable data. For pricing details on Azure Blob Storage, see the [Azure Storage pricing page](https://azure.microsoft.com/pricing/details/storage/blobs/).
155155

156156
Creating, modifying, or deleting a time-based retention policy or legal hold on a blob version results in a write transaction charge.
157157

0 commit comments

Comments
 (0)