Azure DevOps pipeline suddenly start failing!

Sultan Khan 20 Reputation points
2024-07-09T23:45:33.4466667+00:00

2024-07-09T23:11:19.7718791Z Complete getting Artifacts From Template

2024-07-09T23:11:19.7719155Z Start deploying artifacts from the template.

2024-07-09T23:11:19.7722609Z Deploy dev_keyVault_linkedService of type linkedService

2024-07-09T23:11:19.9503411Z For Artifact: dev_keyVault_linkedService: ArtifactDeploymentTask status: 403; status message: Forbidden

2024-07-09T23:11:19.9506451Z Failed

2024-07-09T23:11:19.9507649Z deploy operation failed

2024-07-09T23:11:19.9509658Z An error occurred during execution: Error: Linked service deployment failed "Failed"

2024-07-09T23:11:19.9543086Z ##[error]Encountered with exception:Error: Linked service deployment failed "Failed"

2024-07-09T23:11:19.9553608Z For Artifact: dev_keyVault_linkedService: Deploy artifact failed: {"code":"ClientIpAddressNotAuthorized","message":"Client Ip address : ...***"}

2024-07-09T23:11:19.9652636Z ##[section]Finishing: Synpase deployment task for workspace: uat01-vm04-d200

Azure Synapse Analytics
Azure Synapse Analytics
An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
4,924 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,708 questions
0 comments No comments
{count} votes

Accepted answer
  1. AnnuKumari-MSFT 32,906 Reputation points Microsoft Employee
    2024-07-10T05:23:51.67+00:00

    Hi Sultan Khan ,

    Welcome to Microsoft Q&A platform and thanks for posting your query here.

    The error message indicates that the deployment failed with the error : "ClientIpAddressNotAuthorized" , which means that the request was forbidden due to Workspace not being configured to allow access to the client IP address.

    Kindly try to create or manage the firewall configuration for the Workspace allowing the Client IP address to the workspace.

    There are two ways IP firewall rules are added to an Azure Synapse workspac:

    • To add an IP firewall to your workspace, select Networking and check Allow connections from all IP addresses during workspace creation. Screenshot that highlights the Security tab, and the 'Allow connections from all IP addresses' checkbox.
    • You can also add IP firewall rules to a Synapse workspace after the workspace is created. Select Firewalls under Security from Azure portal. To add a new IP firewall rule, give it a name, Start IP, and End IP. Select Save when done.

    Screenshot that highlights the Security tab, and the 'Allow connections from all IP addresses' checkbox.

    For more details kindly check : Create and manage IP firewall rules | Azure Synapse Analytics IP firewall rules

    Hope it helps. Kindly accept the answer by clicking on Accept answer button. Thankyou

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.