コンテナーという名前のコンテナーがあります。 Azure Cosmos DB for NoSQL アカウント内。 User1 という名前のユーザーに、ロールベースのアクセスを使用して項目を container1 に挿入できるようにする必要があります。このソリューションでは、最小特権の原則を使用する必要があります。 User1 にはどのロールを割り当てる必要がありますか?
正解:A
The Cosmos DB Built-in Data Contributor role provides the necessary permissions to insert items into a container in an Azure Cosmos DB for NoSQL account. This role grants the minimum required privileges for the described task, adhering to the principle of least privilege.