You need to identify which connectivity mode to use when implementing App2. The solution must support the planned changes and meet the business requirements.Which connectivity mode should you identify?
You configure multi-region writes for account1.You need to ensure that App1 supports the new configuration for account1. The solution must meet the business requirements and the product catalog requirements.What should you do?
HOTSPOT -You have an Azure Cosmos DB Core (SQL) API account named account1 that has the disableKeyBasedMetadataWriteAccess property enabled.You are developing an app named App1 that will be used by a user named DevUser1 to create containers in account1. DevUser1 has a non-privileged user account in the Azure Active Directory (Azure AD) tenant.You need to ensure that DevUser1 can use App1 to create containers in account1.What should you do? To answer, select the appropriate options in the answer area.NOTE: Each correct selection is worth one point.Hot Area:
You have an Azure Cosmos DB Core (SQL) API account that uses a custom conflict resolution policy. The account has a registered merge procedure that throws a runtime exception.The runtime exception prevents conflicts from being resolved.You need to use an Azure function to resolve the conflicts.What should you use?
DRAG DROP -You have an Azure Cosmos DB Core (SQL) API account that is configured for multi-region writes. The account contains a database that has two containers named container1 and container2.The following is a sample of a document in container1:{"customerId": 1234,"firstName": "John","lastName": "Smith","policyYear": 2021}The following is a sample of a document in container2:{"gpsId": 1234,"latitude": 38.8951,"longitude": -77.0364}You need to configure conflict resolution to meet the following requirements:✑ For container1 you must resolve conflicts by using the highest value for policyYear.✑ For container2 you must resolve conflicts by accepting the distance closest to latitude: 40.730610 and longitude: -73.935242.✑ Administrative effort must be minimized to implement the solution.What should you configure for each container? To answer, drag the appropriate configurations to the correct containers. Each configuration may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.NOTE: Each correct selection is worth one point.Select and Place:
You are troubleshooting the current issues caused by the application updates.Which action can address the application updates issue without affecting the functionality of the application?