
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.