A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://learn.microsoft.com/en-us/cli/azure/postgres/flexible-server/firewall-rule below:

az postgres flexible-server firewall-rule | Microsoft Learn

az postgres flexible-server firewall-rule

Manage firewall rules for a server.

Commands

az postgres flexible-server firewall-rule create

Create a new firewall rule for a flexible server.

az postgres flexible-server firewall-rule create --name
                                                 --resource-group
                                                 [--end-ip-address]
                                                 [--rule-name]
                                                 [--start-ip-address]
Examples

Create a firewall rule allowing connections from a specific IP address.

az postgres flexible-server firewall-rule create --resource-group testGroup --name testserver --rule-name allowip --start-ip-address 107.46.14.221

Create a firewall rule allowing connections from an IP address range.

az postgres flexible-server firewall-rule create --resource-group testGroup --name testserver --rule-name allowiprange --start-ip-address 107.46.14.0 --end-ip-address 107.46.14.221

Create a firewall rule allowing connections to all Azure services

az postgres flexible-server firewall-rule create --resource-group testGroup --name testserver --rule-name allowazureservices --start-ip-address 0.0.0.0
Required Parameters

Name of the server. The name can contain only lowercase letters, numbers, and the hyphen (-) character. Minimum 3 characters and maximum 63 characters.

Name of resource group. You can configure the default group using az configure --defaults group=<name>.

Optional Parameters

The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.

The end IP address of the firewall rule. Must be IPv4 format. Use value '0.0.0.0' to represent all Azure-internal IP addresses.

The name of the firewall rule. If name is omitted, default name will be chosen for firewall name. The firewall rule name can only contain 0-9, a-z, A-Z, '-' and '_'. Additionally, the name of the firewall rule must be at least 3 characters and no more than 128 characters in length.

The start IP address of the firewall rule. Must be IPv4 format. Use value '0.0.0.0' to represent all Azure-internal IP addresses.

Global Parameters

Increase logging verbosity to show all debug logs.

Property Value Default value: False

Show this help message and exit.

Only show errors, suppressing warnings.

Property Value Default value: False

Output format.

Property Value Default value: json Accepted values: json, jsonc, none, table, tsv, yaml, yamlc

JMESPath query string. See http://jmespath.org/ for more information and examples.

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

Increase logging verbosity. Use --debug for full debug logs.

Property Value Default value: False

az postgres flexible-server firewall-rule delete

Delete a firewall rule.

az postgres flexible-server firewall-rule delete [--ids]
                                                 [--name]
                                                 [--resource-group]
                                                 [--rule-name]
                                                 [--subscription]
                                                 [--yes]
Examples

Delete a firewall rule.

az postgres flexible-server firewall-rule delete --rule-name testRule --resource-group testGroup --name testserver
Optional Parameters

The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.

One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.

Property Value Parameter group: Resource Id Arguments

Name of the server. The name can contain only lowercase letters, numbers, and the hyphen (-) character. Minimum 3 characters and maximum 63 characters.

Property Value Parameter group: Resource Id Arguments

Name of resource group. You can configure the default group using az configure --defaults group=<name>.

Property Value Parameter group: Resource Id Arguments

The name of the firewall rule. If name is omitted, default name will be chosen for firewall name. The firewall rule name can only contain 0-9, a-z, A-Z, '-' and '_'. Additionally, the name of the firewall rule must be at least 3 characters and no more than 128 characters in length.

Property Value Parameter group: Resource Id Arguments

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

Property Value Parameter group: Resource Id Arguments

Do not prompt for confirmation.

Global Parameters

Increase logging verbosity to show all debug logs.

Property Value Default value: False

Show this help message and exit.

Only show errors, suppressing warnings.

Property Value Default value: False

Output format.

Property Value Default value: json Accepted values: json, jsonc, none, table, tsv, yaml, yamlc

JMESPath query string. See http://jmespath.org/ for more information and examples.

Increase logging verbosity. Use --debug for full debug logs.

Property Value Default value: False

az postgres flexible-server firewall-rule list

List all firewall rules for a flexible server.

az postgres flexible-server firewall-rule list --name
                                               --resource-group
Required Parameters

Name of the server. The name can contain only lowercase letters, numbers, and the hyphen (-) character. Minimum 3 characters and maximum 63 characters.

Name of resource group. You can configure the default group using az configure --defaults group=<name>.

Global Parameters

Increase logging verbosity to show all debug logs.

Property Value Default value: False

Show this help message and exit.

Only show errors, suppressing warnings.

Property Value Default value: False

Output format.

Property Value Default value: json Accepted values: json, jsonc, none, table, tsv, yaml, yamlc

