nerdexam
Microsoft

DP-500 · Question #38

You are using GitHub as a source control solution for an Azure Synapse Studio workspace. You need to modify the source control solution to use an Azure DevOps Git repository. What should you do first?

The correct answer is A. Disconnect from the GitHub repository. To switch from GitHub to Azure DevOps Git as the source control solution for an Azure Synapse Studio workspace, you must first disconnect the existing connection to the GitHub repository.

Implement and manage a data analytics environment

Question

You are using GitHub as a source control solution for an Azure Synapse Studio workspace. You need to modify the source control solution to use an Azure DevOps Git repository. What should you do first?

Exhibit

DP-500 question #38 exhibit

Options

  • ADisconnect from the GitHub repository.
  • BCreate a new pull request
  • CChange the workspace to live mode.
  • DChange the active branch.

How the community answered

(24 responses)
  • A
    71% (17)
  • B
    13% (3)
  • C
    4% (1)
  • D
    13% (3)

Why each option

To switch from GitHub to Azure DevOps Git as the source control solution for an Azure Synapse Studio workspace, you must first disconnect the existing connection to the GitHub repository.

ADisconnect from the GitHub repository.Correct

When changing the source control repository type or provider in Azure Synapse Studio, the existing connection to the GitHub repository must be disconnected before a new connection to an Azure DevOps Git repository can be established. This ensures a clean transition between source control systems.

BCreate a new pull request

Creating a new pull request is an action within the current source control system (GitHub in this case) and is not a prerequisite for changing the source control provider itself.

CChange the workspace to live mode.

Changing the workspace to live mode refers to deploying changes from the Git repository to the Synapse workspace for execution, which is unrelated to switching the source control provider.

DChange the active branch.

Changing the active branch is an action within the current Git repository and does not facilitate switching the source control provider from GitHub to Azure DevOps.

Concept tested: Azure Synapse Studio source control management

Source: https://learn.microsoft.com/en-us/azure/synapse-analytics/cicd/source-control

Topics

#Azure Synapse Studio#Source Control#Git Integration#Workspace Management

Community Discussion

No community discussion yet for this question.

Full DP-500 Practice