QuestionQ294

Plan and implement user environments and apps

You have an Azure subscription containing an Azure Virtual Desktop deployment.

You create a storage account with the following settings:

  • Name: storage1
  • Access key: key1
  • Subscription ID: SubID1
  • Azure file share: share1
  • Shared access signature (SAS): SAS1

You plan to store Azure Virtual Desktop user profiles in storage1 and configure directory-level and file-level permissions for share1.

You need to connect to share1 by using drive letter F.

Complete the command. Each value may be used once, more than once, or not at all.

Drag & Drop
key1
SAS1
share1
storage1
SubID1
net use F: \\storage1.file.core.windows.net\share1
/user:Azure\ 
Explanation

Azure Files mounting with a storage-account access key requires the username Azure\<storage-account-name> and the storage-account key as the password. Therefore the credentials are Azure\storage1 and key1.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!