USER MANUALS

Azure Blob Storage

Warning

The legacy Windows Azure Storage Blob driver (WASB) has been deprecated. Azure Data Lake Storage Gen2 (ABFS) has numerous benefits over WASB that recommend migration.

Before deploying the Denodo Embedded MPP on Azure Kubernetes Service check Denodo Embedded MPP Azure Checklist to make sure you have everything you need.

Provide the Azure credentials to the cluster.sh deploy command:

cluster.sh deploy --wasb-storage-account xxx --wasb-storage-key yyy --credstore-password zzz
  • --wasb-storage-account: the name of the Storage Account

  • --wasb-storage-key: the access key that protects access to your Storage Account. If this access key is not specified in the command line, cluster.sh deploy will prompt for it, keeping access keys out of the bash history

Add feedback