Share via

How to prevent increase quota cli error

ashishj 1 Reputation point
2024-10-29T14:42:00.4833333+00:00

All,

Am trying to increase quota using the preview api for command interface, however it throws me an error which does not allow me to increase quota ? can someone please help me weather its an authentication issue or something else

onnectionError: HTTPSConnectionPool(host='login.microsoftonline.com', port=443): Max retries exceeded with url:

Azure Virtual Machines
Azure Virtual Machines

An Azure service that is used to provision Windows and Linux virtual machines.

0 comments No comments

1 answer

Sort by: Most helpful
  1. Mounika Reddy Anumandla 7,135 Reputation points Moderator
    2024-10-29T15:40:54.17+00:00

    Hi ashishj,

    Thank you for reaching out to the Microsoft Q&A platform. Happy to answer your question.

    This error here indicates that Azure CLI cannot connect to the AAD server and port 443. You can try to whitelist the Azure AD URL "login.microsoftonline.com" from your firewall in case of restricted internet connection.

    As per my understanding, if you are looking for login using Azure AD, whitelisting login.microsoftonline.com:443 shall work and for safe side, you can add *.login.microsoftonline.com:443 to allow all the matching URLs as well.

    Check out similar issue here. The right thing to do is to ensure all the endpoints azure portal needs, are allowed through the firewall.

    Hope this helps!

    If the answer did not help, please add more context/follow-up question for it.

    Else, if the answer helped, please click Accept answer so that it can help others in the community looking for help on similar topics.

    Was this answer helpful?


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.