Designing and Implementing Microsoft DevOps Solutions — Question 50
You use GitHub for source control.
You are evaluating whether to use proxying to add a private upstream MyGet package feed to your MyGet feed.
What are two possible advantages of this approach? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.
Answer options
- A. minimizes the impact of upstream source availability issues
- B. minimizes latency when accessing the package
- C. provides automatic authentication
- D. minimizes the impact on your storage quota
Correct answer: C, D
Explanation
The correct answers, C and D, highlight that proxying can simplify the authentication process and lessen the burden on storage quotas. Options A and B, while relevant to performance and availability, do not directly relate to the advantages of proxying in this context.