From e95c97c119af6f3b1f904a406372b046f41b578a Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Wed, 20 Jul 2022 18:42:36 +0100 Subject: [PATCH] Docs: adjusts heading and rewords the intro to active voice (#52545) (#52551) * 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 (cherry picked from commit 7d90f2f1a355a0f39216ac33ce108cfafccde194) Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> --- 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 850633b9c99..98951076f3c 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 are available in Grafana 8.5+ as a beta feature. To enable service accounts, refer to [Enable service accounts]({{< relref "enable-service-accounts/#" >}}) section. Service accounts will eventually replace [API keys]({{< relref "../api-keys/" >}}) as the primary way to authenticate applications that interact with Grafana.