JMESPath query string. See http://jmespath.org/ for more information and examples.

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

Increase logging verbosity. Use --debug for full debug logs.

Property Value Default value: False

az postgres flexible-server firewall-rule show

Get the details of a firewall rule.

az postgres flexible-server firewall-rule show [--ids]
                                               [--name]
                                               [--resource-group]
                                               [--rule-name]
                                               [--subscription]
Examples

Get the details of a firewall rule.

az postgres flexible-server firewall-rule show --rule-name testRule --resource-group testGroup --name testserver
Optional Parameters

The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.

One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.

Property Value Parameter group: Resource Id Arguments

Name of the server. The name can contain only lowercase letters, numbers, and the hyphen (-) character. Minimum 3 characters and maximum 63 characters.

Property Value Parameter group: Resource Id Arguments

Name of resource group. You can configure the default group using az configure --defaults group=<name>.

Property Value Parameter group: Resource Id Arguments

The name of the firewall rule. If name is omitted, default name will be chosen for firewall name. The firewall rule name can only contain 0-9, a-z, A-Z, '-' and '_'. Additionally, the name of the firewall rule must be at least 3 characters and no more than 128 characters in length.

Property Value Parameter group: Resource Id Arguments

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

Property Value Parameter group: Resource Id Arguments Global Parameters

Increase logging verbosity to show all debug logs.

Property Value Default value: False

Show this help message and exit.

Only show errors, suppressing warnings.

Property Value Default value: False

Output format.

Property Value Default value: json Accepted values: json, jsonc, none, table, tsv, yaml, yamlc

JMESPath query string. See http://jmespath.org/ for more information and examples.

Increase logging verbosity. Use --debug for full debug logs.

Property Value Default value: False

az postgres flexible-server firewall-rule update

Update a firewall rule.

az postgres flexible-server firewall-rule update [--add]
                                                 [--end-ip-address]
                                                 [--force-string]
                                                 [--ids]
                                                 [--name]
                                                 [--remove]
                                                 [--resource-group]
                                                 [--rule-name]
                                                 [--set]
                                                 [--start-ip-address]
                                                 [--subscription]
Examples

Update a firewall rule's start IP address.

az postgres flexible-server firewall-rule update --resource-group testGroup --name testserver --rule-name allowiprange --start-ip-address 107.46.14.1

Update a firewall rule's start and end IP address.

az postgres flexible-server firewall-rule update --resource-group testGroup --name testserver --rule-name allowiprange --start-ip-address 107.46.14.2 --end-ip-address 107.46.14.218
Optional Parameters

The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.

Add an object to a list of objects by specifying a path and key value pairs. Example: --add property.listProperty <key=value, string or JSON string>.

Property Value Parameter group: Generic Update Arguments Default value: []

The end IP address of the firewall rule. Must be IPv4 format. Use value '0.0.0.0' to represent all Azure-internal IP addresses.

When using 'set' or 'add', preserve string literals instead of attempting to convert to JSON.

Property Value Parameter group: Generic Update Arguments Default value: False

One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.

Property Value Parameter group: Resource Id Arguments

Name of the server. The name can contain only lowercase letters, numbers, and the hyphen (-) character. Minimum 3 characters and maximum 63 characters.

Property Value Parameter group: Resource Id Arguments

Remove a property or an element from a list. Example: --remove property.list <indexToRemove> OR --remove propertyToRemove.

Property Value Parameter group: Generic Update Arguments Default value: []

Name of resource group. You can configure the default group using az configure --defaults group=<name>.

Property Value Parameter group: Resource Id Arguments

The name of the firewall rule. If name is omitted, default name will be chosen for firewall name. The firewall rule name can only contain 0-9, a-z, A-Z, '-' and '_'. Additionally, the name of the firewall rule must be at least 3 characters and no more than 128 characters in length.

Property Value Parameter group: Resource Id Arguments

Update an object by specifying a property path and value to set. Example: --set property1.property2=<value>.

Property Value Parameter group: Generic Update Arguments Default value: []

The start IP address of the firewall rule. Must be IPv4 format. Use value '0.0.0.0' to represent all Azure-internal IP addresses.

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

Property Value Parameter group: Resource Id Arguments Global Parameters

Increase logging verbosity to show all debug logs.

Property Value Default value: False

Show this help message and exit.

Only show errors, suppressing warnings.

Property Value Default value: False

Output format.

Property Value Default value: json Accepted values: json, jsonc, none, table, tsv, yaml, yamlc

JMESPath query string. See http://jmespath.org/ for more information and examples.

Increase logging verbosity. Use --debug for full debug logs.

Property Value Default value: False

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4