Remove-LabAzureLabSourcesStorage

SYNOPSIS

Removes the lab sources

SYNTAX

Remove-LabAzureLabSourcesStorage [-WhatIf] [-Confirm] [<CommonParameters>]

DESCRIPTION

Removes the resource group containing the lab sources completely

EXAMPLES

Example 1

PS C:\> Remove-LabAzureLabSourcesStorage

Removes this subscription's lab sources storage account.

PARAMETERS

-Confirm

Requests a user confirmation before continuing

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

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

-WhatIf

Indicates that the operation should be tested before being executed

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.

INPUTS

OUTPUTS

NOTES