Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.

Unlimited Access

Get Unlimited Contributor Access to the all ExamTopics Exams!
Take advantage of PDF Files for 1000+ Exams along with community discussions and pass IT Certification Exams Easily.

Exam DP-100 topic 2 question 56 discussion

Actual exam question from Microsoft's DP-100
Question #: 56
Topic #: 2
[All DP-100 Questions]

DRAG DROP -
You are using a Git repository to track work in an Azure Machine Learning workspace.
You need to authenticate a Git account by using SSH.
Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.
Select and Place:

Show Suggested Answer Hide Answer
Suggested Answer:
Authenticate your Git Account with SSH:
Step 1: Generating a public/private key pair

Generate a new SSH key -
1. Open the terminal window in the Azure Machine Learning Notebook Tab.
2. Paste the text below, substituting in your email address.
ssh-keygen -t rsa -b 4096 -C "[email protected]"
This creates a new ssh key, using the provided email as a label.
> Generating public/private rsa key pair.
Step 2: Add the public key to the Git Account
In your terminal window, copy the contents of your public key file.
Step 3: Clone the Git repository by using an SSH repository URL
1. Copy the SSH Git clone URL from the Git repo.
2. Paste the url into the git clone command below, to use your SSH Git repo URL. This will look something like: git clone [email protected]:GitUser/azureml-example.git
Cloning into 'azureml-example'.
Reference:
https://docs.microsoft.com/en-us/azure/machine-learning/concept-train-model-git-integration

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
silva_831
Highly Voted 1 year, 6 months ago
The given answer is correct.
upvoted 7 times
...
Kanwal001
Highly Voted 8 months, 3 weeks ago
On exam 28 Aug 2023
upvoted 5 times
...
thisiston
Most Recent 2 weeks ago
1. Generate a public/private key pair. This is the initial step in setting up SSH authentication. The key pair consists of a private key, which you keep secure on your machine, and a public key that you will share. 2. Add the public key to the Git account. Once the key pair is generated, the public key must be added to your Git account settings. This allows the Git server to recognize and authenticate your SSH requests. 3. Clone the Git repository by using an SSH repository URL. After your public key is accepted by the Git server, you can securely clone the repository using SSH, which will utilize your private key for authentication.
upvoted 1 times
...
Karthikat
1 month, 3 weeks ago
on exam 3/25/2024
upvoted 1 times
...
NullVoider_0
3 months ago
On exam 12-02-2024.
upvoted 1 times
...
Awooga
3 months, 1 week ago
On exam 2024-02-06
upvoted 1 times
...
Mal42
9 months ago
On exam 18 Aug 2023
upvoted 2 times
...
phydev
10 months ago
On exam 20 July 2023.
upvoted 2 times
...
Yuriy_Ch
1 year, 2 months ago
Exactly this question was on exam 07/March/2023
upvoted 5 times
daviduzo
11 months ago
roughly how many questions from this site appeared in your exam if I may ask?
upvoted 1 times
...
...
ahson0124
1 year, 3 months ago
In exam on 2023-02-15
upvoted 2 times
...
RamundiGR
1 year, 3 months ago
answer looks good
upvoted 4 times
...
michaelmorar
1 year, 6 months ago
Never share a private key :) Answer is correct.
upvoted 3 times
...
fvil
1 year, 6 months ago
Appeared on exam 07/11/2022
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...