by gosia_janeczek | Jul 14, 2024 | .NET, Azure, Web Development
In this article, we will go together through creation of a Storage Account and uploading your first blob from code! Slowly, step-by-step, as beginners do! First thighs first we start by making sure you have all the basic theories behind the blob storage. You can find...
by gosia_janeczek | Jul 7, 2024 | .NET, Azure, Web Development
Let’s take a look together into all the theory behind Azure Blob Storage Accounts and what can help us understand those concepts better. What is a Blob? Before we dive deep into the theory behind Blob Storages we have to understand what blob really is. Blob is...
by gosia_janeczek | Nov 19, 2023 | Azure, React, Web Development
Welcome back to another episode of Azure Pipelines How To, the series. Today, we’ll learn how to fetch variables from Variable Groups in Azure DevOps. Fasten your seatbelts and let’s get started 💺. What are Variable Groups Variable Groups are no black...
by gosia_janeczek | Oct 24, 2023 | Azure
Recently, I was assigned an exciting task of moving the environment (non-critical “secret” file) away from the repository and fetching them dynamically during the pipeline build job. Let’s get through the development process with me once again. Long...