AWS/Azure/OpenShift

Azure Storage: How to create Blob Storage and upload files

aks-1

The Azure storage account contains all of your Azure Storage data objects which include: blobs, files, queues, and tables. In this guide, you will learn about Azure Storage: How to create Blob Storage and upload files. Please see how to install Kerberos packages in Windows via Cygwin, how to configure a remote server (windows) to Support Ansible, and how to deploy Azure VMware solution private cloud, how to create a Traffic Manager profile in Azure, and how to improve website response using Traffic Manager.

The storage account provides a unique namespace for your Azure Storage data that is accessible from anywhere in the world over HTTP or HTTPS.

Also here are some of my related guides: How to manage azure resource manager resource groups by using Azure CLI, and how to configure Azure resources with tools, how to install and configure Ansible on Ubuntu.

Create a storage account

A storage account provides access to Azure Storage services. The storage account constitutes the highest level of the name-space for accessing every of the Azure Storage service components like Azure Blob, Queue, etc. To create a storage account, you should be either the service administrator or a co-administrator for the associated subscription.

Go to the Azure Portal. In the search bar, type and then select Storage account. In the virtual network, click the + Create button then create a Storage account. Type the following below

- Choose your subscription. 
- Create a new Resource Group name (rg-cdn).

Instant details 
- Storage account name – Enter a name for the account using (storagecdn2)
- Region – East US
- Performance – Standard
- Redundancy- Locally-redundant storage (LRS)

Click Next : Advance >

Advance tab
Security – Secure transfer required and blob public access select enabled.

Select Review + create
Capture-72

Storage account successfully created.

Capture-73

Please see how to install Ansible on Windows with Cygwin, and how to automate infrastructure deployments in the cloud with ansible and azure pipelines.

How to create a blob container

Click on the new created storage account, under data storage select containers and then click on + Container. And do the following below

New container wizard 

- Enter a container name (containercdn)
- Public access level – container (anonymous read access for containers and blob)
- Click create.
Capture-74

The container was successfully created.

Capture-75

Here are some exciting guides: How to Install a Windows Server Container Host, and how to Upload Batch Files to Azure Storage Account Using Azure CLI

Upload Images to Container

Click on the newly created containdercdn inside the storage account, choose the Upload tab, and then click on the folder icon next to the file, to select a file from your local computer.

Go to Advanced Under upload to folder type a folder name (images) and then click upload.

Capture-76

Below is the file and folder you just created. Click on the folder and select the file name, then click on the URL to copy the link of the file, paste it on the web browser to preview the file

Capture-77

Below is the preview link of the file uploaded on the web browser

Capture-78

The above articles show how to create Azure storage, blob storage & Upload Files. Please see Running PowerShell remotely on Azure VMs, Running PowerShell remotely on Azure VMs, Hosting Static Website and Versioning on AWS S3, and how to Change the default Save and Download Location in Windows.

I hope you found this article useful on Azure Storage: How to create Blob Storage and upload files. Please let me know in the comment section if you have any questions.

Subscribe
Notify of
guest

0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x