I've created an Azure Storage account and can upload and download files using a connection string like below in C#:
DefaultEndpointsProtocol=https;AccountName=XXX;AccountKey=YYY;EndpointSuffix=core.windows.net
I've added CDN to this account, and I have the endpoint hostname:
https://zzz.azureedge.net
How can I modify the connection string so that content is downloaded using the CDN instead of, I guess, directly from the storage account based where-ever I set it up (in my case, the UK)?