Skip to main content

azure_account_name_from_endpoint

Function azure_account_name_from_endpoint 

Source
pub fn azure_account_name_from_endpoint(endpoint: &str) -> Option<String>
Expand description

Try to extract the storage account name from an Azure endpoint.

Returns None if the endpoint doesn’t match known Azure Storage suffixes.