
Answer-first summary for fast verification
Answer: Create resource tokens with limited permissions and set appropriate expiration times based on the use case.
Resource tokens should be used with limited permissions to minimize risk and have appropriate expiration times to ensure security without compromising operational efficiency.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
Consider a scenario where you need to implement resource tokens for securing access to data in Azure Cosmos DB from Azure Databricks. How would you configure these tokens to ensure they are secure, including considerations for token permissions and expiration?
A
Use master keys for all operations and ignore token expiration.
B
Generate resource tokens with full permissions and long expiration times.
C
Create resource tokens with limited permissions and set appropriate expiration times based on the use case.
D
Do not use resource tokens; rely on IP filtering for security.
No comments yet.