I have deployed a azure-webapp and the page displays blank

Jaime 6 Reputation points
2020-09-11T00:01:34.71+00:00

I have chatted with several reps and the issue needs to be escalated. The site has been deployed to the Azure web space, url: https://pickitappiodevbash.azurewebsites.net/, but displays a blank page. There are files missing from the Browser source tab; however, they appear in the server file system when looking via FTP.

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,807 questions
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. Murugesa Pandian 86 Reputation points
    2020-09-11T03:46:34.973+00:00

    @Jaime ,
    Your angular application is not correctly packaged and deployed into app service.
    Please check this link https://indepth.dev/deploy-an-angular-application-to-iis/ for on how to correctly map all your angular related stuffs.


  2. SnehaAgrawal-MSFT 21,661 Reputation points
    2020-09-14T07:49:59.763+00:00

    Thanks for asking question! You may want to investigate this how-to guide shows you how to deploy your app to Azure App Service from a Git repository on your local computer.

    To add to this there are a number of reasons you may want to investigate an FTP Deployment issue including the following:-

    1. A Deployment versus runtime application issues
    2. Unable to establish an FTP Connection.
    3. How can I connect to FTP in Azure App Service via passive mode

    Also refer to below links might be helpful:

    https://learn.microsoft.com/en-us/azure/app-service/deploy-local-git#what-happens-to-my-app-during-deployment

    In case issue persists please send an email to AzCommunity[at]Microsoft[dot]com referencing this thread, we would like to work closer with you on this matter.

    0 comments No comments

  3. Lucas Almeida 1 Reputation point
    2020-10-23T01:40:22.39+00:00

    Hello, were you able to deploy the app successfully?
    Which is your Angular version? I am trying the Angular v10, C# .netCore, getting a blank page too.
    Already tired a couple of things, but the same results.
    If you know something that might help over here, can you share please?

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.