Use Azure factory for subscription client
Using the Apache based Http client (used in HttpClientAzure implementation of IHttpClient) instead of Java based one (default implementation in os-core-common) when connecting to Register service. We are seeing a lot of client connection dropout issues with the current client implementation. Switching to Apache based client fixes the issue.