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

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-...
LStrike's user avatar
  • 1,662
0 votes
1 answer
87 views

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 ...
WEBjuju's user avatar
  • 6,681
-1 votes
1 answer
154 views

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 ...
luca canonico's user avatar
-1 votes
1 answer
231 views

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 ...
needHelp's user avatar
  • 609
0 votes
1 answer
135 views

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/...
Pablo Higueros's user avatar
2 votes
2 answers
2k views

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 ...
kiesel's user avatar
  • 300
0 votes
1 answer
288 views

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. ...
Nguyen Tung Son's user avatar
0 votes
1 answer
534 views

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.
eztam's user avatar
  • 3,871
0 votes
1 answer
586 views

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 ...
pakyrs's user avatar
  • 177
0 votes
1 answer
114 views

I successfully created a share with the control plane API: PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/fileServices/...
jennie's user avatar
  • 27
0 votes
1 answer
78 views

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:...
jennie's user avatar
  • 27
-1 votes
1 answer
554 views

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 ...
Den4MD's user avatar
  • 83
0 votes
0 answers
122 views

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 ...
Jordan Dantas's user avatar
0 votes
1 answer
539 views

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 ...
Sanktas's user avatar
  • 11
1 vote
1 answer
703 views

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: ...
GreenPenguin's user avatar
0 votes
1 answer
107 views

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 ...
Thiago Santos's user avatar
0 votes
2 answers
1k views

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 ...
cheslijones's user avatar
  • 9,324
1 vote
1 answer
591 views

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....
afeygin's user avatar
  • 1,283
0 votes
1 answer
155 views

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 ...
Les's user avatar
  • 3
0 votes
1 answer
557 views

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 ...
Nater Tater's user avatar
0 votes
1 answer
453 views

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 ...
iainc's user avatar
  • 868
1 vote
1 answer
605 views

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 ...
OrdinaryOrange's user avatar
0 votes
1 answer
283 views

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....
Fr0zt's user avatar
  • 1,245
0 votes
1 answer
2k views

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 : ...
abdkha's user avatar
  • 1
4 votes
1 answer
6k views

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 ...
anon's user avatar
  • 85
0 votes
1 answer
2k views

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 ...
mbourgon's user avatar
  • 1,368
0 votes
1 answer
617 views

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&...
Shivam Singh's user avatar
0 votes
1 answer
1k views

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 ...
moritzk's user avatar
  • 49
0 votes
0 answers
252 views

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' ...
esngsrj's user avatar
  • 37
0 votes
1 answer
553 views

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" ...
Sim_on's user avatar
  • 164
0 votes
1 answer
369 views

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. ...
Buzz's user avatar
  • 325
0 votes
1 answer
206 views

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 ...
PutSomeCodeHere's user avatar
8 votes
2 answers
19k views

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 ...
Alok Kumar's user avatar
1 vote
2 answers
2k views

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/...
Vowneee's user avatar
  • 1,551
0 votes
0 answers
1k views

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 . ...
João Valente's user avatar
0 votes
1 answer
109 views

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-...
VJ P's user avatar
  • 45
1 vote
1 answer
550 views

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....
VJ P's user avatar
  • 45
2 votes
1 answer
4k views

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&...
Shreedhar Hegde's user avatar
0 votes
1 answer
440 views

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 ...
DKos's user avatar
  • 3
-1 votes
1 answer
170 views

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 ...
Dele Olaleye's user avatar
0 votes
1 answer
6k views

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 ...
WinBoss's user avatar
  • 695
2 votes
0 answers
324 views

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 ...
Mm77's user avatar
  • 95
0 votes
1 answer
1k views

Trying to mount Azure FS from Powershell runbook in Azure Automation. Via username and key $UserName = "localhost\trex4xfs" $Key = "Zav---mykey-----1Tdw==" $RemotePath = "\\...
Tilo's user avatar
  • 1,292
0 votes
1 answer
2k views

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 ...
Ram's user avatar
  • 527
3 votes
1 answer
1k views

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 ...
Andi's user avatar
  • 43
1 vote
1 answer
1k views

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 ...
Trupti's user avatar
  • 11
0 votes
1 answer
2k views

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 ...
brumie_dave's user avatar
0 votes
1 answer
161 views

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 ...
Sathishkumar C's user avatar
0 votes
0 answers
338 views

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....
PleaseHelp's user avatar
2 votes
2 answers
711 views

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 ...
sebastian.do's user avatar

1
2 3 4 5
8