Skip to content

Commit aafb994

Browse files
authored
Merge pull request #100905 from MicahMcKittrick-MSFT/patch-306
MicrosoftDocs/azure-docs#45167
2 parents d3b8316 + 08cc1bc commit aafb994

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/virtual-machines/extensions/custom-script-linux.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Run custom scripts on Linux VMs in Azure
33
description: Automate Linux VM configuration tasks by using the Custom Script Extension v2
44
services: virtual-machines-linux
55
documentationcenter: ''
6-
author: axayjo
6+
author: MicahMcKittrick-MSFT
77
manager: gwallace
88
editor: ''
99
tags: azure-resource-manager
@@ -14,7 +14,7 @@ ms.topic: article
1414
ms.tgt_pltfrm: vm-linux
1515
ms.workload: infrastructure-services
1616
ms.date: 04/25/2018
17-
ms.author: akjosh
17+
ms.author: mimckitt
1818

1919
---
2020
# Use the Azure Custom Script Extension Version 2 with Linux virtual machines
@@ -57,7 +57,7 @@ If your script is on a local server, then you may still need additional firewall
5757
* When the script is running, you will only see a 'transitioning' extension status from the Azure portal or CLI. If you want more frequent status updates of a running script, you will need to create your own solution.
5858
* Custom Script extension does not natively support proxy servers, however you can use a file transfer tool that supports proxy servers within your script, such as *Curl*.
5959
* Be aware of non default directory locations that your scripts or commands may rely on, have logic to handle this.
60-
60+
* When deploying custom script to production VMSS instances it is suggested to deploy via json template and store your script storage account where you have control over the SAS token.
6161

6262

6363
## Extension schema

0 commit comments

Comments
 (0)