Skip to content

Commit 0e45243

Browse files
Fix URLs
1 parent 0f7b53b commit 0e45243

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ listener.Subscribe(new Observer<KeyValuePair<string, object?>>(kvp =>
240240
| Azure-hosted workloads | `Active Directory Managed Identity` |
241241
| Developer / CI environments | `Active Directory Default` |
242242

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

245245
## Target Platform Support for 7.0
246246

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](../../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](/sql/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](../../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](/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.
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)