We have created an Azure
web app
. We want to use this app to enable our site visitors to download appxbundle
of our UWP
app. We are able to put the files on the folder and can see them through FTP
. However as soon we try to access the files by just typing the resource URI in the browser it throws an error at us stating:
The resource you are looking for has been removed, had its name changed, or is temporarily unavailable.
I tried putting the file in the root directory as well but the error remained the same. From this blog we know that it can be done but somehow we are not able to make it work. Any idea how can we make it happen?