Skip to content

Commit 3bf1189

Browse files
Merge pull request #281736 from tomvcassidy/38CSDate
ms.date and acrolinx for ten articles
2 parents def2daa + 264fb0e commit 3bf1189

10 files changed

+154
-154
lines changed

articles/cloud-services-extended-support/enable-wad.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
---
2-
title: Apply the Windows Azure diagnostics extension in Cloud Services (extended support)
3-
description: Apply the Windows Azure diagnostics extension for Cloud Services (extended support)
2+
title: Apply the Microsoft Azure diagnostics extension in Cloud Services (extended support)
3+
description: Apply the Microsoft Azure diagnostics extension for Cloud Services (extended support)
44
ms.topic: how-to
55
ms.service: cloud-services-extended-support
66
author: gachandw
77
ms.author: gachandw
88
ms.reviewer: mimckitt
9-
ms.date: 10/13/2020
9+
ms.date: 07/24/2024
1010
ms.custom: devx-track-azurepowershell, devx-track-arm-template
1111
---
1212

13-
# Apply the Windows Azure diagnostics extension in Cloud Services (extended support)
14-
You can monitor key performance metrics for any cloud service. Every cloud service role collects minimal data: CPU usage, network usage, and disk utilization. If the cloud service has the Microsoft.Azure.Diagnostics extension applied to a role, that role can collect additional points of data. For more information, see [Extensions Overview](extensions.md)
13+
# Apply the Microsoft Azure diagnostics extension in Cloud Services (extended support)
14+
You can monitor key performance metrics for any cloud service. Every cloud service role collects minimal data: CPU usage, network usage, and disk utilization. If the cloud service has the Microsoft.Azure.Diagnostics extension applied to a role, that role can collect more points of data. For more information, see [Extensions Overview](extensions.md)
1515

16-
Windows Azure Diagnostics extension can be enabled for Cloud Services (extended support) through [PowerShell](deploy-powershell.md) or [ARM template](deploy-template.md)
16+
Microsoft Azure Diagnostics extension can be enabled for Cloud Services (extended support) through [PowerShell](deploy-powershell.md) or [ARM template](deploy-template.md)
1717

18-
## Apply Windows Azure Diagnostics extension using PowerShell
18+
## Apply Microsoft Azure Diagnostics extension using PowerShell
1919

2020
```powershell
2121
# Create WAD extension object
@@ -40,7 +40,7 @@ Download the public configuration file schema definition by executing the follow
4040
```powershell
4141
(Get-AzureServiceAvailableExtension -ExtensionName 'PaaSDiagnostics' -ProviderNamespace 'Microsoft.Azure.Diagnostics').PublicConfigurationSchema | Out-File -Encoding utf8 -FilePath 'PublicWadConfig.xsd'
4242
```
43-
Here is an example of the public configuration XML file
43+
Here's an example of the public configuration XML file
4444
```
4545
<?xml version="1.0" encoding="utf-8"?>
4646
<PublicConfig xmlns="http://schemas.microsoft.com/ServiceHosting/2010/10/DiagnosticsConfiguration">
@@ -65,7 +65,7 @@ Download the private configuration file schema definition by executing the follo
6565
```powershell
6666
(Get-AzureServiceAvailableExtension -ExtensionName 'PaaSDiagnostics' -ProviderNamespace 'Microsoft.Azure.Diagnostics').PrivateConfigurationSchema | Out-File -Encoding utf8 -FilePath 'PrivateWadConfig.xsd'
6767
```
68-
Here is an example of the private configuration XML file
68+
Here's an example of the private configuration XML file
6969

7070
```
7171
<?xml version="1.0" encoding="utf-8"?>
@@ -86,7 +86,7 @@ Here is an example of the private configuration XML file
8686
</PrivateConfig>
8787
```
8888

