# Functions
GetDefaultTokenCredentials provides the azure token credentials using the ConnectConfig passed as an argument.
NewDefaultAccessFactory creates a new instance of Factory.
# Structs
ConnectConfig is the configuration required to connect to azure provider.
# Interfaces
Factory is an access factory providing methods to get facade/access for different resources.
# Type aliases
TokenCredentialProvider is a function which gets azcore.TokenCredential using the passed ConnectConfig.