From 7d90f2f1a355a0f39216ac33ce108cfafccde194 Mon Sep 17 00:00:00 2001 From: Christopher Moyer <35463610+chri2547@users.noreply.github.com> Date: Wed, 20 Jul 2022 12:33:05 -0500 Subject: [PATCH] Docs: adjusts heading and rewords the intro to active voice (#52545) * adjusts heading and makes intro active voice * Update docs/sources/administration/service-accounts/_index.md Co-authored-by: Ursula Kallio Co-authored-by: Ursula Kallio --- docs/sources/administration/service-accounts/_index.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/docs/sources/administration/service-accounts/_index.md b/docs/sources/administration/service-accounts/_index.md index 1187a4ddeaa..6f2aea2d4b9 100644 --- a/docs/sources/administration/service-accounts/_index.md +++ b/docs/sources/administration/service-accounts/_index.md @@ -16,13 +16,7 @@ weight: 800 # Service accounts -You can use service accounts to run automated or compute workloads. - -{{< section >}} - -## About service accounts - -A service account can be used to run automated workloads in Grafana, like dashboard provisioning, configuration, or report generation. Create service accounts and tokens to authenticate applications like Terraform with the Grafana API. +You can use a service account to run automated workloads in Grafana, such as dashboard provisioning, configuration, or report generation. Create service accounts and tokens to authenticate applications, such as Terraform, with the Grafana API. > **Note:** Service accounts will eventually replace [API keys]({{< relref "../api-keys/" >}}) as the primary way to authenticate applications that interact with Grafana.