Azure Cosmos DB Core (SQL) API アカウントのセキュリティ要件を計画しています。Azure Cosmos DB アカウントのデータにアクセスするすべてのユーザーを監査するソリューションを推奨する必要があります。推奨事項に含めるべき 2 つの構成はどれですか? それぞれの正解は、解決策の一部を示しています。注: 正しく選択するたびに 1 ポイントの価値があります。
正解:B,C
LT-2: Enable threat detection for Azure identity and access management Guidance: Azure Active Directory (Azure AD) provides the following user logs, which can be viewed in Azure AD reporting or integrated with Azure Monitor, Microsoft Sentinel, or other SIEM/monitoring tools for more sophisticated monitoring and analytics use cases: Sign-ins - The sign-ins report provides information about the usage of managed applications and user sign-in activities. Audit logs - Provides traceability through logs for all changes done by various features within Azure AD. Examples of audit logs include changes made to any resources within Azure AD, like adding or removing users, apps, groups, roles, and policies. Disable local authentication methods so that your Cosmos DB database accounts exclusively require Azure Active Directory identities for authentication. Enforcing RBAC as the only authentication method In situations where you want to force clients to connect to Azure Cosmos DB through RBAC exclusively, you have the option to disable the account's primary/ secondary keys. When doing so, any incoming request using either a primary/secondary key or a resource token will be actively rejected. Reference: https://docs.microsoft.com/en-us/security/benchmark/azure/baselines/cosmos-db-security- baseline https://docs.microsoft.com/en-us/azure/cosmos-db/policy-reference https://docs.microsoft.com/en-us/azure/cosmos-db/how-to-setup-rbac#disable-local-auth