add support for log analytics in the ACI SDK

This commit is contained in:
Rohan Chakravarthy
2018-07-24 17:35:04 -07:00
parent 9b06d18023
commit e41a352d63
3 changed files with 128 additions and 0 deletions

View File

@@ -15,6 +15,14 @@ cat <<EOF > ${outputPathCredsfile}
}
EOF
# This will build the log analytics credentials during CI
cat <<EOF > ${outputPathLogAnalyticsFile}
{
"workspaceID": "$omsworkspaceID",
"workspaceKey": "$omsworkspaceKey"
}
EOF
# This will build the kubeConfig during the CI
cat <<EOF > ${outputPathKubeConfigFile}
---