Skip to content

Instantly share code, notes, and snippets.

@nicosingh
Last active February 7, 2022 14:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nicosingh/6b1b062020e583d1309b6bcd51745526 to your computer and use it in GitHub Desktop.
Save nicosingh/6b1b062020e583d1309b6bcd51745526 to your computer and use it in GitHub Desktop.
# . . . remaining part of /etc/gitlab-runner/config.toml
[runners.machine]
MachineDriver = "azure"
MachineName = "gitlab-docker-machine-%s"
MachineOptions = [
"azure-subscription-id=xxx",
"azure-client-id=xxx",
"azure-client-secret=xxx",
"azure-resource-group=gitlab-ci",
"azure-location=eastus",
"azure-size=Standard_B2ms",
"azure-storage-type=Standard_LRS",
]
@dhaneshande
Copy link

Hi,

Is there any machine options that i can enable encryption for an azure vm

@nicosingh
Copy link
Author

@dhaneshande hmmm not sure. Is there any way to set up encryption while setting azure-storage-type option?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment