Skip to content

Commit baf33bd

Browse files
Fix links
1 parent 0e45243 commit baf33bd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/integration-services/connection-manager/ado-net-connection-manager.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Microsoft SqlClient Data Provider is supported in [!INCLUDE [sssql25-md](../../i
8080

8181
For package design, use [SQL Server Integration Services Projects 2022](https://marketplace.visualstudio.com/items?itemName=SSIS.MicrosoftDataToolsIntegrationServices) or above.
8282

83-
For guidance on configuring Microsoft Entra authentication modes, see [Connect to Azure SQL with Microsoft Entra authentication and SqlClient](/sql/connect/ado-net/sql/azure-active-directory-authentication.md).
83+
For guidance on configuring Microsoft Entra authentication modes, see [Connect to Azure SQL with Microsoft Entra authentication and SqlClient](../../connect/ado-net/sql/azure-active-directory-authentication.md).
8484

8585
#### Managed identities for Azure resources authentication
8686

docs/tools/sqlpackage/sqlpackage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ SqlPackage /at:$($AccessToken_Object.Token) /Action:Export /TargetFile:"C:\Adven
128128
/SourceConnectionString:"Server=tcp:{yourserver}.database.windows.net,1433;Initial Catalog=AdventureWorksLT;MultipleActiveResultSets=False;Encrypt=True;TrustServerCertificate=False;Connection Timeout=30;"
129129
```
130130

131-
Alternatively, you can pass the service principal client ID and secret to SqlPackage in the connection string. The [connection string format](/sql/connect/ado-net/sql/azure-active-directory-authentication.md#using-service-principal-authentication) includes `Authentication=Active Directory Service Principal;` and `User Id=AppId; Password=<password>`. When the service principal credentials are passed in the connection string, the `/at` parameter isn't required and SqlPackage refreshes the authentication as needed during the operation.
131+
Alternatively, you can pass the service principal client ID and secret to SqlPackage in the connection string. The [connection string format](../../connect/ado-net/sql/azure-active-directory-authentication.md#using-service-principal-authentication) includes `Authentication=Active Directory Service Principal;` and `User Id=AppId; Password=<password>`. When the service principal credentials are passed in the connection string, the `/at` parameter isn't required and SqlPackage refreshes the authentication as needed during the operation.
132132

133133
Service principals are supported in both [Azure DevOps](/azure/devops/integrate/get-started/authentication/service-principal-managed-identity) and [GitHub actions](https://github.com/azure/login) CI/CD pipelines.
134134

0 commit comments

Comments
 (0)