# Functions
ApplicationCredentialsFromURI converts a cloudServiceAccountURI into Azure ApplicationCredentials.
BasicsFromProviderID extracts subscriptionID and resourceGroup from both types of valid azure providerID.
FromString converts a string into an AuthMethod.
ScaleSetInformationFromProviderID splits a provider's id belonging to an azure scaleset into core components.
# Constants
AuthMethodServicePrincipal uses a client ID and secret.
AuthMethodUnknown is default value for AuthMethod.
AuthMethodUserAssignedIdentity uses a user assigned identity.
# Structs
ApplicationCredentials is a set of Azure API credentials.
# Type aliases
AuthMethod is the authentication method used for the Azure API.