Skip to main content

Your submission was sent successfully! Close

Thank you for signing up for our newsletter!
In these regular emails you will find the latest updates from Canonical and upcoming events where you can meet our team.Close

Thank you for contacting us. A member of our team will be in touch shortly. Close

All commands are written for juju v.3.1.7 +

How to configure Azure storage

This guide will teach you how to deploy and configure the Azure Integrator charm for Azure, send the configurations to the Charmed OpenSearch application, and update it.


Configure Azure integrator

First, deploy and run the azure-integrator charm:

juju deploy azure-storage-integrator --channel latest/edge
juju config azure-storage-integrator storage-account=<Azure_storage_account> container=<Azure_storage_container>

Then, add the the secret key to the charm:

juju add-secret mysecret secret-key=<Azure_storage_key>
juju grant-secret mysecret azure-storage-integrator
juju config azure-storage-integrator credentials=<secret-id>

See all other configuration parameters in the Configuration section of the azure-integrator documentation.

Integrate with Charmed OpenSearch

To pass these configurations to Charmed OpenSearch, integrate the two applications:

juju integrate azure-storage-integrator opensearch

Last updated 25 days ago. Help improve this document in the forum.