Installing Anypoint Azure Storage Connector

The following instructions were written for Anypoint Studio on Windows OS. Instructions may vary for other operating systems.

1. Launch Anypoint Studio and click on Help -> Install New Software.
i1

2. Select Anypoint Connectors Update Site - http://repository.mulesoft.org/connectors/releases/3.5.0 from the drop-down menu next to the Work with field. If you don't see the update site, click Add to add it manually.
i2

3. Expand Select and select Azure Storage Connector. Press Next > to review the items to be installed.
i3

4. Press Next > again to review and accept the license. Press Finish to install the connector.
i4 i5

5. Press OK to accept the prompted security dialog box and allow Anypoint Studio to restart.
i6

Example Use Case - Create Project using Azure Storage Connector over HTTP The following example requires basic familiarity with Azure Storage, Anypoint Studio and Mule ESB.

Step 1

Create a new Mule Project with Mule Server 3.8.0 EE as runtime:

i7

Step 2

Locate the Azure Storage Connector on the right hand-side palette:

i8

Step 3

Drag the HTTP connector and Azure Storage Connector over to the canvas:

i9

Configure Azure Storage Connector by entering account name and Key

i10

Enter Container Name, Blob Path, File Name.

i11

Run the Mule Application and browse the URL to Upload the Blob.

i12
End