nerdexam
Microsoft

DP-100 · Question #512

You have an Azure AI Foundry project and a CSV file stored in Azure Blob Storage. You plan to add the CSV file as the grounding data to the project for RAG by using the file data type. You need to…

The correct answer is C. wasbs. The wasbs:// (Windows Azure Storage Blob Secure) URL schema is the correct protocol for referencing files in Azure Blob Storage. It is the HTTPS-secured version of the wasb:// scheme and is widely used in Azure ML and Azure AI Foundry to point to blob-stored data assets. ssh://…

Design and prepare a machine learning solution

Question

You have an Azure AI Foundry project and a CSV file stored in Azure Blob Storage. You plan to add the CSV file as the grounding data to the project for RAG by using the file data type. You need to specify the URL schema to designate the blob location. Which URL schema should you specify?

Exhibit

DP-100 question #512 exhibit

Options

  • Assh
  • Bfile
  • Cwasbs
  • Dhdfs

How the community answered

(60 responses)
  • A
    3% (2)
  • B
    2% (1)
  • C
    93% (56)
  • D
    2% (1)

Explanation

The wasbs:// (Windows Azure Storage Blob Secure) URL schema is the correct protocol for referencing files in Azure Blob Storage. It is the HTTPS-secured version of the wasb:// scheme and is widely used in Azure ML and Azure AI Foundry to point to blob-stored data assets. ssh:// (choice A) is for Secure Shell connections. file:// (choice B) is for local filesystem paths. hdfs:// (choice D) is for Hadoop Distributed File System. Only wasbs:// maps to Azure Blob Storage.

Topics

#Azure AI Foundry#RAG#Azure Blob Storage#URL Schema

Community Discussion

No community discussion yet for this question.

Full DP-100 Practice