Concept: Azure Role-Based Access Control (Azure RBAC) is an authorization system that provides fine-grained access management for Azure Machine Learning resources. It allows team members’ access to Azure cloud resources to be managed by assigning roles, which define: What assets can they use in the workspace? What actions can they perform with those resources? Authentication Workflows: There are four authentication workflows available when connecting to an Azure Machine Learning workspace. Definition: One of these workflows is best described as follows: Uses an Azure Active Directory account for authentication, either manually or via an authentication token. Primarily used during experimentation and iterative development. Enables per-user control of resource access, such as web services. Question: Which authentication workflow aligns with this description?