Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update mssql-setup.md #4951

Merged
merged 1 commit into from
Feb 20, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading