* Cache Update
Some base images of the ubuntu on AWS contains an outdated cache. So, when tries to installs the package we receive an error `unable to locate package`. To install the package, added the line `apt-get update` to update the cache.
* Rebase and commit
* added shutdown-apt-service.sh script
* added logging
* added new status
* shutdown service check
* removed apy.daily from apt.sh
* Another way to disable automatic updates;
* fix deployment files.
* enable retry logic for apt
* add PowerShellGet installation before az modules
* fixed a comment
Co-authored-by: Leonid Lapshin <originalnoe-nazvanie@yandex.ru>