From 47cd2e9b79f3af358684cff319b04f258e708dd7 Mon Sep 17 00:00:00 2001 From: Jayclifford345 Date: Fri, 13 Dec 2024 10:21:25 +0000 Subject: [PATCH] added corrections --- docs/sources/setup/install/helm/_index.md | 2 -- docs/sources/setup/install/helm/deployment-guides/azure.md | 6 ++++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/sources/setup/install/helm/_index.md b/docs/sources/setup/install/helm/_index.md index f7623494dabeb..05def151c5ca7 100644 --- a/docs/sources/setup/install/helm/_index.md +++ b/docs/sources/setup/install/helm/_index.md @@ -32,8 +32,6 @@ Loki is designed to be run in two states: Loki can also be deployed in [Simple Scalable mode](https://grafana.com/docs/loki//get-started/deployment-modes/#simple-scalable). For the best possible experience in production, we recommend deploying Loki in *microservices* mode. {{< /admonition >}} -If you plan to use Loki to store logs for a large number of; applications, services or Kubernetes clusters, we recommend deploying Loki in *microservices* mode. - ## Cloud Deployment Guides The following guides provide step-by-step instructions for deploying Loki on cloud providers: diff --git a/docs/sources/setup/install/helm/deployment-guides/azure.md b/docs/sources/setup/install/helm/deployment-guides/azure.md index 5d4bc6926dc01..de16e1616527d 100644 --- a/docs/sources/setup/install/helm/deployment-guides/azure.md +++ b/docs/sources/setup/install/helm/deployment-guides/azure.md @@ -152,7 +152,9 @@ The recommended way to authenticate Loki with Azure Blob Storage is to use feder ] } ``` - **Replace `` with the OIDC issuer URL you found in the previous step.** Save this file for later use. + **Replace `` with the OIDC issuer URL you found in the previous step.** + +1. Make sure you to save the `credentials.json` file before continuing. 1. Next generate an Azure directory `app`. We will use this to assign our federated credentials to: ```bash @@ -180,7 +182,7 @@ The recommended way to authenticate Loki with Azure Blob Storage is to use feder --id \ --parameters credentials.json ``` - Replace `` with the app ID you generated in the previous step. **Make sure you have also updated and saved the `credentials.json` file before running this step.** + Replace `` with the app ID you generated in the previous step. 1. Lastly add a role assignment to the app: