Skip to main content
Filter by
Sorted by
Tagged with
1 vote
1 answer
51 views

I have an Azure front door (afd) with a route and rule set to serve a SPA, as is quite normal, I don't want the index.html cached but do want all the other files cached. I created a rule-set and rules ...
APW's user avatar
  • 577
1 vote
1 answer
74 views

During performance test we got some error from Azure Storage saying that com.azure.storage.blob.models.BlobStorageException: Status code 409, "BlobAlreadyExistsThe specified blob already exists. ...
Viktor's user avatar
  • 1,519
Best practices
0 votes
1 replies
28 views

I am facing one challenge in the Azure storage service where the container is at the public/container access level. That container has 10 blob files, which have public/blob level access. Now I have ...
Rahil Kumar's user avatar
Best practices
0 votes
2 replies
121 views

I have a blob store with 1000 JSON files and I want to port code from C# to Rust. I was surprised that my Rust was 3-6 times slower. C# consistently took 2 seconds, and Rust anywhere between 6 and 12 ...
nik's user avatar
  • 1,816
0 votes
1 answer
33 views

I'm trying to embed Azure Dgital Twins 3d scene into a React application, using this exact repo https://github.com/malichishti/adt-3d-embedder-app The app uses msal to authenticate with the azure ...
Ayesh Nipun's user avatar
-3 votes
0 answers
90 views

In C# using Azure.Storage.Blobs, Observed behavior: I'm downloading parts of files many times in a loop and the first 50 times the call to fill a string with the first line of a file each take around ....
Mark A Johnson's user avatar
3 votes
2 answers
126 views

I'm building an ASP.NET Core Web API where I need to upload a file to Azure Blob Storage and update an EF Core entity in a single request. The challenge is that EF Core supports transactions, but ...
Codisattva's user avatar
0 votes
1 answer
38 views

