Remove-AzSqlServerOutboundFirewallRule
Deletes an allowed FQDN from the list of outbound firewall rules (Allowed FQDNs) from a SQL Database server.
Syntax
Remove-AzSqlServerOutboundFirewallRule
[-AllowedFQDN] <String>
[-Force]
[-ServerName] <String>
[-ResourceGroupName] <String>
[-DefaultProfile <IAzureContextContainer>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Description
The Remove-AzSqlServerOutboundFirewallRule cmdlet deletes the specified allowed FQDN from the list of outbound firewall rules (Allowed FQDNs) from the specified Azure SQL Database server.
Examples
Example 1: Delete a outbound firewall rule
Remove-AzSqlServerOutboundFirewallRule -ServerName "Server01" -ResourceGroupName "ResourceGroup01" -AllowedFQDN "OutboundFirewallRule01"
ResourceGroupName : ResourceGroup01
ServerName : Server01
AllowedFQDN : OutboundFirewallRule01
This command deletes an allowed FQDN named OutboundFirewallRule01 from the list of outbound firewall rules on the server named Server01.
Parameters
-AllowedFQDN
Specifies the allowed fully qualified domain name (FQDN) in the list of outbound firewall rules.
Type: | String |
Aliases: | Name |
Position: | 2 |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-Confirm
Prompts you for confirmation before running the cmdlet.
Type: | SwitchParameter |
Aliases: | cf |
Position: | Named |
Default value: | False |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-DefaultProfile
The credentials, account, tenant, and subscription used for communication with Azure.
Type: | IAzureContextContainer |
Aliases: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Force
Forces the command to run without asking for user confirmation.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-ResourceGroupName
Specifies the name of a resource group to which the server is assigned.
Type: | String |
Position: | 0 |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-ServerName
Specifies the name of the server.
Type: | String |
Position: | 1 |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-WhatIf
Shows what would happen if the cmdlet runs. The cmdlet is not run.
Type: | SwitchParameter |
Aliases: | wi |
Position: | Named |
Default value: | False |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Inputs
Outputs
AzureSqlServerOutboundFirewallRulesModel
Related Links
Azure PowerShell