Make Azure Fluent API more lightweight.
Right now the entry point for Azure Fluent API requires dependency on all fluent libraries which is a lot of dependency. It should allow us to have the Azure entry point without all other fluent libraries.
An example of this is, I'm working with ARM and Storage Accounts. ARM's current non fluent .NET library is in Preview so I'm required to used fluent and fluent essentially forces me to include all SDK components which becomes pretty heavy.
