Skip to content

Commit c0c2961

Browse files
Fix links
1 parent ed2a066 commit c0c2961

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/connect/ado-net/introduction-microsoft-data-sqlclient-namespace.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ connection.SspiContextProvider = new MyKerberosProvider();
105105
connection.Open();
106106
```
107107

108-
- The provider handles the authentication token exchange during integrated authentication. Existing authentication behavior is unchanged when no custom provider is set. See [SspiContextProvider_CustomProvider.cs](ttps://github.com/dotnet/SqlClient/tree/main/doc/samples/SspiContextProvider_CustomProvider.cs) for a sample implementation.
108+
- The provider handles the authentication token exchange during integrated authentication. Existing authentication behavior is unchanged when no custom provider is set. See [SspiContextProvider_CustomProvider.cs](https://github.com/dotnet/SqlClient/tree/main/doc/samples/SspiContextProvider_CustomProvider.cs) for a sample implementation.
109109
- **Note:** The `SspiContextProvider` is part of the connection pool key. Care should be taken when using this property to ensure the implementation returns a stable identity per resource.
110110

111111
#### Async Read Performance: Packet Multiplexing (Preview)
@@ -239,7 +239,7 @@ listener.Subscribe(new Observer<KeyValuePair<string, object?>>(kvp =>
239239
| Azure-hosted workloads | `Active Directory Managed Identity` |
240240
| Developer / CI environments | `Active Directory Default` |
241241

242-
- See [Connect to Azure SQL with Microsoft Entra authentication](sql/azure-active-directory-authentication) for more information.
242+
- See [Connect to Azure SQL with Microsoft Entra authentication](/connect/ado.net/sql/azure-active-directory-authentication) for more information.
243243

244244
## Target Platform Support
245245

0 commit comments

Comments
 (0)