@Andrew Hawken
They are not the same and there would probably need to be some updates made to your code. It probably depends on what exactly you are doing with the blobs. Delete, Get, Copy are all similar and might not require changes. I think most likely the issue would be in Azure Files you need to Create File followed by Put Range. In Blobs you can simply do Put Blob. I recommend checking what you are already doing with blobs and seeing if that is possible without editing your code, likely it will not be.
-------------------------------
Please don’t forget to "Accept the answer" and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.