Skip to content
Open
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
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,14 @@ You can choose the operation types based on the use case. Following part is an e
> 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.
>
> 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.
> For secure, secret-less alternatives that fully support Workload Identity Federation (WIF),
> use the [AzureCLI@2](https://learn.microsoft.com/azure/devops/pipelines/tasks/reference/azure-cli-v2)
Copy link

Copilot AI Nov 6, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The task reference link points to 'azure-cli-v2' but references 'AzureCLI@2'. Consider using consistent naming. The Azure DevOps task is typically referenced as 'AzureCLI@2' in YAML but the URL slug uses 'azure-cli-v2'. Verify this is the correct link format for the intended task version.

Copilot uses AI. Check for mistakes.
> or [PowerShell](https://learn.microsoft.com/azure/devops/pipelines/tasks/reference/powershell-v2)
> 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#workload-identity-federation).
Copy link

Copilot AI Nov 6, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The URL includes a fragment identifier '#workload-identity-federation' which may be case-sensitive and could break if the target page's heading changes. Consider verifying this anchor exists on the target page or using a more stable link if available.

Suggested change
> [Connect to Azure using Workload Identity Federation](https://learn.microsoft.com/azure/devops/pipelines/library/connect-to-azure?view=azure-devops#workload-identity-federation).
> [Connect to Azure using Workload Identity Federation](https://learn.microsoft.com/azure/devops/pipelines/library/connect-to-azure?view=azure-devops).

Copilot uses AI. Check for mistakes.
>
> These tasks support secret-less authentication and can execute Synapse deployment commands
> (`az synapse pipeline create`, `az synapse artifact publish`) while maintaining the same deployment flow.

### Create a release for deployment

Expand Down