How do I create a new Server

EFS 25 Reputation points
2024-05-24T14:50:23.7033333+00:00

On my initial creation of our Azure SQL account I was asked to create a server, so I started with a development server housing several databases, but now I'd like to create a test/staging and production server so that I can migrate updates to databases through the proper channels. There isn't a place I can see where I can create two more servers, how do I do that?

Azure SQL Database
{count} votes

Accepted answer
  1. SSingh-MSFT 16,371 Reputation points Moderator
    2024-05-27T08:53:24.0633333+00:00

    Hi EFS •,

    Welcome to Microsoft Q&A forum.

    As I understand, you want to create a new SQL Server for your Azure SQL Databases.

    Open Azure Portal.

    Search in Marketplace for "SQL Server", below screen will appear with different options:

    User's image

    Next create this server:

    User's image

    Fill in the details and create server:

    User's image

    Once SQL Server is created, you can add your Azure SQL Databases to it and will be visible in the Settings sections of the SQL Server:

    User's image

    Let us know if this answers your question.

    If not, please share more details so that we can assist you.

    Thanks.

    1 person found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. Gowtham CP 6,020 Reputation points Volunteer Moderator
    2024-05-27T04:23:39.0933333+00:00

    Hello EFS ,

    Thanks for reaching out in the Microsoft Q&A!

    To create new servers in Azure SQL Database for test/staging and production environments, you need to sign in to the Azure portal, navigate to "Azure SQL databases," and select your Azure SQL account. Click "Create server" and configure the server settings, including a unique server name, resource group, location, and deployment option (typically a "Single database"). Choose your authentication method, either "Azure Active Directory (AAD) authentication" for improved security or "SQL Server authentication" for traditional login credentials. After reviewing your selections, click "Create" to provision the new server. Repeat this process for each environment. Finally, configure firewall rules to restrict access to authorized IP addresses or AAD identities and create databases within the servers as needed. This approach establishes separate, secure environments for development, testing, and production, facilitating a structured deployment pipeline.

    If you find this helpful, please accept this answer to close the thread. Thanks!

    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.