How to modify the workload environment of a created Azure SQL database from production to development?

Dirk Vrancken 21 Reputation points
2022-11-28T15:10:46.183+00:00

I have created an Azure SQL Database and made a mistake when creating it. I have indicated that this was a production database iso of development database. I don't find a way how I can modify this setting.

Azure SQL Database
{count} votes

Accepted answer
  1. TP 124.7K Reputation points Volunteer Moderator
    2022-11-28T18:54:25.257+00:00

    Hi,

    The workload environment setting is simply a way to change default settings when creating your database via the Azure portal. The setting doesn't exist on your created database. You are able to change/override these settings as you need to before creating the database. For example, if you select Development, then the selected compute/storage tier is changed to a less powerful option. As I mentioned, even after changing the workload environment setting you have the ability to change the various settings to whatever you would like them to be, before you choose to create.

    Once your database is created, you can change the settings as needed. For example, you could modify the pricing tier to a less or more powerful option in the portal by navigating to your database -- settings -- Compute + storage blade.

    264932-azure-sql-database-workload-environment.jpg

    2 people found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. Dirk Vrancken 21 Reputation points
    2022-11-29T07:11:25.407+00:00

    Many thanks for your answer. Based on the pricing calculator I had the impression that development environments are cheaper because there is no license cost element of SQL Server. If I understand your answer well, this isn't the case. When selecting Development as initial setting, simply means that a smaller configuration is used.


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.