
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.
You are designing a data pipeline in Azure Databricks that involves processing sensitive data. How would you implement resource tokens to secure access to data stored in Azure Cosmos DB, and what considerations would you need to make regarding token expiration and permissions?
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.