Edit

Create parameter groups (Preview)

When you create a parameter group, at least one parameter must be provided. The underlying operation in the backend merges your input with the system defaults for the specified pgVersion.

Steps to create parameter groups

Using the Azure portal:

  1. Browse the Azure HorizonDB (Preview) parameter groups.

  2. In the command bar, select Create.

    Screenshot that shows the browse for Azure HorizonDB (Preview) parameter groups page.

  3. In the Create a parameter group page, select the subscription and resource group in which you want to create the parameter group.

    Screenshot that shows the Create a parameter group page and a subscription and resource group selected.

  4. Provide a name which is unique among all the parameter groups that already exist in that resource group of that subscription. Preferably, embed some form of encoded description in the name so that you can later identify the potential target clusters of that configuration.

    Screenshot that shows the Create a parameter group page and a parameter group name provided.

  5. Select a location in which you want to create the parameter group. Notice that you can only connect parameter groups created in a location to clusters that also exist in that same location.

    Screenshot that shows the Create a parameter group page and a location selected.

  6. Although not required, we recommend providing a description explaining in more detail what's the purpose of the parameter group configuration you're creating. It can also describe what are the ideal target clusters for which it was conceived.

    Screenshot that shows the Create a parameter group page and a description provided.

  7. Finally, select the version of PostgreSQL for which the parameter group is supported. Notice that parameter groups created for a given version of PostgreSQL can't be applied to clusters of a different version of PostgreSQL.

    Screenshot that shows the Create a parameter group page and a PostgreSQL version selected.

  8. Select Next so that you can configure the values of the modifiable parameters whose defaults you want to change in this parameter group.

    Screenshot that shows the Create a parameter group page and the first page of parameters available in the default parameter group selected.

  9. Search for the names of the parameters whose default values you want to override, and change their defaults. Once finished with the list of parameters whose defaults you want to change, select Create.

    Screenshot that shows the Create a parameter group page and the max_connections parameter default value changed.

  10. A new deployment is initialized to create the parameter group.

    Screenshot that shows the Create a parameter group page and the initializing deployment notification.

  11. Wait until the deployment completes.

    Screenshot that shows the Deployment is in progress page.

  12. When the deployment completes, select Go to resource to visit the newly created parameter group.

    Screenshot that shows the Deployment is completed page.

  13. You can now inspect all details associated to the newly created parameter group.

    Screenshot that shows the Overview page of the newly created parameter group.