364 questions
1
vote
1
answer
34
views
Azure Logic App - Azure File Trigger - Not firing on subfolder
I want to implement a logic app workflow which is using a trigger:
Logic App: Standard
Connector: Azure File Storage
Trigger: When a file is added or updated
Configuration: giniusdata/Plot/PDF/PDFOUT-...
0
votes
1
answer
87
views
How to use DefaultAzureCredential in Azure ShareServiceClient
Following the Azure file share storage example for shared credentials we were able to successfully connect and upload files.
When required to switch to DefaultAzureCredential we changed the ...
-1
votes
1
answer
154
views
Get content from Azure file shares and write into SQL table using Power Automate
Is there a way to parse the contents of the file shares and write to a SQL table? I'm able to copy the .csv file to a destination (blob, drive) but I'm struggling with the column mapping.
My source is ...
-1
votes
1
answer
231
views
Unable to mount fileshare as a network drive, even after connecting with P2S VPN
I have a fileshare-only storage account that has been disabled from public networks, and only selected VNET and their subnets can mount the fileshare on their system. I already knew fileshare works on ...
0
votes
1
answer
135
views
Uploading a file to Azure File Storage
I have a url with a SAS token to upload a file. I have a base64 string of a previously defined content type that I need to upload.
import { FileUploadStreamOptions, ShareFileClient } from "@azure/...
2
votes
2
answers
2k
views
Azure Container App Jobs: Accessing Azure Files fails with mount error(13): Permission denied
I am trying to write data to an Azure Files share from an Azure Container App Job.
What I have done:
I have created the share
I have added it to my Container App Environment under the tab Azure ...
0
votes
1
answer
288
views
How to delete files and subdirectories from folder but not that folder itself with ADF
How can I to delete all files and all subdirectories from a folder, but not delete the folder itself in Azure Fileshare using ADF? Basically at the end of the delete, there should be an empty folder.
...
0
votes
1
answer
534
views
Synchronise Azure files to blob store
Is there an easy way, to synchronise an Azure file share to a blob store (ADLS gen2)?
I thought about using AzCopy running on a VM, but I'm wondering whether there is an easier solution.
0
votes
1
answer
586
views
Azure Files with Private Endpoint over Azure VPN
I setup an Azure Files storage account with Public access disabled and an internal Private Endpoint address of 10.0.0.4 and the provided PrivateLink DNS enabled.
I also have a Virtual Network Gateway ...
0
votes
1
answer
114
views
What are the proper scopes for create share with control plane api and create file with data plane api at Azure File?
I successfully created a share with the control plane API:
PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/fileServices/...
0
votes
1
answer
78
views
Use Control plane API to Create Share at Azure File with share key
I used the control plane API to create a share at Azure File.
API: https://learn.microsoft.com/en-us/rest/api/storagerp/file-shares/create?view=rest-storagerp-2023-01-01&tabs=HTTP
The HTTP request:...
-1
votes
1
answer
554
views
How to Delete Azure FileShare Snapshots Along with Persistent Volume in Azure Kubernetes Services?
I am working with Azure Kubernetes Services (AKS), where I have configured Persistent Volumes (PV) using Azure FileShares. Some of these FileShares have enabled backup functionality. When I delete a ...
0
votes
0
answers
122
views
Is it possible for Azure File Share issues to manifest as "File being used elsewhere" System.IOExceptions
I am developing a service which picks up messages from an Azure Service Bus Queue, does some minimal processing/validation on it, and then saves it to a file and some metadata to a database. This ...
0
votes
1
answer
539
views
"Create file" action in Logic Apps cannot show special characters
To summarize shortly.
I need to transform a big xml file into a .csv file while also chosing specific fields of data.
I get a big xml file
I convert it to Json using a Compose action
I compose the ...
1
vote
1
answer
703
views
What is the path of the Persistent Volume with Azure File in AKS?
I followed this page to dynamically create an Azure file share for use by a pod in the Azure Kubernetes Service (AKS). The .yaml file is like this, the same as the example given on the page:
kind: ...
0
votes
1
answer
107
views
Local Home requires POSIX when deploying Bitbucket on AKS using azurefile csi
I am deploying Bitbucket to AKS cluster following the Atlassian installation guide: Install Atlassian DC Helm Charts and using azurefile-csi to dynamically create both PV and PVC for local home.
After ...
0
votes
2
answers
1k
views
AKS no longer able to connect to Azure Files PVC with Output: mount error: cifs filesystem not supported by the system mount error(19): No such device
This deployment has been running fine for months. It looks like the Pods redeployed early this morning, I think probably related to applying 2023.10.31 (AKSSecurityPatchedVHD.
The Pods that mount ...
1
vote
1
answer
591
views
Is it possible to create a file in Azure File Share without knowing the size ahead of time?
I'd like to create a file in Azure File Share and stream the contents to the file. I am handed a stream which may not support the .Length property; and the following code will crash due to the stream....
0
votes
1
answer
155
views
Azure Functions migrated to v 4.x, increased Azure Files transaction count
My environment:
Azure Functions App with enabled 2 TimeTrigger Functions (triggered 1-2 times per day for a few minutes).
Powershell Core, Windows OS, consumption plan.
Functions are used to scrape ...
0
votes
1
answer
557
views
Azure files has high list transactions
We are in the process of moving fully into the cloud and do away with our VPN and on-premise file server. We are looking to put the company 100% remote. I have chosen Azure Files because we are ...
0
votes
1
answer
453
views
Permissions Issue using OPENROWSET BULK to import data from file hosted on mounted Azure File Storage (not Blob)
I am in the middle of moving a legacy database system from on-prem to Azure. The database is not hosted as an Azure database but will be hosted in an Azure based VM. This is all set up and working. We ...
1
vote
1
answer
605
views
SMB transactions against Azure Files vs Billing transaction count
According to the Azure Files Pricing Page
Write transactions are any operations which modify a file’s data stream. This category also includes file handle operations.
and
Read transactions are any ...
0
votes
1
answer
283
views
Migrating filesystem from a VM to Azure Files
I have an Azure VM (ubuntu 16.04) which is hosting a lot of files.
I want to migrate this files to Azure Files service.
Furthermore, I have reading microsoft documentation about this: https://learn....
0
votes
1
answer
2k
views
Azure Storage Account domain join issues
I'm trying to join an Az Storage Account to Domain. The parameters are giving me a problem.
VERBOSE: Setting AD properties on **********001stg in ************-*-***-001-rg :
...
4
votes
1
answer
6k
views
Can I store and then read/write to a SQLite database using Azure File storage from an App Service?
I have a Python flask app that I want to see if I can turn it into a product, and it just needs a simple storage like SQLite, but it needs to have read/write capabilities. I want to do this as cheap ...
0
votes
1
answer
2k
views
BULK INSERT into Managed Instance from a file in Azure Files?
How can I use BULK INSERT to load files that are in Azure Files, from a Managed Instance? Everything I can find talks about Azure Blob storage, but I've got an old Perl script that we don't want to ...
0
votes
1
answer
617
views
Correct way to read and write files in Azure file share
I'm using Linux, I mounted a Azure file share named fileshare01.
Then I wrote a program to create a file in the fileshare01 using C++
Here is my code
`
#include <iostream>
#include <fstream&...
0
votes
1
answer
1k
views
Azure Virtual Desktop Shared Folder using Azure File Share [closed]
Despite extensively reviewing various discussions, FAQs, articles, and Microsoft documentation, I remain uncertain about the feasibility of my desired setup.
I am attempting to implement a purely ...
0
votes
0
answers
252
views
Azure file sync unable to create cloud endpoint Code:2134347771
I was adding cloud endpoint from command line as well as portal for Azure File Sync setup.
It throws error Cloud endpoint creation failed
Ay workaround to fix this ?
Cloud endpoint 'azuremfileshare'
...
0
votes
1
answer
553
views
Azure web app mapping not uploading to AzureFiles
I have a .NET 7 app in a linux environment that has an endpoint "/api/uploads" that accepts a file and saves it to a folder "uploaded". I am trying to get this "uploaded" ...
0
votes
1
answer
369
views
Writing to File Share in Batch File on Azure VM does not work if called from outside VM
I have a batch script on an Azure Windows VM.
This script contains a part, where a file will be saved on an Azure File Share Storage (Z:/). This is working if I call the batch script inside the VM.
...
0
votes
1
answer
206
views
AzureFiles access denied Linux
I'm stuck with a problem of file access in my virtual machine.
I actually have two app services (linux) with a mounting point to the AzureFiles. This actually works but I'm trying to put one of the ...
8
votes
2
answers
19k
views
When should we use file share in azure as compared to Azure Blobs?
Could someone please tell some examples where we can use Azure file share in azure instead of Azure Blobs. In the internet whenever I search I get it can be mounted or it follows SMB protocol. But ...
1
vote
2
answers
2k
views
AzureFile Persistent volume performance is too slow
We are using this AKS cluster to host our Azuredevops build agents as docker containers. We followed the Microsoft documents We followed this link to https://learn.microsoft.com/en-us/azure/devops/...
0
votes
0
answers
1k
views
Can I access an Azure file share with non root user?
In this url https://learn.microsoft.com/en-us/azure/container-instances/container-instances-volume-azure-files, it says that:
Azure file share volume mount requires the Linux container run as root .
...
0
votes
1
answer
109
views
amp azure playback speed python
Im trying to change play back speed in azure amp.
The following is the url generated from azure apis: https://ampdemo.azureedge.net/?url=https://testingmedia-usea.streaming.media.azure.net/bbd51d47-...
1
vote
1
answer
550
views
Upload files and resume in azure blob storage python
Below is the code for uploading files in chunks:
azure_container = "dummy-container"
file_path = "test.txt"
chunk_size=4*1024*1024
blob_service_client = BlobServiceClient....
2
votes
1
answer
4k
views
How to download entire directory from azure file share
Not able to download entire directory from azure file share in python
I have used all basic stuffs available in google
share = ShareClient.from_connection_string(connection_string, "filshare&...
0
votes
1
answer
440
views
Azure Container Registry App Service AzureFiles mounting
I have an application which is built by Dockerfile and deployed to the Container Registry Repository and
I have an App Service in Azure Resource Group which run from this Azure Container Registry ...
-1
votes
1
answer
170
views
My org wants to setup Azure Files and connect about 100 employees to it via SMB
What pre-requisite services/subscriptions do I need to get to that point?
Right now, we have Azure AD Connect. Can that be used to authenticate users' access to the network shares of Azure Files?
I ...
0
votes
1
answer
6k
views
Azure Files are Very Slow
I'm mounting an Azure Files SMB share to a Windows 10 computer via the script generated by Portal:
$connectTestResult = Test-NetConnection -ComputerName storageaccountname.file.core.windows.net -Port ...
2
votes
0
answers
324
views
Accessing on prem file share with identity from azure functions
I am trying to transfer files from azure storage containers to on prem file share location using azure function app. I can access the file share using a particular identity. Looking for ideas how to ...
0
votes
1
answer
1k
views
PS Azure automation runbook ; How to Mount Azure File Share?
Trying to mount Azure FS from Powershell runbook in Azure Automation.
Via username and key
$UserName = "localhost\trex4xfs"
$Key = "Zav---mykey-----1Tdw=="
$RemotePath = "\\...
0
votes
1
answer
2k
views
How to access Azure File Storage from SQL managed instance through SSIS packages
We plan to migrate the DB server from SQL VM to a managed instance. And previously the input files (csv) for the SSIS packages were kept in some drive location (like C: E:) since it was VM. But now we ...
3
votes
1
answer
1k
views
C# Azure File Share is throwing error "Server failed to authenticate the request
I am using the below code to copy the file to Azure File share. It is throwing error and Some times its working when I do
like reset the key by replacing the new key in connectionstring
by changing ...
1
vote
1
answer
1k
views
Unmounting and Mounting fileshare in azure
I have a storage account where fileshare has been mounted which includes nearly 300+ files in that fileshare. Now if I try unmounting it with below command,
sudo umount /xyx/files
Then what is the ...
0
votes
1
answer
2k
views
Allow communication between vnets in different subscription
would appreciate some assistance.
I have an single enrolment with two subscriptions
Subscription A (with several vents e.g. A1, A2, A3)
Subscription B (with several vents e.g. B1, B2, B3)
I am ...
0
votes
1
answer
161
views
How to find SPNAME in Azure portal
Trying to access files from Azure Netapps via REST API by following documentation
https://learn.microsoft.com/en-us/azure/azure-netapp-files/azure-netapp-files-develop-with-rest-api
with POSTMAN rest ...
0
votes
0
answers
338
views
Select a file from Multiple Files Azure Data Factory
I have multiple files in FTP and I need to select on a daily basis as my Data Source the last one.
clients_08082022.csv
clients_09082022.csv
clients_10082022.csv
clients_11082022.csv
clients_12082022....
2
votes
2
answers
711
views
Laravel in Docker on Azure webapp can't serve images from mounted file storage
I have an azure web app with a custom container running apache, php 7.4 with laravel and a mounted azure file storage.
Serving .png files from a mounted storage does work for my local build in docker ...