Scroll to navigation

AZURECTL(1) AZURECTL(1)

NAME

azurectl - Command Line Interface to manage Microsoft Azure

Azure File storage provides file shares mountable on a virtual machine, through the SMB protocol.

SYNOPSIS

azurectl storage share create --name=sharename

azurectl storage share list

azurectl storage share delete --name=sharename

DESCRIPTION

create

The create share operation creates a new share under the specified storage account. If the share with the same name already exists, the operation fails. The name of your file share may include only lower-case characters.

list

List existing file share names for the configured storage account.

delete

The delete share operation marks the specified share for deletion. The share and any files contained within it are later deleted during garbage collection.

OPTIONS

--name

Specify the name of the file share for creation or deletion.

AZURECTL User Manuals