My repo is: azure:container_name:/repo_folder and it complains repo could not be parsed. I checked function Invoke-ConnectivityCheck { and $connection_string is "container_name:/repo_folder" but $repository_host is empty, it should be "azure" or "azure:"
My repo is:
azure:container_name:/repo_folder
and it complains repo could not be parsed. I checkedfunction Invoke-ConnectivityCheck {
and$connection_string
is "container_name:/repo_folder" but$repository_host
is empty, it should be "azure" or "azure:"