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!