RunCommand extension handler runs scripts within VMs sent by PUT RunCommand resource to a Linux VM.
Перейти к файлу
Viv Lingaiah 1a9d66b349 Support nested directories for output and error blobs 2022-10-29 20:52:56 -07:00
integration-test Initial implementation 2021-11-13 00:51:56 -08:00
main Support nested directories for output and error blobs 2022-10-29 20:52:56 -07:00
misc Increment RunCommand v2 Linux version to 1.3.2 for GA (#6) 2022-10-28 15:05:22 -07:00
pkg Support nested directories for output and error blobs 2022-10-29 20:52:56 -07:00
vendor Initial implementation 2021-11-13 00:51:56 -08:00
.dockerignore Initial implementation 2021-11-13 00:51:56 -08:00
.gitignore Initial implementation 2021-11-13 00:51:56 -08:00
.travis.yml Initial implementation 2021-11-13 00:51:56 -08:00
CODE_OF_CONDUCT.md CODE_OF_CONDUCT.md committed 2021-11-12 22:37:03 -08:00
ISSUE_TEMPLATE Initial implementation 2021-11-13 00:51:56 -08:00
LICENSE LICENSE updated to template 2021-11-12 22:37:03 -08:00
Makefile Initial implementation 2021-11-13 00:51:56 -08:00
README.md Initial implementation 2021-11-13 00:51:56 -08:00
SECURITY.md SECURITY.md committed 2021-11-12 22:37:04 -08:00
SUPPORT.md SUPPORT.md committed 2021-11-12 22:37:05 -08:00
go.mod Initial implementation 2021-11-13 00:51:56 -08:00
go.sum Initial implementation 2021-11-13 00:51:56 -08:00
test.Dockerfile Initial implementation 2021-11-13 00:51:56 -08:00

README.md

Azure RunCommand Extension Handler for Linux (1.3.0)

RunCommand extension handler runs scripts on VMs send by deploying a RunCommand resource to a Linux VM. These scripts can be used to bootstrap/install software, run administrative tasks, or run automation tasks. RunCommand can run an inline script you specify or download a script file from the Internet or Azure Storage.

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.

When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

Trademarks

This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft trademarks or logos is subject to and must follow Microsoft's Trademark & Brand Guidelines. Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship. Any use of third-party trademarks or logos are subject to those third-party's policies.