Uploaded images not displaying after publishing on azure - azure

Good day everyone I have a Web App created using Entity framework it has an upload feature and the upload feature works on localhost. Now after publishing to azure the site is working however the uploaded images are not displaying when I try to upload a new image it gave an "An error occurred while processing your request". Connection string is correct since other data are showing I changed the permission of the upload folder then republished still the same. Looking at the dev console it is showing failed to load resource. But why? Do I need to configure azure? Any help is appreciated thank you!

What I did was look at azure website's Kudu console (something I am not aware of) and upon looking at the Kudu console I realized that my upload directory is not included which is why the images are not loading it doesn't exist. I don't why it is not included but eventually I created a new upload directory at the kudu console and manually transfer the photos after that the photos are now displaying and upload is now working. For references: reference 1 reference 2

Related

Large number of files missing in fileManager of a website deployed on Azure App Service

I am unsure if this is happening by design, or it's supposed to work this way. Through Visual studio Publish option, I published my ASP.NET Core website on Azure App Service. Now, when I access the fileManager on https://mywebsite.scm.azurewebsites.net/fileManager, I am missing majority of the files. I can only browse some log files, several zipped packages.
The website itself works fine when I am trying to access it on the link, however I am unable to browse all the files for it. I was wondering if this is an intended design, or I have done something wrong.
Kind Regards.
HTML5 component, that allows web pages to store named key value pairs locally. It just setting to store our web app.
To solve the files not able to view via kudu
Open Browser -> go to Developer tools or hit F12 -> In the console run the following cmd
window.localStorage['maxViewItems'] = 1000
Still you are facing issue please check and compare with Azure App Service Editor and Kudu files. I had checked both Kudu and App Service Editor shows the same files which contain the web app.
Refer Kudu error with maxViewItems in localstorage

Azure Web App FTP permission is denied and cannot upload files and cannot create folders

I'm managing small web app, deploying with (always) FTP. My teammate requested me to upload a folder including small teaser website. As usual routine, I opened the Azure Web App Deployment Center FTP dashboard and copied server address and credentials and pasted them into FileZilla(latest version). Login went well and I could see file list and folders. However, when I tried to upload files, remove existing files, all of the writing attempts failed with 550 Access is denied error. What could be the cause of this?
On the other hands, I could remove existing files on KUDU debug console.
I check the ftp link the deployment center provide, looks like the portal provides a read-only ftp link. So go to your web app, click Get publish profile, choose the publishUrl under tag profileName=<yourwebname-FTP>.

I'm trying to upload a screenshot to my app and I'm having an issue (app store connect)

I'm trying to upload a screenshot to my app and I'm having an issue (app store connect).
Notably, I have some apps in the past that I managed to upload screenshots for App Previews and Screenshots. And now I can't.
I get this message when I try: Invalid GeoJSON: Your routing app coverage file is invalid. For more information, see the Location and Maps Programming Guide. "
The problem
I changed the browser and its work..

Permission issue while viewing app on azure

I am running into this strange issue of not being able to view the web app once i try to browse it from azure. it gives me error by saying You do not have permission to view this directory or page. I don't know what going wrong. I simply created an app on azure and then using ftp client pushed a simple html page. When i try to browse it; it says you don't have permission although no login or permissions are set. This is a free trial subscription i wonder if this has to do something with it. I also tried to upload my node.js and angular web app but it gives the same issue. I even tried to change the port number to run the as in node we do. But now it doesn't even display a normal html page. I pasted it in WWW root folder using filezilla. Any idea how to go about it.
it gives me error by saying You do not have permission to view this directory or page
It seems that there is no default page match the default documents in the Azure WebApp setting. You could add the default page for your webapp in the Azure portal Appsetting. Or you could upload a index.html to the WebApp for test.

Azure portal crashes after specific file uploaded to assets in mediaservice

After I upload another file to Assets in Media Service of azure portal this function become completely broken. This section shows me an error and does work completely.
This error does not depend on browser I use and it is not a problem of browser cache.
Console logs - http://static.realgrad.ru/portal.azure.com-1487781825223.log.txt

Resources