Skip to content

Commit 6b93538

Browse files
Minor edits.
1 parent 0b5c0f7 commit 6b93538

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

articles/virtual-network/virtual-network-nsg-manage-log.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ You can use the [Azure portal](#azure-portal), [Azure PowerShell](#azure-powersh
4040

4141
:::image type="content" source="./media/virtual-network-nsg-manage-log/turn-on-diagnostics.png" alt-text="Screenshot shows the diagnostic settings for an NSG with Add diagnostic setting highlighted." lightbox="./media/virtual-network-nsg-manage-log/turn-on-diagnostics.png":::
4242

43-
1. In **Diagnostics settings**, enter a name, such as *myNsgDiagnostics*.
43+
1. In **Diagnostic setting**, enter a name, such as *myNsgDiagnostic*.
4444
1. For **Logs**, select **allLogs** or select individual categories of logs. For more information about each category, see [Log categories](#log-categories).
4545
1. Under **Destination details**, select one or more destinations:
4646

@@ -61,7 +61,7 @@ You can use the [Azure portal](#azure-portal), [Azure PowerShell](#azure-powersh
6161

6262
You can run the commands that in this section in the [Azure Cloud Shell](https://shell.azure.com/powershell), or by running PowerShell from your computer. The Azure Cloud Shell is a free interactive shell. It has common Azure tools preinstalled and configured to use with your account.
6363

64-
If you run PowerShell from your computer, you need the Azure PowerShell module, version 1.0.0 or later. Run `Get-Module -ListAvailable Az` to find the installed version. If you need to upgrade, see [Install Azure PowerShell module](/powershell/azure/install-az-ps). If you run PowerShell locally, you also need to run the `Connect-AzAccount` cmdlet to sign in to Azure with an account that has the [necessary permissions](virtual-network-network-interface.md#permissions).
64+
If you run PowerShell from your computer, you need the Azure PowerShell module, version 1.0.0 or later. Run `Get-Module -ListAvailable Az` to find the installed version. If you need to upgrade, see [Install Azure PowerShell module](/powershell/azure/install-az-ps). If you run PowerShell locally, you also need to run the [Connect-AzAccount](/powershell/module/az.accounts/connect-azaccount.md) cmdlet to sign in to Azure with an account that has the [necessary permissions](virtual-network-network-interface.md#permissions).
6565

6666
To enable resource logging, you need the ID of an existing NSG. If you don't have an existing NSG, create one by using the [New-AzNetworkSecurityGroup](/powershell/module/az.network/new-aznetworksecuritygroup) cmdlet.
6767

articles/virtual-network/virtual-network-optimize-network-bandwidth.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Optimize VM network throughput
2+
title: Optimize Azure VM network throughput
33
description: Optimize network throughput for Microsoft Azure Windows and Linux virtual machines, including major distributions such as Ubuntu, CentOS, and Red Hat.
44
services: virtual-network
55
author: asudbring
@@ -14,7 +14,7 @@ ms.author: allensu
1414

1515
# Optimize network throughput for Azure virtual machines
1616

17-
Azure virtual machines (VM) have default network settings that can be further optimized for network throughput. This article describes how to optimize network throughput for Microsoft Azure Windows and Linux VMs, including major distributions such as Ubuntu, CentOS, and Red Hat.
17+
Azure Virtual Machines (VMs) have default network settings that can be further optimized for network throughput. This article describes how to optimize network throughput for Microsoft Azure Windows and Linux VMs, including major distributions such as Ubuntu, CentOS, and Red Hat.
1818

1919
## Windows virtual machines
2020

@@ -137,7 +137,7 @@ In order to get the optimizations, we recommend that you create a virtual machin
137137
"Version": "latest"
138138
```
139139

140-
Both new and existing VMs can benefit from installing the latest Linux Integration Services (LIS). The throughput optimization is in LIS, starting from 4.2. Enter the following commands to download and install LIS:
140+
Both new and existing VMs can benefit from installing the latest LIS. The throughput optimization is in LIS, starting from 4.2. Enter the following commands to download and install LIS:
141141

142142
```bash
143143
wget https://aka.ms/lis

0 commit comments

Comments
 (0)