File Refresh
I have a file which is necessary to make some UI changes for my application.
In my setup I generate a file in my local system first, then the same file gets uploaded to a file share in the azure storage account. Now I make changes in my local and test them if all okay I generate a file and a copy of it gets uploaded to storage account, but the changes are not visible in the UI even it is exactly same to my local file.
To combat this,
After the file is uploaded to the file share, one has to manually REFRESH the file share where the file gets uploaded and then UI changes appear.
Using the refresh only it works.
I am using terraform for my code and the type of file is - .yaml.
Please help me to upload an updated file only so that refreshing is not required.