Skip to content

Commit 91082cd

Browse files
authored
Minor changes
1 parent bcb9a94 commit 91082cd

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

articles/storage/common/storage-account-overview.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ A storage account contains all of your Azure Storage data objects: blobs, files,
2222

2323
Azure Storage offers several types of storage accounts. Each type supports different features and has its own pricing model.
2424

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.
2626

2727
| Type of storage account | Supported storage services | Redundancy options | Usage |
2828
|--|--|--|--|
@@ -157,7 +157,7 @@ The following table lists the format for the standard endpoints for each of the
157157

158158
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:
159159

160-
`https://*mystorageaccount*.blob.core.windows.net/*mycontainer*/*myblob*`
160+
`https://<mystorageaccount>.blob.core.windows.net/<mycontainer>/<myblob>`
161161

162162
### Azure DNS zone endpoints (preview)
163163

@@ -192,7 +192,7 @@ To learn how to create a storage account with Azure DNS zone endpoints, see [Cre
192192

193193
#### About the preview
194194

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.
196196

197197
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.
198198

@@ -255,7 +255,7 @@ The following account types are retired or scheduled for retirement. They aren't
255255
256256
| Retired account type | Supported services | Redundancy options | Deployment model | Guidance |
257257
| --- | --- | --- | --- | --- |
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). |
259259
| **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). |
260260
| **Classic (ASM) storage accounts** | Blob Storage, Queue Storage, Table Storage, Azure Files | LRS/GRS/RA-GRS | classic | Retired. Migrate to the Resource Manager deployment model. See [classic account migration overview](./classic-account-migration-overview.md). |
261261

0 commit comments

Comments
 (0)