Hi thanks for replying I found the solution to it.
Stopping the container and then applying yaml changes. Then starting the container and restarting the application.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hey, I have a yaml file, to which if I make the changes and save, firstly it gets generated in the local and then it is uploaded to the fileshare in the storage account.
I have checked everytime the newly local file with all the changes I require is generated and the same is uploaded in the file share also.
Now the issue is that if I restart the application for which i needed the yaml then the changes do not appear i have to restart twice.
I have redis from which I clear the cache.
The file uploaded always has the changes. But not reflected in the UI until twice the restart.
The health probes config is as
Hi thanks for replying I found the solution to it.
Stopping the container and then applying yaml changes. Then starting the container and restarting the application.
Hi Mansi Gusain, I'm glad that you were able to resolve your issue and thank you for posting your solution so that others experiencing the same thing can easily reference this!
Since the Microsoft Q&A community has a policy that "The question author cannot accept their own answer. They can only accept answers by others ", I'll repost your solution in case you'd like to "Accept " the answer.
Issue:
The changes made to the YAML file are not reflected in the UI until the application is restarted twice, despite the updated file being uploaded correctly.
Solution:
This could be due to caching issues or delays in the application detecting the updated file after the first restart.
It turned out the issue can be resolved by following below steps:
Hope this helps.
Please remember to "Accept Answer" if the sol has helped, so that others in the community facing similar issues can easily find the solution.