# Functions
GetHostFromRedisURI extracts host name from a Redis URI.
GetLocationDisplayName returns the display name of the location.
IsCacheForRedisEndpoint returns true if provided endpoint is a valid Azure Cache for Redis endpoint.
IsDatabaseEndpoint returns true if provided endpoint is a valid database endpoint.
IsMSSQLServerEndpoint returns true if provided endpoint is a valid SQL server database endpoint.
IsRedisEndpoint returns true if provided endpoint is a valid Redis (non-Enterprise tier) endpoint.
IsRedisEnterpriseEndpoint returns true if provided endpoint is a valid Redis Enterprise endpoint.
NormailizeLocation converts a Azure location in various formats to the same simple format.
ParseCacheForRedisEndpoint extracts database server name from Azure Cache for Redis endpoint.
ParseDatabaseEndpoint extracts database server name from Azure endpoint.
ParseMSSQLEndpoint extracts database server name from Azure endpoint.
# Constants
DatabaseEndpointSuffix is the Azure database endpoint suffix.
MSSQLEndpointSuffix is the Azure SQL Server endpoint suffix.
RedisEndpointSuffix is the endpoint suffix for Redis.
RedisEnterpriseEndpointSuffix is the endpoint suffix for Redis Enterprise.