-
Notifications
You must be signed in to change notification settings - Fork 54
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
Windows runner for Azure keyvault #101
Comments
This issue is stale because it has been open for 7 days with no activity. |
This issue is idle because it has been open for 14 days with no activity. |
This issue is stale because it has been open for 7 days with no activity. |
This issue is idle because it has been open for 14 days with no activity. |
Any news? |
Hi @MacKey-255, Azure/cli is designed to use docker in the action for running Azure CLI scripts. The docker image built by azure-cli provides a standalone Linux container. But Linux containers cannot run directly on Windows. Implementing support for Windows runners would require significant effort and need collaboration with azure-cli. Thanks for your patience and hope for your understanding in this. |
Azure cli should be the replacement for: https://github.com/Azure/get-keyvault-secrets
for retrieving secrets from Azure key vault. But the old
get-keyvault-secrets
worked also on windows runner but Azure cli does not because of the check:https://github.com/Azure/cli/blob/master/src/main.ts#L19
get-keyvault-secrets
is going to be deprecated, so how to makeAzure/cli
work for windows runners ?The text was updated successfully, but these errors were encountered: