Forum Widgets
Latest Discussions
π Share Your Experience for a Graph Connector of Azure File Share! π
Hello Azure Tech Community! I'm Danny, the Product Manager at Microsoft responsible for Graph Connectors. We're excited to explore the opportunity to develop a Graph Connector for Azure File Share, which would allow your users to easily search and interact with files stored in AFS. If you're interested in this new connector, please fill out our survey to share your experience. οΈFill out our survey form here We're also looking for customers who use Azure File Share to participate in an interview with us. If you're interested, please leave a comment or reach out to me at dannyyao@microsoft.com.dannyyaoAug 15, 2024Microsoft516Views0likes0CommentsCan we get "Storage Account - Capacity" using azure.mgmt.storage or azure.mgmt.resource (Python SDK)
We are in process of creating Azure Monitor Alert for "Storage -> UsedCapacity" metric using a form (written in Python). For this, we are trying to show the present capacity of the storage account, so that user could set the alert thresholds accordingly. We tried exploring Python libraries (azure.mgmt.storage and azure.mgmt.resource) but didn't find any way to get this property value. We did noticed 'share_quota' metric in azure.mgmt.storage library for File Share but this doesn't represent Storage Account Capacity. Appreciate, if someone could help us (or point towards right direction/correct website to post this question)? Regards, RaviRavi GuptaMay 01, 2023Copper Contributor480Views0likes0CommentsStorage container copy to another container for versioning
Scenario: Static website deployed to Azure storage $web container I need to copy the $web container to another container each time the $web is updated. Each time copying container should be different and it should be automatically created using scripting and naming can be using timestamp and date. I need to initiate this through git Actions if possible. I need advice on how to achieve this. is this possible using Logic Apps Azure Functions or Data lake Storageyousu1110Mar 01, 2023Copper Contributor364Views0likes0CommentsRead contents of multiple blobs at once using a single API Call
I have a list of multiple blob names whose contents I need to read at once. But from the documentation, I could find only api that allows me to read each blob at a time. This approach takes a lot of time and is expensive operation as it involves multiple REST API calls. Is there an api that allows me to pass the list of blobnames and access it contents using one API call ? Thanks Satyasatyan2142Jan 18, 2023Copper Contributor588Views0likes0CommentsUse access key in MS dotnet high availability application test
Hi! I'm testing the following .NET application suggested by MS: https://learn.microsoft.com/en-us/azure/storage/blobs/storage-create-geo-redundant-storage?tabs=dotnet But it uses Azure Identity for login purposes. I'd like to try using Access Key instead of Azure Identity but can't figure out where and how to declare this access key and avoid Azure Identity class. Any help would be appreciated Thanks!AnthonyOCJan 03, 2023Copper Contributor354Views0likes0CommentsBlob Storage Containers - Blobs with filenames masking / obfuscation
Team, I am looking for something in blob containers, where I provide access to different groups. But for example there are 2 different files in a blob container, Group 1 can view the correct filenames and view/list the same successfully. But when Group 2 users see the filenames with obfuscation and cannot determine the filenames. Example - 2 Filenames in the blob containers is - MyPic.png and YourPic.png - Group 1 members can view the filenames as MyPic.png and YourPic.png and can access successfully. But when Group2 members access the blob container, they see the filenames as vfvruvuvdfjf.png (some gibberish name) and ffsefwefrefv.png (gibberish name) and can't access the file. Can somebody help me is this possible in blob containers. Appreciate your help. Regards, MazharsmhasnNov 06, 2022Copper Contributor746Views0likes0Comments"No such file or directory" error mounting Azure fileshare
I am trying to mount an Azure Fileshare in Linux. I've gone through the instructions for setting this up, including installing cifs-utils and azure-cli, but am persistently getting a "No such file or directory" error: root@laptop:~# sudo mount -t cifs //xxxxbackup.file.core.windows.net/backupfileshare /mnt/backupfileshare -o credentials=/etc/smbcredentials/xxxxbackup.cred,dir_mode=0777,file_mode=0777,serverino,nosharesock,actimeo=60,vers=3.1.1 mount error(2): No such file or directory Most of the solutions I've found for this error relate to NAS appliances which don't support SMB versions 3+. The issue appears to be network based, since I can connect to the storage account on port 443, but not on port 445: root@laptop:~# telnet xxxxbackup.file.core.windows.net 443 Trying 20.157.157.242... Connected to file-internetrouting.lon26prdstr05a.store.core.windows.net. Escape character is '^]'. ^] telnet> quit Connection closed. root@laptop:~# telnet xxxxbackup.file.core.windows.net 445 Trying 20.157.157.242... telnet: Unable to connect to remote host: Connection timed out I've checked with my ISP, and they say they only block ports between 136 and 139. In the Azure networking tab for the fileshare, I've tried setting Public Network Access as "Enabled from all networks", to no avail. Is there anything I might have missed setting up the fileshare, or anything anyone could suggest? Linux distro is Ubuntu 18.04, with kernel version 5.4.0 Thank you, Rob.Rob_H68Oct 24, 2022Copper Contributor2.7KViews0likes0CommentsAzure runbook is failing to execute due to Authentication issue with azure storage account
Iam facing one issue with authentication of storage account for automation runbook in azure. Scene:- Runbook will runasaccount and its based on service principle. This runbook will get the azurevm status and triggers to store that to storage account every two days. Issue: Runbook execution is successful if I put networking as publicly accessible Runbook is failing to store vm data in storage account if changed networking to selected network. In selected networking, I added resource instance of runbook and allowed trusted azure service, But still it is showing authentication issues. I provided contributor and storage blob data contributor role to the service principle also,still authentication issue. Any idea how to resolve this. Note:I don't want to make storage account publicly accessible.Gurunarendra46Sep 10, 2022Copper Contributor581Views0likes0CommentsError : Azure Storage - SFTP(preview)
We are using Azure Storage - SFTP(preview) service to upload files to Azure Blob Containers, We are able to upload multiple files simultaneously using the SFTP client. But we are experiencing inconsistency in transferring files to SFTP account as some of these files are failing - we are getting βInvalid block sizeβ error from Azure blob storage. Please let us know what may be causing these issue as we have to manually copy/reinitiate upload to SFTP for the failed files. βashu_bgAug 29, 2022Copper Contributor632Views0likes0Comments
Tags
- azure blob storage24 Topics
- azure blob15 Topics
- azure files11 Topics
- azure backup8 Topics
- storage explorer7 Topics
- Azure Data Lake4 Topics
- queue storage3 Topics
- Azure Archive3 Topics
- updates2 Topics
- azure disks1 Topic