Skip to content

Commit 317b21a

Browse files
authored
Update continuous-integration-delivery.md
1 parent da7daf2 commit 317b21a

1 file changed

Lines changed: 4 additions & 7 deletions

File tree

articles/synapse-analytics/cicd/continuous-integration-delivery.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -253,14 +253,11 @@ You can choose the operation types based on the use case. Following part is an e
253253
> In CI/CD scenarios, the integration runtime type in different environments must be the same. For example, if you have a self-hosted integration runtime in the development environment, the same integration runtime must be self-hosted in other environments, such as in test and production. Similarly, if you're sharing integration runtimes across multiple stages, the integration runtimes must be linked and self-hosted in all environments, such as in development, test, and production.
254254
>
255255
> Currently, the DevOps Service Connection with **Workload Identity Federation (WIF)** is not supported in Synapse Workspace deployment extension. Switch to secret mode to make the connection successful.
256-
> For secure, secret-less alternatives that fully support Workload Identity Federation (WIF),
257-
> use the [AzureCLI@2](https://learn.microsoft.com/azure/devops/pipelines/tasks/reference/azure-cli-v2)
258-
> or [PowerShell](https://learn.microsoft.com/azure/devops/pipelines/tasks/reference/powershell-v2)
259-
> pipeline tasks with a federated service connection, as described in
260-
> [Connect to Azure using Workload Identity Federation](https://learn.microsoft.com/azure/devops/pipelines/library/connect-to-azure?view=azure-devops#workload-identity-federation).
256+
>
257+
> For secure, secretless alternatives that fully support Workload Identity Federation (WIF), use the [AzureCLI@2](/azure/devops/pipelines/tasks/reference/azure-cli-v2) or [PowerShell](/azure/devops/pipelines/tasks/reference/powershell-v2)
258+
> pipeline tasks with a federated service connection, as described in [Connect to Azure using Workload Identity Federation](https://learn.microsoft.com/azure/devops/pipelines/library/connect-to-azure?view=azure-devops).
261259
>
262-
> These tasks support secret-less authentication and can execute Synapse deployment commands
263-
> (`az synapse pipeline create`, `az synapse artifact publish`) while maintaining the same deployment flow.
260+
> These tasks support secretless authentication and can execute Synapse deployment commands (`az synapse pipeline create`, `az synapse artifact publish`) while maintaining the same deployment flow.
264261

265262
### Create a release for deployment
266263

0 commit comments

Comments
 (0)