Skip to content

Commit 398c3a8

Browse files
committed
Updated observability defaults for Automatic for clarification
1 parent 44d7da9 commit 398c3a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/aks/intro-aks-automatic.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ The following table provides a comparison of options that are available, preconf
2929

3030
### Application deployment, monitoring, and observability
3131

32-
Application deployment can be streamlined using [automated deployments][automated-deployments] from source control, which creates Kubernetes manifest and generates CI/CD workflows. Additionally, the cluster is configured with monitoring tools such as Managed Prometheus for metrics, Managed Grafana for visualization and Container Insights for log collection.
32+
Application deployment can be streamlined using [automated deployments][automated-deployments] from source control, which creates Kubernetes manifest and generates CI/CD workflows. Additionally, the cluster is configured with monitoring tools such as Managed Prometheus for metrics, Managed Grafana for visualization, and Container Insights for log collection.
3333

3434
| Option | AKS Automatic | AKS Standard |
3535
|--- |--- |--- |
3636
| Application deployment | **Optional:** <ul><li>Use [automated deployments][automated-deployments] to containerize applications from source control, create Kubernetes manifests, and continuous integration/continuous deployment (CI/CD) workflows.</li><li>Create deployment pipelines using [GitHub Actions for Kubernetes][kubernetes-action].</li><li>Bring your own CI/CD pipeline.</li></ul> | **Optional:** <ul><li>Use [automated deployments][automated-deployments] to containerize applications from source control, create Kubernetes manifests, and continuous integration/continuous deployment (CI/CD) workflows.</li><li>Create deployment pipelines using [GitHub Actions for Kubernetes][kubernetes-action].</li><li>Bring your own CI/CD pipeline.</li></ul> |
37-
| Monitoring, logging, and visualization | **Default:** <ul><li>[Managed Prometheus][managed-prometheus] for metric collection</li><li>[Managed Grafana][managed-grafana] for visualization</li><li>[Container insights][container-insights] for log collection</li></ul> | **Optional:** <ul><li>[Managed Prometheus][managed-prometheus] for metric collection</li><li>[Managed Grafana][managed-grafana] for visualization</li><li>[Container insights][container-insights] for log collection</li></ul> |
37+
| Monitoring, logging, and visualization | **Default:** <ul><li>[Managed Prometheus][managed-prometheus] for metric collection when using Azure CLI or the Azure portal. </li><li>[Managed Grafana][managed-grafana] for visualization when using Azure CLI or the Azure portal.</li><li>[Container insights][container-insights] for log collection when using Azure CLI or the Azure portal.</li></ul> | **Optional:** <ul><li>[Managed Prometheus][managed-prometheus] for metric collection.</li><li>[Managed Grafana][managed-grafana] for visualization.</li><li>[Container insights][container-insights] for log collection.</li></ul> |
3838

3939
### Node management, scaling, and cluster operations
4040

0 commit comments

Comments
 (0)