Azure Storage Actions
Description: Windows Azure Storage provides secure, scalable, and accessible storage services that are available anytime and anywhere on demand. Windows Azure Storage also offers several storage types to support different kinds of storage needs, from structured to unstructured data. With the “cloud”, we no longer need to buy and maintain physical servers. The service is outsourced to companies like Microsoft, where the physical infrastructure is already in place. Using cloud-based storage, IT professionals will have to spend time on manual processes to manage the resource.
Available Activities
The list of activities for this action are arranged below in alphabetical order. For more information about a specific activity, click the associated link.
Activity |
Description |
---|---|
Clears all messages from the specified queue. |
|
Copies a blob to a destination container. |
|
Creates a read-only snapshot of a blob container. |
|
Creates a new public or private container under the specified account and optionally sets user-defined metadata for the container . |
|
Creates a new queue under the given account. |
|
Creates a unique session which can be used to associate several Azure Storage activities. This allows a single task the ability to execute numerous Azure Storage operations simultaneously. |
|
Creates a new table under the given account. |
|
Deletes the specified blob from a given container. |
|
Marks the specified container for deletion. The container and any blobs contained within it are later deleted during garbage collection. |
|
Deletes a range of entities in a table. |
|
Deletes a specific entity from a table. |
|
Deletes a specific message from the queue based on the message ID and post receipt value. |
|
Deletes a queue and all the messages contained in it. |
|
Deletes the specified table and any data it contains. |
|
Downloads a blob's contents to a file or existing variable. |
|
Download one or more entities to a comma-separated values (.csv) file or comma-delimited text (.txt) file. |
|
Ends a session started by the Create session activity. |
|
Retrieves all queue messages and populates a dataset with results. |
|
Gets the permissions currently set for the container. This includes public access permissions and any shared access policies it may have. |
|
Gets a single message from the queue and optionally specifies how long it should be reserved before it becomes visible. Can also be used to delete a message after retrieval, eliminating the need to execute a Delete message step. |
|
Creates a URL for public access and populates a variable with the resulting URI. |
|
Inserts one or more new entities into a table. |
|
Enumerates the list of blobs under the specified container. |
|
Retrieves all storage account containers or specific containers whose names begin with the prefix indicated and populates a dataset with relevant data, such as container name, URI, last modified date and metadata. |
|
Lists all entities in a table account and populates a dataset with the results. |
|
Lists all of the queues in a given storage account or a collection of queues with names that begin with the specified prefix and populates a dataset with results. |
|
Returns an enumerable collection of all table names or a collection of table names that begin with the specified prefix for the storage account and populates a dataset with the results. |
|
Retrieves a message from the front of the queue, without changing the message visibility. |
|
Adds a new message to the back of the message queue. A timeout can also be specified to make the message invisible until the visibility timeout expires. |
|
Renames and/or moves a blob to a new container by copying the original blob and its contents to the specified container and new blob name, and deletes the original blob. |
|
Sets system properties and user-defined metadata on the specified blob container. |
|
Sets user-defined metadata on the specified queue or clears a queue of existing metadata. |
|
Updates public access permissions, shared access policies and one or more user-defined name-value pairs for the specified container. |
|
Updates an existing entity in a table. This activity replaces the entire entity and can be used to remove properties. |
|
Uploads a file or specified text to a blob container. |
|
Uploads a .CSV (Comma-Separated Values) file to the specified table storage. |