Skip to main content

Remove-AzureAppService

SYNOPSIS

The cmdlet removes all AzureAppServices and AppServicesPlans in any ressource groups.

SYNTAX

Remove-AzureAppService [-TenantID] <String> [[-ResourceGroupName] <String>] [<CommonParameters>]

DESCRIPTION

The cmdlet removes all AzureAppServices in any ressource groups.

EXAMPLES

PARAMETERS

-TenantID

This parameter is the actual tenant id. The parmeter is mandatory.

Type: String
Parameter Sets: (All)
Aliases:

Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-ResourceGroupName

This parameter is the name of a resource group.

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

NOTES