Skip to content

Commit 62dbcc4

Browse files
committed
Next 25 path updates
1 parent 36a542a commit 62dbcc4

25 files changed

+106
-106
lines changed

articles/azure-netapp-files/azure-netapp-files-resource-limits.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,11 +130,11 @@ You can create an Azure support request to increase the adjustable limits from t
130130
2. For **Subscription**, select your subscription.
131131
3. For **Quota Type**, select **Storage: Azure NetApp Files limits**.
132132

133-
![Screenshot that shows the Problem Description tab.](../media/azure-netapp-files/support-problem-descriptions.png)
133+
![Screenshot that shows the Problem Description tab.](./media/shared/support-problem-descriptions.png)
134134

135135
3. Under the **Additional details** tab, select **Enter details** in the Request Details field.
136136

137-
![Screenshot that shows the Details tab and the Enter Details field.](../media/azure-netapp-files/quota-additional-details.png)
137+
![Screenshot that shows the Details tab and the Enter Details field.](./media/shared/quota-additional-details.png)
138138

139139
4. To request limit increase, provide the following information in the Quota Details window that appears:
140140
1. In **Quota Type**, select the type of resource you want to increase.
@@ -148,7 +148,7 @@ You can create an Azure support request to increase the adjustable limits from t
148148

149149
3. Enter a value to request an increase for the quota type you specified.
150150

151-
![Screenshot that shows how to display and request increase for regional quota.](../media/azure-netapp-files/quota-details-regional-request.png)
151+
![Screenshot that shows how to display and request increase for regional quota.](./media/azure-netapp-files-resource-limits/quota-details-regional-request.png)
152152

153153
5. Select **Save and continue**. Select **Review + create** to create the request.
154154

articles/azure-netapp-files/azure-netapp-files-service-levels.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ The throughput limit for a volume is determined by the combination of the follow
3939

4040
The following diagram shows throughput limit examples of volumes in an auto QoS capacity pool:
4141

42-
![Service level illustration](../media/azure-netapp-files/azure-netapp-files-service-levels.png)
42+
![Service level illustration](./media/azure-netapp-files-service-levels/azure-netapp-files-service-levels.png)
4343

4444
* In Example 1, a volume from an auto QoS capacity pool with the Premium storage tier that is assigned 2 TiB of quota will be assigned a throughput limit of 128 MiB/s (2 TiB * 64 MiB/s). This scenario applies regardless of the capacity pool size or the actual volume consumption.
4545

@@ -58,7 +58,7 @@ For example, for an SAP HANA system, this capacity pool can be used to create th
5858

5959
The following diagram illustrates the scenarios for the SAP HANA volumes:
6060

61-
![QoS SAP HANA volume scenarios](../media/azure-netapp-files/qos-sap-hana-volume-scenarios.png)
61+
![QoS SAP HANA volume scenarios](./media/azure-netapp-files-service-levels/qos-sap-hana-volume-scenarios.png)
6262

6363
## Next steps
6464

