Skip to main content

getAzureDownloadUrl()

Home > @backstage/integration > getAzureDownloadUrl

Given a URL pointing to a path on a provider, returns a URL that is suitable for downloading the subtree.

Signature:

function getAzureDownloadUrl(url: string): string;

Parameters

ParameterTypeDescription
urlstringA URL pointing to a path

Returns:

string