89-
## Apply Windows Azure Diagnostics extension using ARM template
89+
## Apply Microsoft Azure Diagnostics extension using ARM template
9090
```json
9191
"extensionProfile": {
9292
"extensions": [

articles/cloud-services-extended-support/extensions.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.service: cloud-services-extended-support
66
author: gachandw
77
ms.author: gachandw
88
ms.reviewer: mimckitt
9-
ms.date: 10/13/2020
9+
ms.date: 07/24/2024
1010
---
1111

1212
# Extensions for Cloud Services (extended support)
@@ -15,34 +15,34 @@ Extensions are small applications that provide post-deployment configuration and
1515

1616
## Key Vault Extension
1717

18-
The Key Vault VM extension provides automatic refresh of certificates stored in an Azure Key Vault. Specifically, the extension monitors a list of observed certificates stored in key vaults, and upon detecting a change, retrieves, and installs the corresponding certificates. It also allows cross region/cross subscription reference of certificates for Cloud Service (extended support).
18+
The Key Vault Virtual Machine (VM) extension provides automatic refresh of certificates stored in an Azure Key Vault. Specifically, the extension monitors a list of observed certificates stored in key vaults, and upon detecting a change, retrieves, and installs the corresponding certificates. It also allows cross region/cross subscription reference of certificates for Cloud Service (extended support).
1919

2020
For more information, see [Configure key vault extension for Cloud Service (extended support)](./enable-key-vault-virtual-machine.md)
2121

2222
## Remote Desktop extension
2323

24-
Remote Desktop enables you to access the desktop of a role running in Azure. You can use a remote desktop connection to troubleshoot and diagnose problems with your application while it is running.
24+
Remote Desktop enables you to access the desktop of a role running in Azure. You can use a remote desktop connection to troubleshoot and diagnose problems with your application while it's running.
2525

2626
You can enable a remote desktop connection in your role during development by including the remote desktop modules in your service definition or through the remote desktop extension.
2727

2828
For more information, see [Configure remote desktop from the Azure portal](enable-rdp.md)
2929

30-
## Windows Azure Diagnostics extension
30+
## Microsoft Azure Diagnostics extension
3131

32-
You can monitor key performance metrics for any cloud service. Every cloud service role collects minimal data: CPU usage, network usage, and disk utilization. If the cloud service has the Microsoft.Azure.Diagnostics extension applied to a role, that role can collect additional points of data.
32+
You can monitor key performance metrics for any cloud service. Every cloud service role collects minimal data: CPU usage, network usage, and disk utilization. If the cloud service has the Microsoft.Azure.Diagnostics extension applied to a role, that role can collect more points of data.
3333

34-
With basic monitoring, performance counter data from role instances is sampled and collected at 3-minute intervals. This basic monitoring data is not stored in your storage account and has no additional cost associated with it.
34+
With basic monitoring, performance counter data from role instances is sampled and collected at 3-minute intervals. This basic monitoring data isn't stored in your storage account and has no additional cost associated with it.
3535

36-
With advanced monitoring, additional metrics are sampled and collected at intervals of 5 minutes, 1 hour, and 12 hours. The aggregated data is stored in a storage account, in tables, and is purged after 10 days. The storage account used is configured by role; you can use different storage accounts for different roles.
36+
With advanced monitoring, more metrics are sampled and collected at intervals of 5 minutes, 1 hour, and 12 hours. The aggregated data is stored in a storage account, in tables, and is purged after 10 days. The storage account used configures based on role; you can use different storage accounts for different roles.
3737

38-
For more information, see [Apply the Windows Azure diagnostics extension in Cloud Services (extended support)](enable-wad.md)
38+
For more information, see [Apply the Microsoft Azure diagnostics extension in Cloud Services (extended support)](enable-wad.md)
3939

4040
## Anti Malware Extension
41-
An Azure application or service can enable and configure Microsoft Antimalware for Azure Cloud Services using PowerShell cmdlets. Note that Microsoft Antimalware is installed in a disabled state in the Cloud Services platform running Windows Server 2012 R2 and older which requires an action by an Azure application to enable it. For Windows Server 2016 and above, Windows Defender is enabled by default, hence these cmdlets can be used for configuring Antimalware.
41+
An Azure application or service can enable and configure Microsoft Antimalware for Azure Cloud Services using PowerShell cmdlets. Microsoft Antimalware is installed in a disabled state in the Cloud Services platform running Windows Server 2012 R2 and older, which requires an action by an Azure application to enable it. For Windows Server 2016 and above, Windows Defender is enabled by default, and so, these cmdlets can be used for configuring Antimalware.
4242

4343
For more information, see [Add Microsoft Antimalware to Azure Cloud Service using Extended Support(CS-ES)](../security/fundamentals/antimalware-code-samples.md#add-microsoft-antimalware-to-azure-cloud-service-using-extended-support)
4444

45-
To know more about Azure Antimalware, please visit [here](../security/fundamentals/antimalware.md)
45+
To know more about Azure Antimalware, visit [Microsoft Antimalware for Azure Cloud Services and Virtual Machines](../security/fundamentals/antimalware.md)
4646

4747

4848

0 commit comments

Comments
 (0)