account1 という名前の Azure Cosmos DB アカウントがあります。 アカウントの 2 次キーを使用して account1 に接続するアプリがいくつかあります。 次に、サービス プリンシパルを使用して認証するようにアプリを構成します。 account1 では、Azure AD ID を使用したアプリの接続のみが許可されるようにする必要があります。 どのアカウントのプロパティを変更する必要がありますか?
正解:B
The disableLocalAuth property is a boolean flag that indicates whether local authentication methods such as primary/secondary keys are disabled for the Azure Cosmos DB account. Setting this property to true improves security by ensuring that Azure Cosmos DB accounts exclusively require Azure Active Directory identities for authentication1.