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/migrate/migrate-servers-to-azure-using-private-link.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
@@ -235,7 +235,7 @@ With discovery completed, you can begin replication of Hyper-V VMs to Azure.
235
235
> You can update replication settings any time before replication starts, **Manage** > **Replicating machines**. Settings can't be changed after replication starts.
236
236
237
237
Next, follow the instructions to [perform migrations](tutorial-migrate-hyper-v.md#migrate-vms).
238
-
]
238
+
239
239
### Grant access permissions to the Recovery Services vault
240
240
241
241
You must grant the permissions to the Recovery Services vault for authenticated access to the cache/replication storage account.
This article provides an overview of the changes performed when you [migrate VMware VMs to Azure via the agentless migration](./tutorial-migrate-vmware.md) method using the Migration and modernization tool.
18
18
19
-
Before you migrate your on-premises VM to Azure, you may require a few changes to make the VM ready for Azure. These changes are important to ensure that the migrated VM can boot successfully in Azure and connectivity to the Azure VM can be established-.
19
+
Before you migrate your on-premises VM to Azure, you may require a few changes to make the VM ready for Azure. These changes are important to ensure that the migrated VM can boot successfully in Azure and connectivity to the Azure VM can be established.
20
20
Azure Migrate automatically handles these configuration changes for the following operating system versions for both Linux and Windows. This process is called *Hydration*.
21
21
22
22
**Operating system versions supported for hydration**
Copy file name to clipboardExpand all lines: articles/storage/elastic-san/elastic-san-scale-targets.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
@@ -57,7 +57,7 @@ The following regions are regions with higher base storage capacity available, a
57
57
##### Lower available base storage capacity
58
58
59
59
60
-
The following regions are regions with higher base storage capacity available, and the table following the regions outlines their scale targets: East Asia, Korea Central, South Africa North, France Central, Southeast Asia, West US 3, Sweden Central, Switzerland North.
60
+
The following regions are regions with lower base storage capacity available, and the table following the regions outlines their scale targets: East Asia, Korea Central, South Africa North, France Central, Southeast Asia, West US 3, Sweden Central, Switzerland North.
Copy file name to clipboardExpand all lines: articles/virtual-network/virtual-network-test-latency.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ Many other common network latency test tools, such as Ping, don't measure TCP or
21
21
22
22
Latte and SockPerf measure only TCP or UDP payload delivery times. These tools use the following approach to measure network latency between two physical or virtual computers:
23
23
24
-
1. Create a two-way communications channel between the computers by designating one as sender and one as receiver.
24
+
1. Create a two-way communication channel between the computers by designating one as sender and one as receiver.
25
25
1. Send and receive packets in both directions and measure the round-trip time (RTT).
26
26
27
27
## Tips and best practices to optimize network latency
@@ -39,7 +39,7 @@ Use the following best practices to test and analyze network latency:
39
39
40
40
1. Test the effects on network latency of changing any of the following components:
41
41
- Operating system (OS) or network stack software, including configuration changes.
42
-
- VM deployment method, such as deploying to an availability zone or proximity placement group (PPG).
42
+
- VM deployment methods, such as deploying to an availability zone or proximity placement group (PPG).
43
43
- VM properties, such as Accelerated Networking or size changes.
44
44
- Virtual network configuration, such as routing or filtering changes.
45
45
@@ -49,13 +49,13 @@ Use the following best practices to test and analyze network latency:
49
49
50
50
## Test VMs with Latte or SockPerf
51
51
52
-
Use the following procedures to install and test network latency with [Latte](https://github.com/mellanox/sockperf) for Windows or [SockPerf](https://github.com/mellanox/sockperf) for Linux.
52
+
Use the following procedures to install and test network latency with [Latte](https://github.com/microsoft/latte) for Windows or [SockPerf](https://github.com/mellanox/sockperf) for Linux.
53
53
54
54
# [Windows](#tab/windows)
55
55
56
56
### Install Latte and configure VMs
57
57
58
-
1.[Download the latest version of latte.exe](https://github.com/microsoft/latte/releases/download/v0/latte.exe) to both VMs, into a separate folder such as *c:\\tools*.
58
+
1.[Download the latest version of latte.exe](https://github.com/microsoft/latte/releases/latest/download/latte.exe) to both VMs and put it in a separate folder such as *c:/tools*.
59
59
60
60
1. On the *receiver* VM, create a Windows Defender Firewall `allow` rule to allow the Latte traffic to arrive. It's easier to allow the *latte.exe* program by name than to allow specific inbound TCP ports. In the command, replace the `<path>` placeholder with the path you downloaded *latte.exe* to, such as *c:\\tools\\*.
61
61
@@ -78,7 +78,7 @@ Run *latte.exe* from the Windows command line, not from PowerShell.
78
78
79
79
The following example shows the command for a VM with an IP address of `10.0.0.4`:<br><br>`latte -a 10.0.0.4:5005 -i 65100`
80
80
81
-
1. On the *sender* VM, run the same command as on the receiver, except with `-c` added to indicate the *client* or sender VM. Again replace the `<receiver IP address>`, `<port>`, and `<iterations>` placeholders with your own values.
81
+
1. On the *sender* VM, run the same command as on the receiver, except with `-c` added to indicate the *client* or sender VM. Again, replace the `<receiver IP address>`, `<port>`, and `<iterations>` placeholders with your own values.
82
82
83
83
```cmd
84
84
latte -c -a <receiver IP address>:<port> -i <iterations>
0 commit comments