It's not so much an answer as I have identified the problem, which is how the request is structured on the client side. I'm getting 200's but still no file is uploaded. I"m guessing it has something to do with the contentType. Unfortunely there aren't alot of working examples out there for this situation so I will have to piece it together.
Having issues with connecting to Storage Account after deployment. 401 and Duplicate setting 'AccountName' found.
Hello,
I have a c# function application using .net 8 Isolated which is connecting to a Storage Account under the same tenant. I had developed the application complete new folder/file upload operations and things were working fine until I had to refresh my PAT. I don't if the PAT is actually related since I have not implemented it anywhere, which may be the problem? I've read that it could be an issue, however it shouldn't in this case.
Locally it seems to be working fine. When I deploy I get the errors: 500 when sending requests, and when do seem to go through I get a 202 with "Duplicate Setting "AccountName" found.
Thanks