How to create, link and deploy mobile web app

Seth Isaacks 11 Reputation points
2021-03-10T15:59:34.907+00:00

I need some help, I am a beginner to Azure and this is exponentially confusing. I watched a video James Montemagno did last year for creating mobile web app, adding sql server and deploying. However NOTHING is the same now. I have no idea how to do this and I cannot find a definitive tutorial online anywhere as to how to do this. Can someone please help or point me in a direction that I can find some understanding as of how to do this.

I tried to do it all from visual studio but that failed miserably. I was able to create everything, but when I clicked on the published link there was always an issue and nothing seemed to be linked.

Developer technologies .NET Xamarin
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,930 questions
Community Center Not monitored
0 comments No comments
{count} votes

5 answers

Sort by: Most helpful
  1. Grmacjon-MSFT 19,151 Reputation points Moderator
    2021-03-11T07:25:42.433+00:00

    Hi @Seth Isaacks ,

    Thanks for using Azure. Apologies for the difficulties you've faced while trying to learn more about creating a mobile web app in Azure.

    Here are a few documentation (*last updated in 2019) that can help you with your learning journey:

    About Mobile Apps in Azure App Service: https://learn.microsoft.com/en-us/previous-versions/azure/app-service-mobile/app-service-mobile-value-prop

    Create an iOS app: https://learn.microsoft.com/en-us/previous-versions/azure/app-service-mobile/app-service-mobile-ios-get-started

    Create an Android app: https://learn.microsoft.com/en-us/previous-versions/azure/app-service-mobile/app-service-mobile-android-get-started

    Hope that helps. Please let us know if you have further questions

    Best,
    Grace


  2. Seth Isaacks 11 Reputation points
    2021-03-11T19:01:59.043+00:00

    @Grmacjon-MSFT I followed this tutorial verbatim and I still cannot get my tables to show up in Azure Sql Server

    https://learn.microsoft.com/en-us/azure/app-service/app-service-web-tutorial-dotnet-sqldatabase

    0 comments No comments

  3. Seth Isaacks 11 Reputation points
    2021-03-12T17:17:14.41+00:00

    @Grmacjon-MSFT I deleted everything and started over. Again I get the same exact result. The data saves locally but will not save on the server. I can add data on the server and it not retrieved. I have no idea what I have done wrong. I followed this to a T. I can't believe how frustrating this is.


  4. Grmacjon-MSFT 19,151 Reputation points Moderator
    2021-03-13T04:39:36.193+00:00

    Hi @Seth Isaacks ,

    Thank you for the update. Apologies for the delay in response and any frustration caused by the old mobile web app tutorial. The tutorial you mentioned you were using earlier (https://learn.microsoft.com/en-us/azure/app-service/app-service-web-tutorial-dotnet-sqldatabase) is outdated. This is why you're running into those issues.

    As I mentioned in my comment above there a new tutorial that addresses some of the issues you were facing you can find it here.

    This tutorial shows you how to add a cloud-based backend service to a cross-platform mobile app by using Xamarin.Forms and an Azure mobile app backend. You will create both a new mobile app backend and a simple Todo list app that stores app data in Azure.

    If you run into issues completing the new tutorial please let me know so I can share your feedback with the engineering team.

    0 comments No comments

  5. Seth Isaacks 51 Reputation points
    2021-03-19T00:49:07.803+00:00

    @Grmacjon-MSFT I actually spoke with one of the head people dealing with Azure.
    He told me that its currently going through a revamp and that is why I am having all the issues.
    I am probably going to go another route


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.