Azure Storage Container

Create and Manage Azure Storage Container services.

IT Services · Azure Storage Container

Configuration parameters

  • credentials — Storage account name
  • use_managed_identities — Use Azure Managed Identities
  • managed_identities_client_id
  • proxy — Use system proxy settings
  • insecure — Trust any certificate (not secure)
  • key — Account key
  • shared_key

Commands (15)

  • azure-storage-container-blob-create

    Create a new Blob under the specified Container.

  • azure-storage-container-blob-delete

    Marks the specified Blob for deletion. The Blob will be deleted during garbage collection.

  • azure-storage-container-blob-get

    Retrieve Blob from Container.

  • azure-storage-container-blob-list

    List Blobs under the specified container.

  • azure-storage-container-blob-property-get

    Retrieve Blob properties.

  • azure-storage-container-blob-property-set

    Set Blob properties.

  • azure-storage-container-blob-tag-get

    Retrieve the tags of the specified Blob.

  • azure-storage-container-blob-tag-set

    Sets the tags for the specified Blob. The command replace the entire tags of the Blob and can be used to remove tags.

  • azure-storage-container-blob-update

    Update the content of an existing Blob.

  • azure-storage-container-block-public-access

    Block public access to a container.

  • azure-storage-container-create

    Create a new Container under the specified account.

  • azure-storage-container-delete

    Marks the specified Container for deletion. The Container and any Blobs contained within it, will be deleted during garbage collection.

  • azure-storage-container-list

    List Containers under the specified storage account.

  • azure-storage-container-property-get

    Retrieve properties for the specified Container.

  • azure-storage-container-sas-create

    create SAS token for container.