We are working on an Azure ARM Template which is creating an VM and running a Bashscript on startup using Custom script extension. It was working well for sometime but then suddenly it started caching the SH file. I added few commands which ended in some error, so I removed them but still I am getting same error.I tried deleting SH file from URI but still the error persisted.
Command which I added to my custom script was for creating a directory(mkdir) only.
Has anyone seen anything like this on Azure ??