exam questions

Exam DP-100 All Questions

View all questions & answers for the DP-100 exam

Exam DP-100 topic 2 question 136 discussion

Actual exam question from Microsoft's DP-100
Question #: 136
Topic #: 2
[All DP-100 Questions]

You manage an Azure Machine Learning Workspace named Workspase1 and an Azure Files share named Share1.

You plan to create an Azure Files datastore in Workspace1 to target Share1.

You need to configure permanent access to Share1 from the Azure Files datastore.

Which authorization method should you use?

  • A. Secondary access key
  • B. Anonymous access
  • C. Account SAS key
  • D. Service SAS key
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
f82411e
3 weeks, 3 days ago
Selected Answer: C
C. Account SAS key Provides delegated access to the entire storage resource (such as Azure Files). Can be configured with far expiration (or renewed periodically) for persistent access. Supports Azure Machine Learning data stores.
upvoted 1 times
...
jl420
7 months, 3 weeks ago
Selected Answer: A
The correct answer is: A. Secondary access key Explanation: To configure permanent access to an Azure Files share from an Azure Files datastore in an Azure Machine Learning workspace, you generally use the primary or secondary access key of the Azure Storage account that contains the file share. This provides long-term access without the need to renew credentials, as the access keys remain valid until they are manually regenerated. Why the Other Options Don’t Meet the Goal: B. Anonymous access: Azure Files does not support anonymous access. Access requires authentication through either account keys, SAS tokens, or identity-based methods. C. Account SAS key: While an Account SAS key provides scoped access to storage resources, it is typically short-lived and must be regenerated periodically, making it unsuitable for permanent access. D. Service SAS key: Similar to the Account SAS, a Service SAS key is also short-lived and used for temporary access to specific resources. It must be renewed, so it does not meet the requirement for permanent access.
upvoted 3 times
...
Arvindu89
8 months ago
Selected Answer: D
Account SAS and Service SAS are both types of Shared Access Signatures in Azure, but they differ in terms of scope and control. Account SAS: Grants access to resources within a storage account, such as blobs, files, queues, or tables. Offers broader permissions and can cover multiple services within the storage account. Allows you to specify permissions, including read, write, delete, list, and more for the entire account. Service SAS: Grants access to specific resources within a single service, like a specific blob or file share. Offers more fine-grained control compared to Account SAS. Allows you to specify permissions and set constraints, like IP ranges, protocols, and expiration times, but only for the specified resource.
upvoted 2 times
...
kfgg
8 months ago
Selected Answer: A
A user delegation SAS has a maximum expiry interval of 7 days, regardless of the SAS expiration policy. I think answer should be A? https://learn.microsoft.com/en-us/azure/storage/common/sas-expiration-policy?tabs=azure-portal#configure-a-sas-expiration-policy https://learn.microsoft.com/en-us/azure/storage/common/storage-account-keys-manage?tabs=azure-portal
upvoted 2 times
...
jefimija
8 months, 2 weeks ago
Selected Answer: C
I never came across service sas key, only account sas key
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...