The problem was the architecture of the chosen size for the nodes. Some VM sizes have architecture ARM64, others AMD64.
There is no container image (for this solution) for ARM64 architecture - It looks like Microsoft fell asleep on this one.
The solution was to replace the nodes - to a type that has AMD64 architecture.
I found a problem with Kubernetes comand: kubectl -n sc-system logs -f sc-job-dvx2p
The response was: exec /main: exec format error
I knew from this response that there was something deeper.