python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
NSubstitute Substitute Azure storage blob DownloadContentAsync()
I'm using azure blob container to download container content and do some stuff, here is my code:
public async Task<IEnumerable<MyData>> ReadBlobContent(BlobClient blob)
{
var blobConte...
tma
Votes: 0
Answers: 1
Can blob storage be shared between different regions?
I want to implement a multi-region architecture in azure. My current architecture is running in one region and I am using blob storage to save my data. I was wondering if the blob storage can be share...
Hkni
Votes: 0
Answers: 1
Multi region architecture with active active mode azure
I have some doubts about implementing a multi-region architecture in azure, I am running my application currently in one region and I am saving some data in blob storage and others in the PostgreSQL d...
Hkni
Votes: 0
Answers: 1
How to display image downloaded from Azure Blob Storage in React
First of all, Ive checked this question and it's not a duplicate How to display an image saved as blob in React
I'm not sure what they're doing, but our code is entirely different.
I have been followi...
notacorn
Votes: 0
Answers: 1