From c70deb1fd7ccf843eb40a7daee708f3a3379bd1b Mon Sep 17 00:00:00 2001 From: rtb144 Date: Sat, 16 Nov 2024 16:07:41 -0600 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 233bbcd..a1e44c4 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # How to use the Azure Automation to run scripts inside a Linux Virtual Machine -The purpose of this document is to provide instructions on how to use the Azure Automation to execute scripts inside Linux Virtual Machines. In this lab scenario, the Linux VM will be runing on Azure and the connection from the Azure Automation to the VM will be done through the public IP of the VM. The script to be executed will be a simple command to stop the Nginx service. +The purpose of this document is to provide instructions on how to use the Azure Automation to execute scripts inside Linux Virtual Machines. In this lab scenario, the Linux VM will be running on Azure and the connection from the Azure Automation to the VM will be done through the public IP of the VM. The script to be executed will be a simple command to stop the Nginx service. ## Automation Account