57 questions
0
votes
1
answer
391
views
Cloning Folder to Existing Name in Azure Storage Explorer
Is there anyway to clone a folder on top of / into (i.e. merge into) another folder in the Azure Storage Explorer?
Using the "Clone Folder" feature leads to:
Failed to clone 'xxx/yyy/'. An ...
0
votes
1
answer
180
views
IngestionTimestamp contains %3A symbol instead of semicolon
In my Azure Blob Storage I have a folder named as IngestionTimestamp in ISO 8601 format. But I want to have the semicolons in time part. Instead, I get the %3A symbols.
I've tried to use the urllib....
0
votes
1
answer
2k
views
How to rename a blob file in Azure Storage Explorer?
I want to rename an existing file in Azure Storage Explorer.
the command bar has many buttons: copy, paste, clone, delete, etc.
rename is not one of them.
the context menu does not have rename either
0
votes
1
answer
628
views
Issue connecting Azure Storage Explorer to ADLS Gen 2
I am trying to connect to ADLS Gen 2 using Azure Storage Explorer. But I am getting an Authentication Error. Firewall is enabled to allow only certain IP's. I have added my system ip in ADLS using web ...
2
votes
2
answers
2k
views
Remove the Filter in Azure Storage Explorer
How can I remove the filter in Azure Storage Explorer from automatically displaying? Every time I right click on a blob and open a new tab to display my folders and files, the filter takes up half ...
0
votes
1
answer
318
views
Azure Storage Explorer - Save results of query into a variable to be used in another query
Is it possible to save the query results into a variable, then use that variable to make a separate query in Azure Storage Explorer?
I.E.
First Query
Select C.ID from C where C.Temp <> '' - This ...
0
votes
1
answer
448
views
Azure blob storage data lake service client how to get folders and files in sorted format based on type in paginated response
Here is my code I'm using initialized data service client to get the storage blob containers folders and files.
However, while iterating through paginated responses I'm not getting data in a sorted ...
0
votes
1
answer
140
views
Need to build a complex query for Azure Table to count number of rows
I am trying to run complex query for Azure Table where I want to count number of rows for all deviceID for specific dateiot and timeiot? Is this possible?
1
vote
1
answer
1k
views
Private access to exact container in Azure Storage Explorer
I need to store some sensitive data in one container in Storage Explorer. The container has Container Public Access Level set as No public access. But still all members have access to this container. ...
2
votes
1
answer
6k
views
Is it possible to open Azure Storage Explorer using direct link with SAS token?
When i want to launch Azure Storage Explorer using direct link what i do is copy it from app and pasting to my browser. It looks somethig like that:
storageexplorer:// ... and there are subId, ...
0
votes
2
answers
1k
views
Protocol used by the Azure Storage explorer to connect to Azure storage
Can someone please help to find the protocol used by the Azure Storage Explorer to connect to Azure storage??
is it SMB or REST?
9
votes
1
answer
11k
views
How to get event log files from Azure app service without Cloud Explorer?
I have an Azure app service. In Visual Studio 2019 I can do this to get event logs from it:
Open Cloud Exlorer window (View -> Cloud Explorer).
Log in with my Azure credentials.
Expand ...
-1
votes
1
answer
2k
views
Low Download Speed by Azure Blob Storage
I have an iso image(8 GB) in Azure Blob Storage. When I am trying to download through Azure Portal, it is taking too much time. When I am using Azure Storage Explorer to download, it takes very less ...
2
votes
1
answer
2k
views
Azure Queue in Local Azure Storage Explorer returning RESTERROR when adding a new message
The local storage Account Queue returning "RESTERROR" popup when adding a new message(and message not getting added).
I am able to add message to my other subscription Queues in the ...
0
votes
1
answer
5k
views
Unable download large file from Azure Storage
I'm not able to download large file from Azure Storage Blob container (using SAS ) to C:\Download. I tried Azure Storage Explorer 1.10.1 / 1.20.0 / 1.20.1 with Windows Server version 2012 R2 / 2019.
I ...
0
votes
1
answer
2k
views
Transfer failed while trying to upload file of size 300MB in Azure Storage Explorer under my Container
My transfer failed while trying to upload a file of size 300MB in Azure Storage Explorer, but when I creating a new folder under my Container, I am able to upload successfully.
I would like to ...
3
votes
2
answers
9k
views
How to search blob files in a date range
I’m using Azure storage explorer to find specific files. The files loaded are very old and short by date looks not showing the correct results.
Is there any way in which I can give date range and it ...
0
votes
2
answers
424
views
Deleting a scheduled message from Azure service bus without using code?
I know I can delete an Azure service bus queue scheduled message from code, but I'm looking for a way to do it with a tool. ex. Azure Storage Explorer, Service Bus Explorer, etc.
It doesn't seem like ...
0
votes
1
answer
5k
views
How to view Blob Storage logs in Azure App Insights?
I just uploaded a blob to an Azure Blob Storage Container. Almost immediately, there was an entry in the .log file when viewed using Azure Storage Explorer:
How do I view these logs (or similar) ...
0
votes
1
answer
549
views
An easy-to-use tool to copy data from Amazon S3 to Azure Blob/ADLS Gen2 via Azure Data Factory
Is there any simple tool to help me copy data from Amazon S3 to Azure Blob or Azure Data Lake Gen2?
4
votes
2
answers
3k
views
Error: unable to verify the first certificate in nodejs azure queue storage createMessage
I am trying to test my Azure Queue Storage on Azurite emulator on MacOS in a local environment. I wrote a piece of code to send a message, which was to be viewed on Azure Storage Explorer. I am using ...
3
votes
2
answers
9k
views
Azure Storage Explorer not connecting to Azurite local emulator
Context: I've successfully installed Azurite, a local emulator (via the Visual Studio Code extension) and Azure Storage Explorer. I've also successfully placed a parquet file in the blob directory, ...
0
votes
1
answer
727
views
Does Azure Storage Explorer not support a setup with activated conditional access?
I get the "You can't get there from here" error, when using the Azure Storage Explorer. We use MFA and Conditional Access.
The default browser is Edge: if I click on a link, e.g. in an E-...
1
vote
1
answer
562
views
How to access the files in Azure NetApp?
I am wondering if the Azure Storage explorer can be used to access the files in Azure NetApp. If not, what is the storage explorer-like solution for Azure NetApp?
0
votes
1
answer
2k
views
Unable to load storage tables in azure storage explorer
I have installed Azure storage explorer(1.12.0) and I have connected my azure account successfully. But Storage table is not loading properly. It was showing connection econnrefused exception.
Note: ...