I have a Powershell script that executes Set-AzureDeployment. It works fine for a service with 1 role.
However, when I run it for another service with 7 roles, it often fails (not always). All I get back is the message below.
I'm inclined to think this is a timeout in the underlying HttpClient connection. Any thoughts/workarounds?
StratifiedShuffleSplit(n_splits=10, test_size=’default’, train_size=None, random_state=0)
I found this article which doesn't have a resolution.