Skip to content

Commit 075cadd

Browse files
authored
Clarify managed auth setup in Azure documentation (#2064)
Updated instructions for using managed auth on Azure.
1 parent 6d7a50b commit 075cadd

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/get_started.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,10 @@ deployment_name: <azure_model_deployment_name>
6565
```
6666
6767
#### Using Managed Auth on Azure
68-
To use managed auth, add an additional value to your model config and comment out or remove the api_key line:
68+
To use managed auth, edit the auth_type in your model config and *remove* the api_key line:
6969
7070
```yaml
7171
auth_type: azure_managed_identity # Default auth_type is is api_key
72-
# api_key: ${GRAPHRAG_API_KEY}
7372
```
7473
7574
You will also need to login with [az login](https://learn.microsoft.com/en-us/cli/azure/authenticate-azure-cli) and select the subscription with your endpoint.
@@ -116,4 +115,4 @@ Please refer to [Query Engine](query/overview.md) docs for detailed information
116115
- For more details about configuring GraphRAG, see the [configuration documentation](config/overview.md).
117116
- To learn more about Initialization, refer to the [Initialization documentation](config/init.md).
118117
- For more details about using the CLI, refer to the [CLI documentation](cli.md).
119-
- Check out our [visualization guide](visualization_guide.md) for a more interactive experience in debugging and exploring the knowledge graph.
118+
- Check out our [visualization guide](visualization_guide.md) for a more interactive experience in debugging and exploring the knowledge graph.

0 commit comments

Comments
 (0)