Edit

Create parameter groups in Azure HorizonDB (Preview)

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

Steps to create parameter groups

Use 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 Create a parameter group, select the subscription and resource group where you want to create the parameter group.

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

  4. Enter a name that's unique among all parameter groups in the resource group and subscription. 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 for the parameter group. 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, provide a description explaining in more detail the purpose of the parameter group configuration. It can also describe the ideal target clusters for which it was conceived.

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

  7. Select the version of PostgreSQL for which the parameter group is supported. 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 to 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. When finished, 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 with the newly created parameter group.

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