Azure / Azure/azure-linux-extensions
[CustomScript] Current sequence number, 0, is not greater than the sequence number ...
- Dominant language
- Python
- Stars
- 333
- Forks
- 278
- Avg merge
- 2d 9h
- Merged PRs (30d)
- 4
Description
Hello!
I have big problem with deploy linux vm from arm template. I tried use extension "CustomScriptForLinux", but first result of running the script has been cached, and I must recreate VM for new deploy for new start result deploy. How I can disable caching for ARM template? Or how I can remove old result last running "CustomScriptForLinux" without remove target linux vm?
I tried use time stamp, but the problem is not solved (there is same issue: https://github.com/Azure/azure-linux-extensions/issues/12)
From my logs:
`[Microsoft.OSTCExtensions.CustomScriptForLinux-1.0]Current sequence number, 0, is not greater than the sequnce number of the most recent executed configuration. Exiting...`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.