We somehow managed to create a file in an Azure File Share whose name ends in a . (dot) (the file name ends in . not the share name :) ). We now cannot retrieve, remove, edit that file. Whenever we try to perform any action we get:
Extension Microsoft_Azure_FileStorage
Content FilePropertiesBladev2
Error code 404
Is there anyway we can remove this file using Powershell, Azure CLI, etc.?
Thanks