Forum Discussion

imran771's avatar
imran771
Copper Contributor
Jul 04, 2022

Azure Web App

Dear All,

I want to design and deploy a web app (probably for employee time sheet) in Azure cloud from scratch. The app is already developed in .Net and SQL db using. How can I start it on Azure. As I have already done Microsoft Azure Administrator Associate now my next target to do Azure Solution Architect Expert certification.   

Anyone can help me to design and deploy the above said web app.

 

 

 

  • Pedro_Blanco's avatar
    Pedro_Blanco
    Copper Contributor

    Hi imran771 have a good day, I´m Pedro Blanco Solution Architect , in azure you have many route for deploy this aplications, normaly the users used two roads:

    IaaS : Deploy vms and install SQL Server and IIS rol.

    PaaS : Deploy a plan of azure app services an Azure SQL services for you aplication.

    in this case is necesarie considerate the workloads and cost both models.
    • imran771's avatar
      imran771
      Copper Contributor

      Pedro_Blanco 

      Hi Pedro,
      First of all thanks for reply. The second thing i have suggested to my employer is PaaS via Azure App. As earlier i told you that I am Azure Administrator Associate but I now little about solution architect you can say only theoretical knowledge but never deployed it.
      Now my employer is asking me to deploy it which I am not confident to start it, so I need help from where i need to start? However i have designed which I can share here with you.

      • Pedro_Blanco's avatar
        Pedro_Blanco
        Copper Contributor
        Excellent with your photo, I understand your requirement in this case I recommend that you evaluate:

        1. How many users access the front-end services daily (approximate)?

        2. Does the application of the solution need flexibility and scalability?

        3. How much data stored in that database in a year?

        4. Do you need high security (recommended) or moderate security?

        5. The main question, have you evaluated the annual budget available for this application?

        If you answer these questions it is possible, I recommended the best architecture.

        only reference you need evaluate your solution in depth.

Resources