articles/azure-netapp-files/azure-netapp-files-set-up-capacity-pool.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Creating a capacity pool enables you to create volumes within it.
3737
3838
1. Go to the management blade for your NetApp account, and then, from the navigation pane, click **Capacity pools**.
3939
40-
![Navigate to capacity pool](../media/azure-netapp-files/azure-netapp-files-navigate-to-capacity-pool.png)
40+
![Navigate to capacity pool](./media/azure-netapp-files-set-up-capacity-pool/azure-netapp-files-navigate-to-capacity-pool.png)
4141
4242
2. Select **+ Add pools** to create a new capacity pool.
4343
The New Capacity Pool window appears.
@@ -87,7 +87,7 @@ Creating a capacity pool enables you to create volumes within it.
8787
```
8888
You can also use [Azure CLI commands](/cli/azure/feature) `az feature register` and `az feature show` to register the feature and display the registration status.
8989
90-
:::image type="content" source="../media/azure-netapp-files/azure-netapp-files-new-capacity-pool.png" alt-text="Screenshot showing the New Capacity Pool window.":::
90+
:::image type="content" source="./media/shared/azure-netapp-files-new-capacity-pool.png" alt-text="Screenshot showing the New Capacity Pool window.":::
9191
9292
4. Select **Create**.
9393

articles/azure-netapp-files/azure-netapp-files-smb-performance.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -35,21 +35,21 @@ With SMB Multichannel disabled on the client, pure 4 KiB read and write tests we
3535

3636
The command `netstat -na | findstr 445` proved that additional connections were established with increments from `1` to `4` to `8` and to `16`. Four CPU cores were fully utilized for SMB during each test, as confirmed by the perfmon `Per Processor Network Activity Cycles` statistic (not included in this article.)
3737

38-
![Chart that shows random I/O comparison of SMB Multichannel.](../media/azure-netapp-files/azure-netapp-files-random-io-tests.png)
38+
![Chart that shows random I/O comparison of SMB Multichannel.](./media/azure-netapp-files-smb-performance/azure-netapp-files-random-io-tests.png)
3939

4040
The Azure virtual machine does not affect SMB (nor NFS) storage I/O limits. As shown in the following chart, the D32ds instance type has a limited rate of 308,000 for cached storage IOPS and 51,200 for uncached storage IOPS. However, the graph above shows significantly more I/O over SMB.
4141

42-
![Chart that shows random I/O comparison test.](../media/azure-netapp-files/azure-netapp-files-random-io-tests-list.png)
42+
![Chart that shows random I/O comparison test.](./media/azure-netapp-files-smb-performance/azure-netapp-files-random-io-tests-list.png)
4343

4444
#### Sequential IO
4545

4646
Tests similar to the random I/O tests described previously were performed with 64-KiB sequential I/O. Although the increases in client connection count per RSS network interface beyond 4’ had no noticeable effect on random I/O, the same does not apply to sequential I/O. As the following graph shows, each increase is associated with a corresponding increase in read throughput. Write throughput remained flat due to network bandwidth restrictions placed by Azure for each instance type/size.
4747

48-
![Chart that shows throughput test comparison.](../media/azure-netapp-files/azure-netapp-files-sequential-io-tests.png)
48+
![Chart that shows throughput test comparison.](./media/azure-netapp-files-smb-performance/azure-netapp-files-sequential-io-tests.png)
4949

5050
Azure places network rate limits on each virtual machine type/size. The rate limit is imposed on outbound traffic only. The number of NICs present on a virtual machine has no bearing on the total amount of bandwidth available to the machine. For example, the D32ds instance type has an imposed network limit of 16,000 Mbps (2,000 MiB/s). As the sequential graph above shows, the limit affects the outbound traffic (writes) but not multichannel reads.
5151

52-
![Chart that shows sequential I/O comparison test.](../media/azure-netapp-files/azure-netapp-files-sequential-io-tests-list.png)
52+
![Chart that shows sequential I/O comparison test.](./media/azure-netapp-files-smb-performance/azure-netapp-files-sequential-io-tests-list.png)
5353

5454
## SMB Signing
5555

@@ -61,7 +61,7 @@ SMB Signing is supported for all SMB protocol versions that are supported by Azu
6161

6262
SMB Signing has a deleterious effect upon SMB performance. Among other potential causes of the performance degradation, the digital signing of each packet consumes additional client-side CPU as the perfmon output below shows. In this case, Core 0 appears responsible for SMB, including SMB Signing. A comparison with the non-multichannel sequential read throughput numbers in the previous section shows that SMB Signing reduces overall throughput from 875MiB/s to approximately 250MiB/s.
6363

64-
![Chart that shows SMB Signing performance impact.](../media/azure-netapp-files/azure-netapp-files-smb-signing-performance.png)
64+
![Chart that shows SMB Signing performance impact.](./media/azure-netapp-files-smb-performance/azure-netapp-files-smb-signing-performance.png)
6565

6666

6767
## Performance for a single instance with a 1-TB dataset
@@ -70,35 +70,35 @@ To provide more detailed insight into workloads with read/write mixes, the follo
7070

7171
The following chart shows the results for 4k random I/O, with a single VM instance and a read/write mix at 10% intervals:
7272

73-
![Chart that shows Windows 2019 standard _D32ds_v4 4K random IO test.](../media/azure-netapp-files/smb-performance-standard-4k-random-io.png)
73+
![Chart that shows Windows 2019 standard _D32ds_v4 4K random IO test.](./media/azure-netapp-files-smb-performance/smb-performance-standard-4k-random-io.png)
7474

7575
The following chart shows the results for sequential I/O:
7676

77-
![Chart that shows Windows 2019 standard _D32ds_v4 64K sequential throughput.](../media/azure-netapp-files/smb-performance-standard-64k-throughput.png)
77+
![Chart that shows Windows 2019 standard _D32ds_v4 64K sequential throughput.](./media/azure-netapp-files-smb-performance/smb-performance-standard-64k-throughput.png)
7878

7979
## Performance when scaling out using 5 VMs with a 1-TB dataset
8080

8181
These tests with 5 VMs use the same testing environment as the single VM, with each process writing to its own file.
8282

8383
The following chart shows the results for random I/O:
8484

85-
![Chart that shows Windows 2019 standard _D32ds_v4 4K 5-instance randio IO test.](../media/azure-netapp-files/smb-performance-standard-4k-random-io-5-instances.png)
85+
![Chart that shows Windows 2019 standard _D32ds_v4 4K 5-instance randio IO test.](./media/azure-netapp-files-smb-performance/smb-performance-standard-4k-random-io-5-instances.png)
8686

8787
The following chart shows the results for sequential I/O:
8888

89-
![Chart that shows Windows 2019 standard _D32ds_v4 64K 5-instance sequential throughput.](../media/azure-netapp-files/smb-performance-standard-64k-throughput-5-instances.png)
89+
![Chart that shows Windows 2019 standard _D32ds_v4 64K 5-instance sequential throughput.](./media/azure-netapp-files-smb-performance/smb-performance-standard-64k-throughput-5-instances.png)
9090

9191
## How to monitor Hyper-V ethernet adapters
9292

9393
One strategy used in testing with FIO is to set `numjobs=16`. Doing so forks each job into 16 specific instances to maximize the Microsoft Hyper-V Network Adapter.
9494

9595
You can check for activity on each of the adapters in Windows Performance Monitor by selecting **Performance Monitor > Add Counters > Network Interface > Microsoft Hyper-V Network Adapter**.
9696

97-
![Screenshot that shows Performance Monitor Add Counter interface.](../media/azure-netapp-files/smb-performance-performance-monitor-add-counter.png)
97+
![Screenshot that shows Performance Monitor Add Counter interface.](./media/azure-netapp-files-smb-performance/smb-performance-performance-monitor-add-counter.png)
9898

9999
After you have data traffic running in your volumes, you can monitor your adapters in Windows Performance Monitor. If you do not use all of these 16 virtual adapters, you might not be maximizing your network bandwidth capacity.
100100

101-
![Screenshot that shows Performance Monitor output.](../media/azure-netapp-files/smb-performance-performance-monitor-output.png)
101+
![Screenshot that shows Performance Monitor output.](./media/azure-netapp-files-smb-performance/smb-performance-performance-monitor-output.png)
102102

103103
## SMB encryption
104104

@@ -142,7 +142,7 @@ With SMB Multichannel enabled, an SMB3 client establishes multiple TCP connectio
142142
To see if your Azure virtual machine NICs support RSS, run the command
143143
`Get-SmbClientNetworkInterface` as follows and check the field `RSS Capable`:
144144

145-
![Screenshot that shows RSS output for Azure virtual machine.](../media/azure-netapp-files/azure-netapp-files-formance-rss-support.png)
145+
![Screenshot that shows RSS output for Azure virtual machine.](./media/azure-netapp-files-smb-performance/azure-netapp-files-formance-rss-support.png)
146146

147147

148148
## Multiple NICs on SMB clients
@@ -151,7 +151,7 @@ You should not configure multiple NICs on your client for SMB. The SMB client wi
151151

152152
As the output of `Get-SmbClientNetworkInterace` below shows, the virtual machine has 2 network interfaces--15 and 12. As shown under the following command `Get-SmbMultichannelConnection`, even though there are two RSS-capable NICS, only interface 12 is used in connection with the SMB share; interface 15 is not in use.
153153

154-
![Screeshot that shows output for RSS-capable NICS.](../media/azure-netapp-files/azure-netapp-files-rss-capable-nics.png)
154+
![Screeshot that shows output for RSS-capable NICS.](./media/azure-netapp-files-smb-performance/azure-netapp-files-rss-capable-nics.png)
155155

156156
## Next steps
157157

articles/azure-netapp-files/azure-netapp-files-solution-architectures.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Azure NetApp Files’ integration with Azure native services like Azure Kubernet
2222
The following diagram depicts the categorization of reference architectures, blueprints and solutions on this page as laid out in the above introduction:
2323

2424
**Azure NetApp Files key use cases**
25-
:::image type="content" source="../media/azure-netapp-files/solution-architecture-categories.png" alt-text="Solution architecture categories." lightbox="../media/azure-netapp-files/solution-architecture-categories.png":::
25+
:::image type="content" source="./media/azure-netapp-files-solution-architectures/solution-architecture-categories.png" alt-text="Solution architecture categories." lightbox="./media/azure-netapp-files-solution-architectures/solution-architecture-categories.png":::
2626

2727
In summary, Azure NetApp Files is a versatile and scalable storage service that provides an ideal platform for migrating various workload categories, running specialized workloads, and integrating with Azure native services. Azure NetApp Files’ high-performance, security, and scalability features make it a reliable choice for businesses looking to run their applications and workloads in Azure.
2828

articles/azure-netapp-files/azure-netapp-files-understand-storage-hierarchy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Before creating a volume in Azure NetApp Files, you must purchase and set up a p
1919
## <a name="conceptual_diagram_of_storage_hierarchy"></a>Conceptual diagram of storage hierarchy
2020
The following example shows the relationships of the Azure subscription, NetApp accounts, capacity pools, and volumes.
2121

22-
:::image type="content" source="../media/azure-netapp-files/azure-netapp-files-storage-hierarchy.png" alt-text="Conceptual diagram of storage hierarchy." lightbox="../media/azure-netapp-files/azure-netapp-files-storage-hierarchy.png":::
22+
:::image type="content" source="./media/azure-netapp-files-understand-storage-hierarchy/azure-netapp-files-storage-hierarchy.png" alt-text="Conceptual diagram of storage hierarchy." lightbox="./media/azure-netapp-files-understand-storage-hierarchy/azure-netapp-files-storage-hierarchy.png":::
2323

2424
## <a name="azure_netapp_files_account"></a>NetApp accounts
2525

articles/azure-netapp-files/backup-configure-manual.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ If you haven’t done so, enable the backup functionality for the volume before
4444
3. In the Configure Backup page, toggle the **Enabled** setting to **On**.
4545
4. Select **OK**.
4646

47-
![Screenshot that shows the Enabled setting of Configure Backups window.](../media/azure-netapp-files/backup-configure-enabled.png)
47+
![Screenshot that shows the Enabled setting of Configure Backups window.](./media/shared/backup-configure-enabled.png)
4848

4949
## Create a manual backup for a volume
5050

@@ -71,7 +71,7 @@ If you haven’t done so, enable the backup functionality for the volume before
7171

7272
When you create a manual backup, a snapshot is also created on the volume using the same name you specified for the backup. This snapshot represents the current state of the active file system. It is transferred to Azure storage. Once the backup completes, the manual backup entry appears in the list of backups for the volume.
7373

74-
![Screenshot that shows the New Backup window.](../media/azure-netapp-files/backup-new.png)
74+
![Screenshot that shows the New Backup window.](./media/backup-configure-manual/backup-new.png)
7575

7676

7777
## Next steps

articles/azure-netapp-files/backup-configure-policy-based.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,15 @@ To enable a policy-based (scheduled) backup:
3838
2. Select your Azure NetApp Files account.
3939
3. Select **Backups**.
4040

41-
<!-- :::image type="content" source="../media/azure-netapp-files/backup-navigate.png" alt-text="Screenshot that shows how to navigate to Backups option." lightbox="../media/azure-netapp-files/backup-navigate.png"::: -->
41+
<!-- :::image type="content" source="./media/backup-configure-policy-based/backup-navigate.png" alt-text="Screenshot that shows how to navigate to Backups option." lightbox="./media/backup-configure-policy-based/backup-navigate.png"::: -->
4242

4343
4. Select **Backup Policies**.
4444
5. Select **Add**.
4545
6. In the **Backup Policy** page, specify the backup policy name. Enter the number of backups that you want to keep for daily, weekly, and monthly backups. Select **Save**.
4646

4747
The minimum value for **Daily Backups to Keep** is 2.
4848

49-
:::image type="content" source="../media/azure-netapp-files/backup-policy-window-daily.png" alt-text="Screenshot that shows the Backup Policy window." lightbox="../media/azure-netapp-files/backup-policy-window-daily.png":::
49+
:::image type="content" source="./media/backup-configure-policy-based/backup-policy-window-daily.png" alt-text="Screenshot that shows the Backup Policy window." lightbox="./media/backup-configure-policy-based/backup-policy-window-daily.png":::
5050

5151
### Example of a valid configuration
5252

@@ -84,7 +84,7 @@ To enable the backup functionality for a volume:
8484

8585
The Vault information is prepopulated.
8686

87-
:::image type="content" source="../media/azure-netapp-files/backup-configure-enabled.png" alt-text="Screenshot showing Configure Backups window." lightbox="../media/azure-netapp-files/backup-configure-enabled.png":::
87+
:::image type="content" source="./media/shared/backup-configure-enabled.png" alt-text="Screenshot showing Configure Backups window." lightbox="./media/shared/backup-configure-enabled.png":::
8888

8989
## Next steps
9090

articles/azure-netapp-files/backup-delete.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ If you need to delete backups to free up space, select an older backup from the
3131
2. Navigate to **Backups**.
3232
3. From the backup list, select the backup to delete. Click the three dots (``) to the right of the backup, then click **Delete** from the Action menu.
3333

34-
![Screenshot that shows the Delete menu for backups.](../media/azure-netapp-files/backup-action-menu-delete.png)
34+
![Screenshot that shows the Delete menu for backups.](./media/backup-delete/backup-action-menu-delete.png)
3535

3636
## Next steps
3737

articles/azure-netapp-files/backup-disable.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ If a volume is deleted but the backup policy wasn’t disabled before the volume
2828
3. Select **Configure**.
2929
4. In the Configure Backups page, toggle the **Enabled** setting to **Off**. Enter the volume name to confirm, and click **OK**.
3030

31-
![Screenshot that shows the Restore to with Configure Backups window with backup disabled.](../media/azure-netapp-files/backup-configure-backups-disable.png)
31+
![Screenshot that shows the Restore to with Configure Backups window with backup disabled.](./media/backup-disable/backup-configure-backups-disable.png)
3232

3333
## Next steps
3434

0 commit comments

Comments
 (0)