Skip to content

Commit 3ca055b

Browse files
authored
Merge pull request #202941 from AaronMaxwell/aaronmax-codeless-AKS
[AppInsights][AaronMax] Adding back AKS initialism
2 parents 487a87e + dd6db7c commit 3ca055b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/azure-monitor/app/codeless-overview.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.reviewer: abinetabate
1010

1111
Auto-instrumentation allows you to enable application monitoring with Application Insights without changing your code.
1212

13-
Application Insights is integrated with various resource providers and works on different environments. In essence, all you have to do is enable and - in some cases - configure the agent, which will collect the telemetry automatically. In no time, you'll see the metrics, requests, and dependencies in your Application Insights resource, which will allow you to spot the source of potential problems before they occur, and analyze the root cause with end-to-end transaction view.
13+
Application Insights is integrated with various resource providers and works on different environments. In essence, all you have to do is enable and - in some cases - configure the agent, which will collect the telemetry automatically. In no time, you'll see the metrics, requests, and dependencies in your Application Insights resource. This telemetry will allow you to spot the source of potential problems before they occur, and analyze the root cause with end-to-end transaction view.
1414

1515
> [!NOTE]
1616
> Auto-instrumentation used to be known as "codeless attach" before October 2021.
@@ -28,7 +28,7 @@ As we're adding new integrations, the auto-instrumentation capability matrix bec
2828
|Azure Functions - basic | GA, OnBD* | GA, OnBD* | GA, OnBD* | GA, OnBD* | GA, OnBD* |
2929
|Azure Functions - dependencies | Not supported | Not supported | Public Preview | Not supported | Through [extension](monitor-functions.md#distributed-tracing-for-python-function-apps) |
3030
|Azure Spring Cloud | Not supported | Not supported | GA | Not supported | Not supported |
31-
|Azure Kubernetes Service | N/A | Not supported | Through agent | Not supported | Not supported |
31+
|Azure Kubernetes Service (AKS) | N/A | Not supported | Through agent | Not supported | Not supported |
3232
|Azure VMs Windows | Public Preview | Public Preview | Through agent | Not supported | Not supported |
3333
|On-Premises VMs Windows | GA, opt-in | Public Preview | Through agent | Not supported | Not supported |
3434
|Standalone agent - any env. | Not supported | Not supported | GA | Not supported | Not supported |
@@ -58,13 +58,13 @@ The basic monitoring for Azure Functions is enabled by default to collect log, p
5858
### Java
5959
Application monitoring for Java apps running in Azure Spring Cloud is integrated into the portal, you can enable Application Insights directly from the Azure portal, both for the existing and newly created Azure Spring Cloud resources.
6060

61-
## Azure Kubernetes Service
61+
## Azure Kubernetes Service (AKS)
6262

63-
Codeless instrumentation of Azure Kubernetes Service is currently available for Java applications through the [standalone agent](./java-in-process-agent.md).
63+
Codeless instrumentation of Azure Kubernetes Service (AKS) is currently available for Java applications through the [standalone agent](./java-in-process-agent.md).
6464

6565
## Azure Windows VMs and virtual machine scale set
6666

67-
Auto-instrumentation for Azure VMs and virtual machine scale set is available for [.NET](./azure-vm-vmss-apps.md) and [Java](./java-in-process-agent.md) - this experience is not integrated into the portal. The monitoring is enabled through a few steps with a stand-alone solution and does not require any code changes.
67+
Auto-instrumentation for Azure VMs and virtual machine scale set is available for [.NET](./azure-vm-vmss-apps.md) and [Java](./java-in-process-agent.md) - this experience isn't integrated into the portal. The monitoring is enabled through a few steps with a stand-alone solution and doesn't require any code changes.
6868

6969
## On-premises servers
7070
You can easily enable monitoring for your [on-premises Windows servers for .NET applications](./status-monitor-v2-overview.md) and for [Java apps](./java-in-process-agent.md).

0 commit comments

Comments
 (0)