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/common/storage-account-overview.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
@@ -22,7 +22,7 @@ A storage account contains all of your Azure Storage data objects: blobs, files,
22
22
23
23
Azure Storage offers several types of storage accounts. Each type supports different features and has its own pricing model.
24
24
25
-
The following table describes the types of storage accounts that Microsoft recommends for most scenarios. All of these types use the [Azure Resource Manager](../../azure-resource-manager/management/overview.md) deployment model.
25
+
The following table describes the types of storage accounts that we recommend for most scenarios. All of these types use the [Azure Resource Manager](../../azure-resource-manager/management/overview.md) deployment model.
26
26
27
27
| Type of storage account | Supported storage services | Redundancy options | Usage |
28
28
|--|--|--|--|
@@ -157,7 +157,7 @@ The following table lists the format for the standard endpoints for each of the
157
157
158
158
When your account is created with standard endpoints, you can easily construct the URL for an object in Azure Storage. Append the object's location in the storage account to the endpoint. For example, the URL for a blob is similar to:
@@ -192,7 +192,7 @@ To learn how to create a storage account with Azure DNS zone endpoints, see [Cre
192
192
193
193
#### About the preview
194
194
195
-
The Azure DNS zone endpoints preview is available in all public regions. The preview isn't available in any government cloud regions.
195
+
The preview of Azure DNS zone endpoints is available in all public regions. The preview isn't available in any government cloud regions.
196
196
197
197
To register for the preview, follow the instructions provided in [Set up preview features in an Azure subscription](../../azure-resource-manager/management/preview-features.md#register-preview-feature). Specify `PartitionedDnsPublicPreview` as the feature name and `Microsoft.Storage` as the provider namespace.
198
198
@@ -255,7 +255,7 @@ The following account types are retired or scheduled for retirement. They aren't
255
255
256
256
| Retired account type | Supported services | Redundancy options | Deployment model | Guidance |
257
257
| --- | --- | --- | --- | --- |
258
-
|**Standard general-purpose v1**| Blob Storage, Queue Storage, Table Storage, Azure Files | LRS/GRS/RA-GRS | Resource Manager, classic¹ | Upgrade existing General Purpose v1 accounts to General-Purpose v2 to access modern features and cost-optimization capabilities. Before you upgrade, you can model capacity and operations costs by reading [General Purpose v1 account migration](./general-purpose-version-1-account-migration-overview.md). For the in-place upgrade, see [storage account upgrade](./storage-account-upgrade.md). |
258
+
|**Standard general-purpose v1**| Blob Storage, Queue Storage, Table Storage, Azure Files | LRS/GRS/RA-GRS | Resource Manager, classic¹ | Upgrade existing general-purpose v1 accounts to general-purpose v2 to access modern features and cost-optimization capabilities. Before you upgrade, you can model capacity and operations costs by reading [General-purpose v1 account migration](./general-purpose-version-1-account-migration-overview.md). For the in-place upgrade, see [storage account upgrade](./storage-account-upgrade.md). |
259
259
|**Blob Storage**| Block blobs and append blobs | LRS/GRS/RA-GRS | Resource Manager | Upgrade existing legacy Blob Storage accounts to GPv2 to use access tiers and lifecycle management. See [Legacy Blob Storage account migration overview](./legacy-blob-storage-account-migration-overview.md) and [access tiers overview](../blobs/access-tiers-overview.md). |
0 commit comments