The path inside Umbraco is always relative. The file provider will resolve it to an actual path, which on Azure will be the Azure Storage URL. So you shouldn't need to do anything special. If you get the URL to a media item it should resolve to the Storage URL, including any configured CDN.
a
Angry Panda
01/19/2024, 8:33 AM
I want blob storage url , how should i get that
k
kdx-perbol
01/19/2024, 9:23 AM
The same way you would normally get the full URL to a media item in Umbraco. The Azure File Storage Provider will take care of the Azure part. 🙂
t
tn_qt74
01/22/2024, 2:05 AM
u need config in appsetting of umbraco for az
a
Angry Panda
01/22/2024, 8:37 AM
Is there any possibility to only store into azure not into our local project folder?