Use The Azure Portal To Upload A File To Azure Storage
Use The Azure Portal To Upload A File To Azure Storage
Use The Azure Portal To Upload A File To Azure Storage
12. In the bigdata blade, click Properties and view the URL for the blob container, which should be in
the form https://<your_account_name>.blob.core.windows.net/bigdata. This is the URL that
client applications can use to access your blob container using HTTP protocol.
Note: Azure blob storage also supports the WASB protocol, which is specific to Azure storage.
Some big data processing technologies use this protocol to work with Azure storage.
13. Return to the blade for your storage account, and under Settings, click Access keys. Then on the
Access Keys page, note that two keys have been generated. These are used to authenticate client
applications that connect to your storage account.
1. In the blade for your storage account, view the Overview page, and then click the Blobs tile.
2. Click the bigdata container that you created previously, and then click Upload.
3. In the Upload blob blade, browse to the folder where you extracted the lab files for this course,
and select products.txt.
4. Click the Advanced option on the Upload blob pane, and verify the following settings and click
Upload:
• Blob type: Block blob
• Block size: 100 MB
• Upload to folder: leave blank
• Upload .vhd files as page blobs: leave checked.
Note: Azure storage supports three blob types (block, page, and append). Block blobs are formed
of one or more blocks of data based on the specified block size, and provide an efficient format
for uploading and transferring blobs. For more details about blob types in Azure storage, see
https://docs.microsoft.com/en-us/rest/api/storageservices/fileservices/UnderstandingBlock-
Blobs--Append-Blobs--and-Page-Blobs.
5. After the blob has been uploaded, note that it is listed in the bigdata container blade. Then click
the Products.txt blob and in the Blob properties blade, note its URL, which should be similar to
https://<your_account_name>.blob.core.windows.net/bigdata/products.txt.
Note: For a detailed comparison of Azure Storage and Azure Data Lake Store, see
https://docs.microsoft.com/en-us/azure/data-lake-store/data-lake-store-comparison-with-blob-storage.
1. In the Microsoft Azure portal, in the Hub Menu (on the left edge of the page), click New. Then in
the Storage menu, click Data Lake Store.
2. In the New Data Lake Store blade, enter the following settings, and then click Create:
• Name: Enter a unique name for your storage account (and make a note of it!)
• Resource group: Select Use existing and select the resource group you created previously.
• Location: Select any available region
• Pricing: Pay-as-you-go
• Encryption Settings: Enabled
• Pin to dashboard: Unselected
3. At the top of the page, click Notifications and verify that deployment has started. Wait until your
storage account has been created. This should take a few minutes.