Skip to content

Commit 1524a55

Browse files
committed
Resolving blocking issues reported by the PR Review team
1 parent 0c2e2b4 commit 1524a55

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

articles/azure-monitor/app/asp-net-dependencies.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ Below is the currently supported list of dependency calls that are automatically
240240
| [HttpClient](https://dotnet.microsoft.com) | 4.5+, .NET Core 1.1+ |
241241
| [SqlClient](https://www.nuget.org/packages/System.Data.SqlClient) | .NET Core 1.0+, NuGet 4.3.0 |
242242
| [Microsoft.Data.SqlClient](https://www.nuget.org/packages/Microsoft.Data.SqlClient/1.1.2)| 1.1.0 - latest stable release. (See Note below.)
243-
| [EventHubs Client SDK](https://www.nuget.org/packages/Microsoft.Azure.EventHubs) | 1.1.0 |
243+
| [Event Hubs Client SDK](https://www.nuget.org/packages/Microsoft.Azure.EventHubs) | 1.1.0 |
244244
| [ServiceBus Client SDK](https://www.nuget.org/packages/Microsoft.Azure.ServiceBus) | 3.0.0 |
245245
| <b>Storage clients</b>| |
246246
| ADO.NET | 4.5+ |
@@ -256,7 +256,7 @@ See the list of Application Insights Java's
256256

257257
### Node.js
258258

259-
A list of the latest [currently-supported modules](https://github.com/microsoft/node-diagnostic-channel/tree/master/src/diagnostic-channel-publishers) is maintained [here](https://github.com/microsoft/node-diagnostic-channel/tree/master/src/diagnostic-channel-publishers).
259+
A list of the latest [currently supported modules](https://github.com/microsoft/node-diagnostic-channel/tree/master/src/diagnostic-channel-publishers) is maintained [here](https://github.com/microsoft/node-diagnostic-channel/tree/master/src/diagnostic-channel-publishers).
260260

261261
### JavaScript
262262

articles/azure-monitor/app/azure-vm-vmss-apps.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.custom: devx-track-azurepowershell
88
ms.reviewer: abinetabate
99
---
1010

11-
# Deploy Application Insights Agent on virtual machines and virtual machine scale sets
11+
# Deploy Application Insights Agent on virtual machines and Virtual Machine Scale Sets
1212

1313
Enabling monitoring for your .NET or Java-based web applications running on [Azure Virtual Machines](https://azure.microsoft.com/services/virtual-machines/) and [Azure Virtual Machine Scale Sets](../../virtual-machine-scale-sets/index.yml) is now easier than ever. Get all the benefits of using Application Insights without modifying your code.
1414

@@ -119,9 +119,9 @@ You can also view installed extensions in the [Azure Virtual Machine section](..
119119
> [!NOTE]
120120
> Verify installation by selecting **Live Metrics Stream** within the Application Insights resource associated with the connection string you used to deploy the Application Insights Agent extension. If you're sending data from multiple virtual machines, select the target virtual machines under **Server Name**. It might take up to a minute for data to begin flowing.
121121
122-
## Manage Application Insights Agent for .NET applications on virtual machine scale sets by using PowerShell
122+
## Manage Application Insights Agent for .NET applications on Virtual Machine Scale Sets by using PowerShell
123123

124-
Install or update Application Insights Agent as an extension for a virtual machine scale set:
124+
Install or update Application Insights Agent as an extension for a Virtual Machine Scale Set:
125125

126126
```powershell
127127
$publicCfgHashtable =
@@ -152,7 +152,7 @@ Update-AzVmss -ResourceGroupName $vmss.ResourceGroupName -Name $vmss.Name -Virtu
152152
# Note: Depending on your update policy, you might need to run Update-AzVmssInstance for each instance.
153153
```
154154

155-
Uninstall the application monitoring extension from virtual machine scale sets:
155+
Uninstall the application monitoring extension from Virtual Machine Scale Sets:
156156

157157
```powershell
158158
$vmss = Get-AzVmss -ResourceGroupName "<myResourceGroup>" -VMScaleSetName "<myVmssName>"
@@ -164,13 +164,13 @@ Update-AzVmss -ResourceGroupName $vmss.ResourceGroupName -Name $vmss.Name -Virtu
164164
# Note: Depending on your update policy, you might need to run Update-AzVmssInstance for each instance.
165165
```
166166

167-
Query the application monitoring extension status for virtual machine scale sets:
167+
Query the application monitoring extension status for Virtual Machine Scale Sets:
168168

169169
```powershell
170170
# Not supported by extensions framework
171171
```
172172

173-
Get a list of installed extensions for virtual machine scale sets:
173+
Get a list of installed extensions for Virtual Machine Scale Sets:
174174

175175
```powershell
176176
Get-AzResource -ResourceId /subscriptions/<mySubscriptionId>/resourceGroups/<myResourceGroup>/providers/Microsoft.Compute/virtualMachineScaleSets/<myVmssName>/extensions
@@ -184,7 +184,7 @@ Get-AzResource -ResourceId /subscriptions/<mySubscriptionId>/resourceGroups/<myR
184184

185185
## Troubleshooting
186186

187-
Find troubleshooting tips for the Application Insights Monitoring Agent extension for .NET applications running on Azure virtual machines and virtual machine scale sets.
187+
Find troubleshooting tips for the Application Insights Monitoring Agent extension for .NET applications running on Azure virtual machines and Virtual Machine Scale Sets.
188188

189189
> [!NOTE]
190190
> The following steps don't apply to Node.js and Python applications, which require SDK instrumentation.
@@ -215,5 +215,5 @@ Added ASP.NET Core auto-instrumentation feature
215215

216216
## Next steps
217217

218-
* Learn how to [deploy an application to a virtual machine scale set](../../virtual-machine-scale-sets/virtual-machine-scale-sets-deploy-app.md).
218+
* Learn how to [deploy an application to a Virtual Machine Scale Set](../../virtual-machine-scale-sets/virtual-machine-scale-sets-deploy-app.md).
219219
* [Set up availability web tests](monitor-web-app-availability.md) to be alerted if your endpoint is down.

0 commit comments

Comments
 (0)