Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The Delete Azure Storage Container action can be used to delete a blob storage container in a storage account on Azure.

See also the Delete Azure Storage Container Action.

Delete Azure Storage Container

...

Enter the application name or the URL associated with the service principal. [login --service-principal --username]

...

Bypass immutability policy

Bypasses Tick to bypass an upcoming service behaviour that will block a container from being deleted if it has a immutability-policy. [--bypass-immutability-policy]

Only if modified since

If specified, the action only succeeds if the container has been modified since the supplied date and time. [--if-modified-since]

Only if unmodified since

If specified, the action only succeeds if the container has not been modified since the supplied date and time. [--if-unmodified-since]

Lease ID

If specified, the action only succeeds if the container's lease is active and matches this ID. Required This is required if the container has an active lease. [--lease-id]

...