cbaWorkflow : Azure storage C++ SDK installation

Install prerequisite packages

yum install epel-release centos-release-scl
yum install git cmake3 make openssl-devel libxml2-devel libuuid-devel

Install Linux developer tools

yum install epel-release centos-release-scl
yum install devtoolset-7
scl enable devtoolset-7 bash

install the package manager

login as user dataexplorer1;

cd $HOME

enable version 7: scl enable devtoolset-7 bash

Clone the vcpkg repo: git clone https://github.com/Microsoft/vcpkg
bootstrap: cd vcpkg
./bootstrap-vcpkg.sh
userwise integration: 
./vcpkg integrate install
Applied user-wide integration for this vcpkg root.

CMake projects should use: "-DCMAKE_TOOLCHAIN_FILE=/home/dataexplorer1/vcpkg/scripts/buildsystems/vcpkg.cmake"

install the azure storage sdk and its dependencies

boost and casablanca(cprest sdk) are installed using this command:

./vcpkg install azure-storage-cpp