EmAchieng / azure-networking-management

0 stars 0 forks source link

Absence of Timeout for API Calls #15

Closed EmAchieng closed 1 month ago

EmAchieng commented 1 month ago

Description: There is no timeout for API calls, so the script could hang indefinitely if an Azure service is unresponsive.

Possible Fix: Set timeouts for Azure API calls to prevent indefinite hanging.