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-storage-tiers.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -123,7 +123,7 @@ The following table shows a comparison of premium performance block blob storage
123
123
<sup>2</sup> Archive Storage currently supports 2 rehydrate priorities, High and Standard, that offers different retrieval latencies. For more information, see [Rehydrate blob data from the archive tier](storage-blob-rehydration.md).
124
124
125
125
> [!NOTE]
126
-
> Blob storage accounts support the same performance and scalability targets as general-purpose v2 storage accounts. For more information, see [Azure Storage Scalability and Performance Targets](../common/storage-scalability-targets.md?toc=%2fazure%2fstorage%2fblobs%2ftoc.json).
126
+
> Blob storage accounts support the same performance and scalability targets as general-purpose v2 storage accounts. For more information, see [Scalability and performance targets for Blob storage](scalability-targets.md).
127
127
128
128
## Quickstart scenarios
129
129
@@ -226,7 +226,7 @@ Azure portal, PowerShell, and CLI tools and .NET, Java, Python, and Node.js clie
226
226
227
227
**How much data can I store in the hot, cool, and archive tiers?**
228
228
229
-
Data storage along with other limits are set at the account level and not per access tier. You can choose to use all of your limit in one tier or across all three tiers. For more information, see [Azure Storage scalability and performance targets](../common/storage-scalability-targets.md?toc=%2fazure%2fstorage%2fblobs%2ftoc.json).
229
+
Data storage along with other limits are set at the account level and not per access tier. You can choose to use all of your limit in one tier or across all three tiers. For more information, see [Scalability and performance targets for standard storage accounts](../common/scalability-targets-standard-account.md?toc=%2fazure%2fstorage%2fblobs%2ftoc.json).
Copy file name to clipboardExpand all lines: articles/storage/blobs/storage-performance-checklist.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ ms.subservice: blobs
15
15
16
16
Microsoft has developed a number of proven practices for developing high-performance applications with Blob storage. This checklist identifies key practices that developers can follow to optimize performance. Keep these practices in mind while you are designing your application and throughout the process.
17
17
18
-
Azure Storage has scalability and performance targets for capacity, transaction rate, and bandwidth. For more information about Azure Storage scalability targets, see [Azure Storage scalability and performance targets for storage accounts](../common/storage-scalability-targets.md?toc=%2fazure%2fstorage%2fblobs%2ftoc.json).
18
+
Azure Storage has scalability and performance targets for capacity, transaction rate, and bandwidth. For more information about Azure Storage scalability targets, see [Scalability and performance targets for standard storage accounts](../common/scalability-targets-standard-account.md?toc=%2fazure%2fstorage%2fblobs%2ftoc.json) and [Scalability and performance targets for Blob storage](scalability-targets.md).
19
19
20
20
## Checklist
21
21
@@ -281,5 +281,6 @@ Page blobs are appropriate if the application needs to perform random writes on
281
281
282
282
## Next steps
283
283
284
-
-[Azure Storage scalability and performance targets for storage accounts](../common/storage-scalability-targets.md?toc=%2fazure%2fstorage%2fblobs%2ftoc.json)
284
+
-[Scalability and performance targets for Blob storage](scalability-targets.md)
285
+
-[Scalability and performance targets for standard storage accounts](../common/scalability-targets-standard-account.md?toc=%2fazure%2fstorage%2fblobs%2ftoc.json)
285
286
-[Status and error codes](/rest/api/storageservices/Status-and-Error-Codes2)
Copy file name to clipboardExpand all lines: articles/storage/common/storage-analytics.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ To use Storage Analytics, you must enable it individually for each service you w
18
18
19
19
The aggregated data is stored in a well-known blob (for logging) and in well-known tables (for metrics), which may be accessed using the Blob service and Table service APIs.
20
20
21
-
Storage Analytics has a 20 TB limit on the amount of stored data that is independent of the total limit for your storage account. For more information about storage account limits, see [Azure Storage Scalability and Performance Targets](storage-scalability-targets.md).
21
+
Storage Analytics has a 20 TB limit on the amount of stored data that is independent of the total limit for your storage account. For more information about storage account limits, see [Scalability and performance targets for standard storage accounts](scalability-targets-standard-account.md).
22
22
23
23
For an in-depth guide on using Storage Analytics and other tools to identify, diagnose, and troubleshoot Azure Storage-related issues, see [Monitor, diagnose, and troubleshoot Microsoft Azure Storage](storage-monitoring-diagnosing-troubleshooting.md).
Copy file name to clipboardExpand all lines: articles/storage/common/storage-migration-to-premium-storage.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,8 @@ There are five types of disks that can be used with your VM and each has specifi
60
60
Depending on your workload, determine if additional data disks are necessary for your VM. You can attach several persistent data disks to your VM. If needed, you can stripe across the disks to increase the capacity and performance of the volume. (See what is Disk Striping [here](../../virtual-machines/windows/premium-storage-performance.md#disk-striping).) If you stripe Premium Storage data disks using [Storage Spaces][4], you should configure it with one column for each disk that is used. Otherwise, the overall performance of the striped volume may be lower than expected due to uneven distribution of traffic across the disks. For Linux VMs you can use the *mdadm* utility to achieve the same. See article [Configure Software RAID on Linux](../../virtual-machines/linux/configure-raid.md?toc=%2fazure%2fvirtual-machines%2flinux%2ftoc.json) for details.
61
61
62
62
#### Storage account scalability targets
63
-
Premium Storage accounts have the following scalability targets in addition to the [Azure Storage Scalability and Performance Targets](storage-scalability-targets.md). If your application requirements exceed the scalability targets of a single storage account, build your application to use multiple storage accounts, and partition your data across those storage accounts.
63
+
64
+
Premium Storage accounts have the following scalability targets. If your application requirements exceed the scalability targets of a single storage account, build your application to use multiple storage accounts, and partition your data across those storage accounts.
64
65
65
66
| Total Account Capacity | Total Bandwidth for a Locally Redundant Storage Account |
66
67
|:--- |:--- |
@@ -158,7 +159,8 @@ For data disks, you can choose to keep some data disks in a standard storage acc
158
159
You will need to find your container path and storage account key to process either of these two options. Container path and storage account key can be found in **Azure Portal** > **Storage**. The container URL will be like "https:\//myaccount.blob.core.windows.net/mycontainer/".
159
160
160
161
##### Option 1: Copy a VHD with AzCopy (Asynchronous copy)
161
-
Using AzCopy, you can easily upload the VHD over the Internet. Depending on the size of the VHDs, this may take time. Remember to check the storage account ingress/egress limits when using this option. See [Azure Storage Scalability and Performance Targets](storage-scalability-targets.md) for details.
162
+
163
+
Using AzCopy, you can easily upload the VHD over the Internet. Depending on the size of the VHDs, this may take time. Remember to check the storage account ingress/egress limits when using this option. See [Scalability and performance targets for standard storage accounts](scalability-targets-standard-account.md) for details.
162
164
163
165
1. Download and install AzCopy from here: [Latest version of AzCopy](https://aka.ms/downloadazcopy)
164
166
2. Open Azure PowerShell and go to the folder where AzCopy is installed.
An example \<Uri> might be **_"https://storagesample.blob.core.windows.net/mycontainer/blob1.vhd"_**. An example \<FileInfo> might be **_"C:\path\to\upload.vhd"_**.
256
258
257
259
##### Option 2: Using AzCopy to upload the .vhd file
258
-
Using AzCopy, you can easily upload the VHD over the Internet. Depending on the size of the VHDs, this may take time. Remember to check the storage account ingress/egress limits when using this option. See [Azure Storage Scalability and Performance Targets](storage-scalability-targets.md) for details.
260
+
261
+
Using AzCopy, you can easily upload the VHD over the Internet. Depending on the size of the VHDs, this may take time. Remember to check the storage account ingress/egress limits when using this option. See [Scalability and performance targets for standard storage accounts](scalability-targets-standard-account.md) for details.
259
262
260
263
1. Download and install AzCopy from here: [Latest version of AzCopy](https://aka.ms/downloadazcopy)
261
264
2. Open Azure PowerShell and go to the folder where AzCopy is installed.
0 commit comments