Azure Cosmos DB offers the ability to automatically delete the items from a container after a specific time period. Which property of a container do you need to specify the automatically purge items after a certain number of seconds?
While working in .NET SDK v3, you need to enable multi-region writes in your app that uses Azure Cosmos DB. WestUS2 is the region where your application would be deployed and Cosmos DB is replicated.
Which of the following attributes would you set to WestUS2 to achieve the goal?
You are working on an app that will save the device metrics produced every minute by various IoT devices. You decide to collect the data for two entities; the devices and the device metrics produced by each device. You were about to create two containers for these identified entities but suddenly your data engineer suggests you place both entities in a single container, not two different containers. You would like to be able to track the general data of the device and the number of metrics collections per device. How could we keep track of these entities inside the container?
You have a container named container! in an Azure Cosmos DB for NoSQL account.
You need to provide a user named User1 with the ability to insert items into container1 by using role-based
access The solution must use the principle of least privilege.
Which roles should you assign to User1?