You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are investigating why we can't turn off auto-update on our self-hosted IRs in containers because when it auto-updates then if things restart in the app service it will pull the original version of the IR (which is essentially a downgrade). This has caused some challenges for our data team members as they notice this behavior.
We would like to control this through rolling out new image versions that match the stable IR updates the MSFT puts out, however it doesn't seem like in the build.ps1 script that the SetupEnv function has any way of being called. Is that intentional or is there a reason that isn't at least callable using a flag?