GUI for Azure SQL Database Table

Giri, Seshu 26 Reputation points
2022-10-11T20:22:58.067+00:00

We have a Azure SQL DB and wanted to build a UI for one of the table to maintain data, business need to add new entries or update existing ones. It is just for one table.

Azure SQL Database
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
0 comments No comments
{count} votes

Accepted answer
  1. Oury Ba-MSFT 20,911 Reputation points Microsoft Employee Moderator
    2022-10-12T16:19:41.343+00:00

    Hi @Giri, Seshu Thank you for posting your question on Microsoft Q&A.

    As per my understanding you are looking to build a UI for one of the tables in Azure SQL DB to maintain data ans add new entries or update existing ones.

    In addition to @Alberto Morillo 's answer above, you can try Power Apps as a low-code option (requires a separate subscription, not an Azure service) or eventually Office Forms and integration with Power Automate or Logic Apps. For software developers, Azure Static Webapps would be a great fit (it integrates well with Azure Functions that can call Az SQL DB).

    Regards,
    Oury

    1 person found this answer helpful.
    0 comments No comments

2 additional answers

Sort by: Most helpful
  1. Alberto Morillo 34,671 Reputation points MVP Volunteer Moderator
    2022-10-12T00:24:54.13+00:00

    This tutorial shows you how to deploy an ASP.NET CRUD app in App Service and connect it to Azure SQL Database.

    You can make a URL rewrite if needed with Azure Web Apps.

    1 person found this answer helpful.
    0 comments No comments

  2. Giri, Seshu 26 Reputation points
    2022-10-12T20:54:23.18+00:00

    Thanks @Oury Ba-MSFT and @Alberto Morillo

    Quick question, since

    • It is going to be a single page application and we already have a Azure subscription

    Which is one is cheaprer? App Service or Power Apps?


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.