From d70d9f2ac2e08cb4fdb9a50fad396e815c0ded6e Mon Sep 17 00:00:00 2001 From: Mikhail Timofeev <48208649+miketimofeev@users.noreply.github.com> Date: Tue, 11 May 2021 19:07:51 +0300 Subject: [PATCH] Add a warning note about post-deployment scripts (#3364) --- docs/create-image-and-azure-resources.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/create-image-and-azure-resources.md b/docs/create-image-and-azure-resources.md index 342670d9c..36feb2a47 100644 --- a/docs/create-image-and-azure-resources.md +++ b/docs/create-image-and-azure-resources.md @@ -124,6 +124,9 @@ Generated tool versions and details can be found in related projects: - [Node](https://github.com/actions/node-versions) ### Post-generation scripts + +> :warning: These scripts are intended to run on a VM deployed in Azure + The user, created during the image generation, does not exist in the result VHD hence some configuration files related to the user's home directory need to be changed as well as the file permissions for some directories. Scripts for that are located in the `post-generation` folder in the repository: - Windows: https://github.com/actions/virtual-environments/tree/main/images/win/post-generation - Linux: https://github.com/actions/virtual-environments/tree/main/images/linux/post-generation