RunCommand extension runs scripts on VMs send by the RunCommand operation to a Linux VM.
Перейти к файлу
birukyitbarek db2b47469b
Merge pull request #18 from Azure/dev/biruky/upversion_RCv1
Upversion RCv1 for signature publishing
2024-08-19 14:34:45 -07:00
integration-test Track RunCommand process (#10) 2021-11-03 21:37:31 -07:00
main Track RunCommand process (#10) 2021-11-03 21:37:31 -07:00
misc Upversion RCv1 for signature publishing 2024-08-19 14:00:21 -07:00
pkg Update the github branch path 2018-01-03 16:36:31 -08:00
vendor arm64 supports and dependency updates (#8) 2021-09-20 17:30:44 -07:00
.dockerignore Containerized integration test environment 2016-07-25 14:26:52 -07:00
.gitignore Rename Custom Script extension to Run Command extension 2017-11-17 12:14:10 -08:00
.travis.yml Update build dependencies 2019-04-23 16:51:56 -07:00
ISSUE_TEMPLATE Rename Custom Script extension to Run Command extension 2017-11-17 12:14:10 -08:00
LICENSE Fix Company name in LICENSE 2016-07-27 15:29:14 -07:00
Makefile arm64 supports and dependency updates (#8) 2021-09-20 17:30:44 -07:00
README.md Update the github branch path 2018-01-03 16:36:31 -08:00
SECURITY.md Microsoft mandatory file 2023-01-24 16:42:32 +00:00
go.mod Updates go version 2024-06-07 14:53:07 -07:00
go.sum arm64 supports and dependency updates (#8) 2021-09-20 17:30:44 -07:00
test.Dockerfile Rename Custom Script extension to Run Command extension 2017-11-17 12:14:10 -08:00

README.md

Azure RunCommand Extension for Linux (1.0.0)

Build Status

This documentation is current for version 1.0.0 and above.

RunCommand extension runs scripts on VMs send by the RunCommand operation 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. The extension is intended to be used internally and should not be directly deployed by the clients.


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.