-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to install it? #6
Comments
i suggest to use docker/containers to run it as this provides a proper sandbox and increases your security. as alternative the dockerfile is providing a way to build it (it provides a complete build pipeline) and you could copy the binary at the end from the container image. it is a static linked binary. |
is it possible to start the container image without using MSI?For authentication to Azure i have only option to use service principal.But using SPN leads to error: For starting the container i set the variables : then started the container with parameter "--azure-tenant=$AZURE_TENANT_ID " |
you have to set these values as environment variables eg: |
Hi,
thnx for this project.Is there any description how to install it?I just run
go get -u github.com/webdevops/azure-resourcemanager-exporte
and the exporter was downloaded and installed but i did not found any binary data for running it.The text was updated successfully, but these errors were encountered: