ExamQuestions.com

Register
Login
Developing Solutions for Microsoft Azure (AZ-204) Exam Questions

Microsoft

Developing Solutions for Microsoft Azure (AZ-204)

49 / 179

Question 49:

You develop Azure solutions. You must connect to a No-SQL globally-distributed database by using the .NET API. You need to create an object to configure and execute requests in the database. Which code segment should you use? 

Answer options:

A. new Container(EndpointUri, PrimaryKey);
B. new Database(EndpointUri, PrimaryKey);
C. new CosmosClient(EndpointUri, PrimaryKey);