Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

-1 votes
1 answer
69 views

Why my Azure function app blob trigger is not working when I upload a file?

I have created a blob trigger function app with python. I also have a blob storage in my storage account. The settings (local.settings, function.json) seems ok. After running : func start and ...
Hossein Chegini's user avatar
0 votes
0 answers
25 views

Azure Functions Blob Trigger Error Blob File Skipped because ETag has already been processed

I have a blob trigger azure function deployed yet it is not properly processing the blob as I continually get the following error: Blob 'File.xlsx' will be skipped for function 'blob_trigger' because ...
Thiziri's user avatar
  • 81
0 votes
2 answers
65 views

SchemaColumnConvertNotSupportedException: column: [Col_Name], physicalType: INT64, logicalType: string

I am trying to read data from parquet file in blob storage in databricks and writing to a delta table. Cluster config = 14.3 LTS (includes Apache Spark 3.5.0, Scala 2.12) 1.df = spark.read.format(&...
Saswat Ray's user avatar
0 votes
1 answer
44 views

Access a storage account with private link (public access disabled) on local machine with P2S VPN setup

I have created an Azure Storage account with a private link and disabled public access. I was able to connect to the storage account from a VM (on Azure) that didn't have public address. I tried to ...
AshutoshTripathi's user avatar
0 votes
1 answer
70 views

Can not read blobs through BlobContainerClient for blobs with empty folder prefixes

I first get all my blobs like this: var resultSegment = await blobContainer.GetBlobsAsync().AsPages(continuationToken, batchSize).FirstOrDefaultAsync(); I iterate them like this: foreach (var ...
Alex's user avatar
  • 14.4k
0 votes
2 answers
58 views

Copy Azure blob content to local server with specific structure

I want to copy Azure blob content to local server https://<blob>/prod/backup/node1 -> f:\backup\cluster https://<blob>/prod/backup/node2/<RandomFolderName>/forests/* -> f:\...
subsoft's user avatar
  • 99
0 votes
1 answer
56 views

Extracting data from blob storage to Databricks[automation]

I have blob data with in different folder by year, month and date(nested folder) refreshing daily. I need to design a pipeline which will efficiently load the historical data from blob to azure ...
Saswat Ray's user avatar
-1 votes
1 answer
62 views

Recommended access practice for blob storage

As we are building a Saas application and there is a requirement where we want to store some of the bills as azure blobs inside the container now for creating a blob inside the container via a REST ...
changembidar's user avatar
0 votes
1 answer
50 views

Azure Blob Storage - private container access

In Azure Blob storage, I have one container with private access set on it. I want to share access to the file in that container. I know that that is possible to achive by using SAS tokens. But I ...
Vuk Isic's user avatar
0 votes
1 answer
67 views

Azure automation error on azure.storage.blob

from azure.storage.blob import BlobServiceClient, ContentSettings ImportError: cannot import name 'BlobServiceClient' from 'azure.storage.blob' In azure automation I deployed my code and test pane ...
Bandaru Prudhvi's user avatar
0 votes
1 answer
35 views

Azure BLOB download yields 'Check internet connection' in browser

I am trying to enable a browser download functionality for Azure BLOB files. The following code successfully finds the BLOB and is able to determine the length in bytes. However, when performing ...
Neno's user avatar
  • 767
-3 votes
0 answers
48 views

Set timeout in azure storage via connection string [closed]

Is there a way to set timeout for azure storage via connectionstring similar to an SQL? I saw this post Set timeout on Azure Storage operations but requires some code. TIA tried Set timeout on Azure ...
Ryan Rodriguez's user avatar
0 votes
1 answer
39 views

Azure .NET List Blobs in Container Matching Folder Directory

I have a URL for an Azure Container (i.e. https://<redacted>.blob.core.windows.net/<redacted>?sp=r&st=202*-**-**T18:56:55Z&se=202*-**-**T03:56:55Z&spr=https&sv=202*-**-**&...
James's user avatar
  • 511
0 votes
1 answer
78 views

Extra Files (Block Blobs) creating in the copy activity of the Blob Storage in ADF

I have followed the solution given in this thread, copying data is successful but I'm getting the folder names as block blobs which are extra files to the destination storage account: Source Storage ...
Jashua Criss's user avatar
0 votes
1 answer
43 views

No value provided for parameter `container_name` in the Get Metadata1 activity

I have added the Linked Service and Dataset pointing to blob storage account. But I don't know what should I give the container_name parameter value to copy all the containers. So, when I define the ...
Jashua Criss's user avatar

15 30 50 per page
1
2 3 4 5
414