Last active
February 7, 2022 14:20
-
-
Save nicosingh/6b1b062020e583d1309b6bcd51745526 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# . . . 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 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
Hi,
Is there any machine options that i can enable encryption for an azure vm