Skip to content

Latest commit

 

History

History
151 lines (112 loc) · 3.16 KB

Remove-AzureWebsite.md

File metadata and controls

151 lines (112 loc) · 3.16 KB
external help file ms.assetid online version schema
Microsoft.WindowsAzure.Commands.dll-Help.xml
8062D57E-8381-4715-9AA8-551F15DCC492
2.0.0

Remove-AzureWebsite

SYNOPSIS

Removes the specified website from Azure.

[!INCLUDE rdfe-banner]

SYNTAX

Remove-AzureWebsite [-Force] [-Name <String>] [-Slot <String>] [-Profile <AzureSMProfile>] [-WhatIf] [-Confirm]
 [<CommonParameters>]

DESCRIPTION

This topic describes the cmdlet in the 0.8.10 version of the Microsoft Azure PowerShell module. To get the version of the module you're using, in the Azure PowerShell console, type (Get-Module -Name Azure).Version.

The Remove-AzureWebsite cmdlet removes the specified website from Azure, either with or without a prompt for confirmation.

EXAMPLES

Example 1: Remove the current website

PS C:\> Remove-AzureWebsite

This example removes the website in Azure associated with the current directory.

Example 2: Remove a website without confirmation

PS C:\> Remove-AzureWebsite -Name mySite -Force

This example deletes the website named mySite without prompting for confirmation.

PARAMETERS

-Force

If specified, deletes the specified website without prompting for confirmation.

Type: SwitchParameter
Parameter Sets: (All)
Aliases: 

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

-Name

Specifies the name of the website to delete.

Type: String
Parameter Sets: (All)
Aliases: 

Required: False
Position: Named
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False

-Profile

Specifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.

Type: AzureSMProfile
Parameter Sets: (All)
Aliases: 

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

-Slot

Specifies the slot name of the website.

Type: String
Parameter Sets: (All)
Aliases: 

Required: False
Position: Named
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False

-Confirm

Prompts you for confirmation before running the cmdlet.

Type: SwitchParameter
Parameter Sets: (All)
Aliases: cf

Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False

-WhatIf

Shows what would happen if the cmdlet runs. The cmdlet is not run.

Type: SwitchParameter
Parameter Sets: (All)
Aliases: wi

Required: False
Position: Named
Default value: False
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 (https://go.microsoft.com/fwlink/?LinkID=113216).

INPUTS

OUTPUTS

NOTES

RELATED LINKS

Get-AzureWebsite