Skip to content

Commit

Permalink
Update mssql-setup.md
Browse files Browse the repository at this point in the history
MSI->ActiveDirectoryMsi
  • Loading branch information
yuta-suggs authored Feb 19, 2024
1 parent 154bcef commit 0fdc936
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docs/docs/core/connect-data-platform/mssql-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ your_profile_name:
port: 1433
database: exampledb
schema: schema_name
authentication: MSI
authentication: ActiveDirectoryMsi
```
</File>
Expand Down Expand Up @@ -457,6 +457,6 @@ Valid values for `authentication`:
* `ActiveDirectoryIntegrated`: Active Directory authentication using the current user's credentials
* `ServicePrincipal`: Azure Active Directory authentication using a service principal
* `CLI`: Azure Active Directory authentication using the account you're logged in with in the Azure CLI
* `MSI`: Azure Active Directory authentication using a managed identity available on the system
* `ActiveDirectoryMsi`: Azure Active Directory authentication using a managed identity available on the system
* `environment`: Azure Active Directory authentication using environment variables as documented [here](https://learn.microsoft.com/en-us/python/api/azure-identity/azure.identity.environmentcredential?view=azure-python)
* `auto`: Azure Active Directory authentication trying the previous authentication methods until it finds one that works

0 comments on commit 0fdc936

Please sign in to comment.