I have an Umbraco web app hosted on premise. For this one, we used "rootUrl" and "rootPath" in the configuration of the FileSystemProvider. The result is that our images are available at a relative URL that starts with "/files/" instead of "/media". Now I'm trying to migrate to Azure by using this package (the v1.1 as we're using Umbraco 7.14) but I'm having troubles to figure out how I could change the prefix.
I thought that changing "useDefaultRoute" to "false" would work and that the "containerName" would be used to server the files, but when I do so, neither the "/files" nor "/media" URL work. With the configure above, only the URL starting with "/media" works, but in the database, all the URL start with "/files".
Is there a way to configure this package to use "/files" instead of "/media" ?
Hello,
I have an Umbraco web app hosted on premise. For this one, we used "rootUrl" and "rootPath" in the configuration of the FileSystemProvider. The result is that our images are available at a relative URL that starts with "/files/" instead of "/media". Now I'm trying to migrate to Azure by using this package (the v1.1 as we're using Umbraco 7.14) but I'm having troubles to figure out how I could change the prefix.
For now, I'm having this:
I thought that changing "useDefaultRoute" to "false" would work and that the "containerName" would be used to server the files, but when I do so, neither the "/files" nor "/media" URL work. With the configure above, only the URL starting with "/media" works, but in the database, all the URL start with "/files".
Is there a way to configure this package to use "/files" instead of "/media" ?
Thanks