
Answer-first summary for fast verification
Answer: All of the above
In a multi-tenant environment, ensuring data isolation and security is crucial. This can be achieved by implementing role-based access control (RBAC) for service management (A), which allows you to control access to the AI service based on user roles. Encrypted connections for data transmission (B) help protect sensitive data from unauthorized access during transit. Using separate instances of the AI service for each tenant (C) can provide an additional layer of data isolation. Therefore, the correct answer is D, all of the above.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
You are planning to deploy an Azure AI service in a multi-tenant environment. Which of the following considerations should be taken into account to ensure data isolation and security?
A
Implementing role-based access control (RBAC) for service management.
B
Ensuring the use of encrypted connections for data transmission.
C
Using separate instances of the AI service for each tenant.
D
All of the above