
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.