I am using a custom gopen schema to allow WebDataset to retrieve files from Azure blob storage: def get_az_streamer( storage_client: MyStorageClient, ): """Returns a function to ...
nestor556's user avatar
  • 455
0 votes
0 answers
92 views

I am trying to connect to an Azure Blob Storage account from my VM using Managed Identity in Java. Below is the code I have implemented to establish the connection. I have made all the required ...
Venkatesh's user avatar
0 votes
1 answer
102 views

I have a requirement of displaying images on Power BI report. These images are currently stored on Azure Storage v2 and the storage account is only accessible via private link/endpoint (public network ...
Tanmoy Sengupta's user avatar
1 vote
0 answers
42 views

Description: I have a bot that sends Adaptive Cards to Microsoft Teams users. The cards include Image elements, with the url property pointing to images stored in Azure Blob Storage (using publicly ...
Aniket's user avatar
  • 21
0 votes
1 answer
44 views

We have an Event Hub triggered Azure Function (using Typescript). We need to log all the event hub messages to Azure Blob storage. While using the output binding as shown below, the data is not ...
Silly John's user avatar
  • 1,714
3 votes
0 answers
92 views

Current problem: when we store files in Azure Blob Storage, we create a folder per entity (company/user). The name of the folder includes: Entity ID (required to guarantee that the folder name will ...
Oleksandr Karpiuk's user avatar
1 vote
0 answers
61 views

Because ACS has been retired, I have to update my pipeline to use certificate-based authorization instead of using secret. Azure tutorial isn't updated to use certificates. Is there any way to ...
L3ni0's user avatar
  • 11
0 votes
1 answer
71 views

I want to deploy a easy function to Azure. When i deploy with this code it's ok : import azure.functions as func @app = func.FunctionApp() @app.function_name(name="echo") @app.route(route=&...
Corentin Gerbout's user avatar
0 votes
0 answers
30 views

I have a simple route that needs to upload a file to Azure Blob using the Camel v4 azure-storage-blob component: .toD("azure-storage-blob://{{azbs.discinbounddocs.write.account}}/" + ...
Earnie Dyke's user avatar
2 votes
1 answer
127 views

I am deploying a Logic App Consumption that connects to Azure Blob Storage using Managed Identity. In Bicep, the API Connection resource (Microsoft.Web/connections) no longer supports ...
Rocco L's user avatar
  • 23
0 votes
0 answers
74 views

As per this doc, I constructed SAS key. Get the OAuth Token from Azure Ad. Generate user delegation key using OAuth. Generate SAS Token using user delegation key However, I get the error Access ...
DxG's user avatar
  • 221
0 votes
0 answers
54 views

> curl -IL https://github.com/pH200/sharp-layer/releases/latest/download/release-x64.zip | grep md5 x-ms-blob-content-md5: 1GjBkzlLBeHFFpHVMYME4g== > curl -IL https://github.com/tailwindlabs/...
Xevion's user avatar
  • 759
0 votes
1 answer
51 views

I'm building an Azure IoT Central dashboard where I want to display the latest image captured by a device (a trap in a smart agriculture project). The image is uploaded to Azure Blob Storage, and it's ...
Christos Polimatidis's user avatar
0 votes
0 answers
111 views

I'm working in Azure Logic Apps and I'm trying to dynamically update a blob in Azure Blob Storage using Azure Logic Apps workflow action named 'Update Blob (V2)'. My goal is to write an integer value ...
Denver's user avatar
  • 11
0 votes
0 answers
39 views

I already managed to create an account shared access token not a user delegated token from azure.identity import DefaultAzureCredential, ClientSecretCredential from azure.storage.blob import ...
Mig Rivera Cueva's user avatar
0 votes
0 answers
37 views

Using my PowerApps, canvas app, users are able to upload files to Azure Blob Storage in a container called "Container". The way I make this happen is using the following code. AzureBlobID: ...
user1001493's user avatar
0 votes
1 answer
203 views

I ran into this frustrating Azure error while trying to clean up resources: Delete resource group binnnarg failed. The resource group is locked and can't be deleted I created a fileshare in my ...
NURUDEEN ADEWALE's user avatar
0 votes
0 answers
52 views

I am building a large-scale video monitoring application that needs to record a user's webcam and screen for up to 3 hours and upload the streams in real-time to Azure Blob Storage. The target is to ...
Ranjana Girish's user avatar
1 vote
0 answers
81 views

I'm trying to use blockBlobClient.setTags() in my Node.js application with Azure SDKs to set index tags on blobs. I'm using DefaultAzureCredential locally (and have done az login), but I keep getting ...
Aman Verma's user avatar
-3 votes
1 answer
87 views

I'm using Azure Blob Storage, and I understand that folders are simulated using blob names with / delimiters — there's no real folder hierarchy. Scenario: I have a virtual folder structure like: aman/...
Aman Verma's user avatar
2 votes
1 answer
151 views

here I'm trying to stream (pushed) my airflow logs to azure blob instead of keeping it in container folder. Current Issue that I'm facing: even after putting everything as mentioned in official ...
chirag patil's user avatar
-1 votes
1 answer
106 views

I want to upload a file to my blob storage (text_vi.csv). I always get an error after 4 seconds: specified blob is invalid. I renamed the file to "text_vie.csv" and it works now. Any idea ...
DaSomes's user avatar
0 votes
1 answer
101 views

There is an excel file with 4 worksheets (named tab2, tab3, tab4 and tab6) in blob storage. I have a pipeline that generates 2 csv files. I want to add the 1st csv file into the said excel file with ...
Arty155's user avatar
  • 123
0 votes
1 answer
78 views

I have logs getting generated at C:\home\data\jobs\triggeredin Azure for a Web App service WebJob. How can i export these logs to an Azure storage account?
Pratiyush Kumar's user avatar
0 votes
1 answer
86 views

I am currently migrating from the Azure Logic Apps Consumption tier to the Standard plan. In the new environment, we are utilizing Service Provider-based connections for accessing Azure Storage ...
kamil hussain's user avatar
0 votes
1 answer
88 views

We have a project accessing Azure blob storage with code that can be simplified like: private static BlobContainerClient _chunk_storage_client; foreach (Chunk chunk in targetFile.Chunks) { ...
Circle Hsiao's user avatar
  • 2,004
1 vote
2 answers
316 views

I am trying to access a Azure Blob Storage account to read .PDF files using RBAC to secure the system. Using the code below I am able to read single files if I know the exact name they have in the ...
Glyn's user avatar
  • 21
0 votes
2 answers
136 views

I there anything different/off with assigning Azure RBAC roles via "Management Groups" rather than applying directly to say a subscription or a resource group? I have an Azure App ...
Scott's user avatar
  • 117
0 votes
1 answer
84 views

I am using IAzureClientFactory<BlobServiceClient> to create a BlobServiceClient, from which I generate StorageResource objects for data transfer. I am registering my clients using the services....
codeMonkey's user avatar
  • 4,957
-1 votes
3 answers
254 views

I have airflow (2.8.4) deployed in kubernetes using helm and I'm trying to setup remote logging to azure blob storage. I am using an Azure shared key for authentication. When trying to retrieve/write ...
AmythD's user avatar
  • 9
-1 votes
1 answer
97 views

I am using the .NET Azure.Storage.Blobs package in an Azure Function to write blobs. The path is dynamic so I am using the Binder functionality. I also am including metadata with a dynamic value on ...
sandejd1's user avatar
0 votes
1 answer
124 views

I'm currently working on an Azure function that connects to an Azure Synapse serverless database that takes data from a blob storage in Azure. The function was working perfectly fine, connecting to ...
Santiago Pérez's user avatar
0 votes
0 answers
202 views

We're evaluating SigNoz for observability in an Azure Kubernetes Service (AKS) cluster (v1.30.0) running Ubuntu 22.04.5 LTS nodes, and we've encountered a critical and costly issue related to storage ...
dk13's user avatar
  • 1,511
1 vote
1 answer
250 views

I am uploading a file to Azure Blob storage with this code. Sometimes after calling this function I immediately try and access the blob it does not exists, and I assume the upload has not completed. ...
Craig's user avatar
  • 36.9k
0 votes
0 answers
98 views

I've a blob storage that has some pre-calculated images. It may happen that a particular size is not already built, and in this case, I would like to have the blob storage or the Azure Front Door/CDN ...
advapi's user avatar
  • 3,967
0 votes
1 answer
89 views

I have a spark job that outputs individual json files to a storage account. I'm trying to use Stream Analytics (SA) to read the JSON and post an event in Event Hub. It seems like it should be super ...
Bill Kelly's user avatar
0 votes
1 answer
93 views

If azure stream is passed to Conversion.ToImages then conversion fails with an error. However it succeeds if azure stream is copied to file system first and FileStream is used instead. The problem ...
Linas's user avatar
  • 722
0 votes
1 answer
110 views

Say I have some files: file1.txt file2.jpg file3.mp4 etc I have some code which does the following. Renames the file to something with a unique GUID and without the suffix. e.g. file1.txt -> ...
CyberVector Workspace's user avatar
0 votes
1 answer
244 views

I'm trying to use AzCopy to move a local file to a blob storage. I've written this code to that purpose. $localFilePath = "C:\Code\AzCopy\testfile.bak" $containerUrl = "https://...
JensB's user avatar
  • 6,932
0 votes
1 answer
137 views

I'm copying a CSV file from a source Azure Blob container (access with access_key) to a destination container (access with service principal) using dbutils.fs.cp in a Databricks notebook. Here's the ...
Edoardo's user avatar
  • 109
0 votes
1 answer
253 views

I'm using an ASP.NET Core application that needs to access Azure Blob Storage. In production (running in Azure), I want to use Managed Identity with DefaultAzureCredential. Locally, I want to use ...
ThomasArdal's user avatar
  • 5,339
0 votes
1 answer
409 views

I'm making a simple Azure Function that works on a blob trigger. I decided to deploy it using the CLI. I can see the function in my Azure Functions overview tab. Let me give a little bit of a context ...
anthino12's user avatar
  • 1,023
2 votes
1 answer
131 views

I'm working on integrating Azure Blob Storage into a Java application using the Azure SDK. When initializing the BlobContainerClient, I encounter the following error only on the server (not on my ...
devmanish's user avatar

1
2 3 4 5
184