HTTPSConnectionPool(host='management.azure.com', puerto=443): se superó el número máximo de reintentos con la URL

HTTPSConnectionPool(host='management.azure.com', puerto=443): se superó el número máximo de reintentos con la URL

Estoy intentando crear una cuenta principal desde Azure Shell (navegador portal.azure.com), pero parece que no puedo realizarlo:

stan@Azure:~$ az ad sp create-for-rbac --sdk-auth > my.azureauth
Role assignment creation failed.

Error occurred in request., RetryError: HTTPSConnectionPool(host='management.azure.com', port=443): Max retries exceeded with url: /subscriptions/**********/providers/Microsoft.Authorization/roleAssignments/d5786742-5a32-486f-a669-31807195e5fc?api-version=2018-01-01-preview (Caused by ResponseError('too many 504 error responses',))
Traceback (most recent call last):
  File "/opt/az/lib/python3.6/site-packages/requests/adapters.py", line 445, in send
    timeout=timeout
  File "/opt/az/lib/python3.6/site-packages/urllib3/connectionpool.py", line 731, in urlopen
    body_pos=body_pos, **response_kw)
  File "/opt/az/lib/python3.6/site-packages/urllib3/connectionpool.py", line 731, in urlopen
    body_pos=body_pos, **response_kw)
  File "/opt/az/lib/python3.6/site-packages/urllib3/connectionpool.py", line 731, in urlopen
    body_pos=body_pos, **response_kw)
  File "/opt/az/lib/python3.6/site-packages/urllib3/connectionpool.py", line 711, in urlopen
    retries = retries.increment(method, url, response=response, _pool=self)
  File "/opt/az/lib/python3.6/site-packages/urllib3/util/retry.py", line 398, in increment
    raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='management.azure.com', port=443): Max retries exceeded with url: /subscriptions/4******/providers/Microsoft.Authorization/roleAssignments/d5786742-5a32-486f-a669-31807195e5fc?api-version=2018-01-01-preview (Caused by ResponseError('too many 504 error responses',))

parece que la causa raíz es:

too many 504 error responses

pero el mismo comando funcionó ayer, y está según las reglas, por favor avise.

Gracias de antemano Stan

información relacionada