Skip to content

Is there a need to "close" the connection to Azure? #12

@puneet101

Description

@puneet101

Most REST clients will encapsulate an internal HTTP client object that needs a close call for proper garbage collection.

If the client application is using a pool of Azure objects/connections, is there a way to make sure we can force a "close"?

For ex:

azureInstance = Azure.configure().withLogLevel(HttpLoggingInterceptor.Level.NONE).authenticate(credentials).withDefaultSubscription();

is there a need for

azureInstance.close()?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions