From cd41c87ae4ab723454ee84faafbfe88e601d398a Mon Sep 17 00:00:00 2001 From: Sven Aelterman <17446043+SvenAelterman@users.noreply.github.com> Date: Wed, 2 Aug 2023 06:16:04 -0500 Subject: [PATCH] Update Automation link to Learn --- docs/tre-admins/start-stop.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tre-admins/start-stop.md b/docs/tre-admins/start-stop.md index 36f41643a5..f52a528b6e 100644 --- a/docs/tre-admins/start-stop.md +++ b/docs/tre-admins/start-stop.md @@ -30,7 +30,7 @@ We have this procedure setup in our development subscriptions where each night w ### Requirements -We use [Azure Automation](https://docs.microsoft.com/en-us/azure/automation/overview) to run this procedure. +We use [Azure Automation](https://learn.microsoft.com/azure/automation/overview) to run this procedure. Be sure to create a runbook with PowerShell 7.1 or PowerShell 7.2 enabled and an identity with contributor permissions on the subscription. Note that the script below uses a system managed identity and if you use something different then you might need to update the authentication part.