Azure Web Service API

Lukas Vyslouzil 40 Reputation points
2023-03-29T19:59:16.71+00:00

What is the best way if we need to create App Service + Azure SQL dabase in Azure in an automated way (remotely)? REST API? Thank you

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,500 questions
{count} votes

Accepted answer
  1. Sedat SALMAN 14,155 Reputation points MVP
    2023-03-29T23:36:42.3366667+00:00

    Yes, one way to create an App Service and an Azure SQL database in Azure in an automated way is by using Azure REST APIs

    Use the Azure Resource Manager REST API to create the Azure SQL database server and database

    Use the Azure Resource Manager REST API to create the App Service

    Update the connection string for the App Service to point to the Azure SQL database.

    Note that there are also other ways to create Azure resources in an automated way, such as using Azure CLI, Azure PowerShell, or Azure Resource Manager templates.

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

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.