How should you complete the code?

Posted by: Pdfprep Category: DP-100 Tags: , ,

HOTSPOT

The finance team asks you to train a model using data in an Azure Storage blob container named finance-data.

You need to register the container as a datastore in an Azure Machine Learning workspace and ensure that an error will be raised if the container does not exist.

How should you complete the code? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.

Answer:

Explanation:

Box 1: register_azure_blob_container

Register an Azure Blob Container to the datastore.

Box 2: create_if_not_exists = False

Create the file share if it does not exists, defaults to False.

Reference: https://docs.microsoft.com/en-us/python/api/azureml-core/azureml.core.datastore.datastore

Leave a Reply

Your email address will not be published.