Skip to content

Commit

Permalink
added corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
Jayclifford345 committed Dec 13, 2024
1 parent fa42a63 commit 47cd2e9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 0 additions & 2 deletions docs/sources/setup/install/helm/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/<LOKI_VERSION>/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:
Expand Down
6 changes: 4 additions & 2 deletions docs/sources/setup/install/helm/deployment-guides/azure.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,9 @@ The recommended way to authenticate Loki with Azure Blob Storage is to use feder
]
}
```
**Replace `<OIDC-ISSUER-URL>` with the OIDC issuer URL you found in the previous step.** Save this file for later use.
**Replace `<OIDC-ISSUER-URL>` 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
Expand Down Expand Up @@ -180,7 +182,7 @@ The recommended way to authenticate Loki with Azure Blob Storage is to use feder
--id <APP-ID> \
--parameters credentials.json
```
Replace `<APP-ID>` 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 `<APP-ID>` with the app ID you generated in the previous step.

1. Lastly add a role assignment to the app:

Expand Down

0 comments on commit 47cd2e9

Please sign in to comment.