Silias Odionsilias809-cloud-newbie.hashnode.dev·Nov 20, 2024How to Download a Portfolio Template from ThemeWagon and Host it on Azure Blob StorageAzure Blob Storage is an excellent choice for hosting static websites due to its scalability, affordability, and ease of use. In this guide, we’ll walk you through the steps to deploy and host a static website using Azure Blob Storage. What is Azure ...#hagital consulting
Stanley Udebuanistanj.hashnode.dev·Sep 17, 2024Learn How To Make Containers Public,soft Delete & Retrieve BlobLet’s break it down in a more playful way! Making Containers Public In the universe of data storage, containers are like treasure chests. Making a container public is like opening the chest for anyone to peek inside. BLOB Containers Think of BLOB con...27 readsazure blob storage
Saurabh Adhaudevopsvoyager.hashnode.dev·Aug 26, 2024Azure Evolution: Day 9 - Understanding Azure Storage Services 🚀Introduction Azure Storage Services, offered by Microsoft Azure, form the backbone of data storage solutions in the cloud computing ecosystem. These services provide a scalable, durable, and secure environment for storing various data types, from sim...10 likesAzureAzure
Ucheagwu Onyikeucheagwuonyike.hashnode.dev·May 3, 2024Provisioning Azure Storage Blob With TerraformIn this post, I will show you how to deploy an Azure storage blob using Terraform. This will save you time wasted clicking through the Azure portal, which is the best part of Infrastructure-as-code. Difficulty level is 2/10. So, let’s get started. Pr...Terraform
Kumar Ashwin Hubertkumarashwinhubert.com·Nov 18, 2023Secure Your Azure Functions: Use Managed Identity for AzureWebJobsStorageWhen using an Azure Function app, it is necessary to connect it to a storage account, often referred to as Host storage. This storage is utilized by the Functions runtime, as well as by various triggers and bindings to coordinate between multiple run...3.9K readsAzure
Simon Joyceebs-apex.hashnode.dev·Oct 10, 2023Integrating Azure BLOB Storage into APEXIntroduction With cheap cloud storage, it makes sense to store your BLOBs in a cloud service instead of in your database tables. In this article, I'll take you through creating some plugins to allow you to upload, download and delete BLOBs from Azure...443 reads#oracle-apex
Yinusa Kolawolekolawole.hashnode.dev·Jul 26, 2023Creating an Azure Storage AccountIn this article, we will follow practical steps to creating an Azure storage account. Creating an Azure storage account: This Blog is about how you can create a Windows Azure storage account on the Microsoft Azure Portal. What is the storage account ...Cloud
Suraj Somanisurajsomani.hashnode.dev·May 23, 2023Azure blob storage index tags- search blob by tags using REST API & bearer token authorizationOverview: In the previous blog, we understood what are index tags and their use case. Also, we saw how to upload files with tags using REST API. If you have not checked it then please go through it before proceeding ahead. In this blog, we will go th...134 readsAzure REST APIs2Articles1Week
Suraj Somanisurajsomani.hashnode.dev·May 7, 2023Azure blob storage Index tags- upload file with index tags using REST APIAs datasets get larger, finding specific objects from millions of blobs is very difficult. Azure blob storage provides a feature called Blob Index tags which are key-value pairs associated with blob. Blob index tags are primarily used to categorize d...1 like·153 readsAzure REST APIsazure blob storage
Suraj Somanisurajsomani.hashnode.dev·May 6, 2023Azure blob storage - upload blob using REST API and bearer token in PostmanIn this blog, we will see steps on how to create an authorization header using bearer token created for an Azure storage account resource and call PUT blob REST API to upload a file using Postman. We will provide the required permission to perform th...223 readsAzure REST APIsazure REST API