anjuna-azure-cli disk delete

anjuna-azure-cli disk delete \
  --storage-account <storage-account> \
  --storage-container <storage-container> \
  --resource-group <resource-group> [OPTIONS...]

Removes disk images previously uploaded to a Storage Container in Azure.

Options

Usage

anjuna-azure-cli disk delete \
  --storage-account <storage-account> \
  --storage-container <storage-container> \
  --resource-group <resource-group> [OPTIONS...]

--image-name

Name of the uploaded disk image to remove (default: disk.vhd)

--storage-account

(Required) Name of the storage account to use

--storage-container

(Required) Name of the storage container to use

--resource-group

(Required) The Azure resource group to use

Global options

The following options are available for all anjuna-azure-cli subcommands.

Global options

-h, --help

Prints the help information for the command

--debug

Prints debug messaging

-v, --version

Prints the anjuna-azure-cli version

Exit status

  • 0 on success

  • 1 on error

Example

$ anjuna-azure-cli disk delete \
  --image-name hello-world-disk.vhd \
  --storage-account mystorageaccount \
  --storage-container mystoragecontainer \
  --resource-group myResourceGroup