Here, i will be creating a blob storage account, a blob container and then monitor it by uploading a file to the container.
STEP 1 Go to your microsoft azure portal, click on STORAGE ACCOUNTS. Next, Click on CREATE at the top left of your screen.
STEP 2 Fill in your project details, instance details (use any name of choice). Your performance and redundancy field can stay on default (do not change). Click on REVIEW at the bottom left of your screen then click on CREATE.
STEP 3 If deployment is complete, go to resource. Click on CONTAINER under the "Data storage".
STEP 4 Click on CONTAINER (above the search field). Give it a name of your choice, change the public access level from private to blob then click on CREATE.
STEP 5 Once it’s successful , click on the blob container you just created and click on UPLOAD. Select a file and click on UPLOAD.
STEP 6 Open the file you just added, copy the Url of the file and paste in your systems' browser to view the file you just uploaded.
DONE!!!
Top comments (0)