From 0bbd44a12b394d7a3fd0329823b3872d46f2748c Mon Sep 17 00:00:00 2001 From: Rozms <823662615@qq.com> Date: Thu, 18 Dec 2025 11:21:24 +0800 Subject: [PATCH] Update tempdb-ephemeral-storage.md Task schedule cannot not run to create the folder in azure vm temporary disk because of security reason. --- azure-sql/virtual-machines/windows/tempdb-ephemeral-storage.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/azure-sql/virtual-machines/windows/tempdb-ephemeral-storage.md b/azure-sql/virtual-machines/windows/tempdb-ephemeral-storage.md index 7ba22c4a2b1..1a208dd284e 100644 --- a/azure-sql/virtual-machines/windows/tempdb-ephemeral-storage.md +++ b/azure-sql/virtual-machines/windows/tempdb-ephemeral-storage.md @@ -165,6 +165,9 @@ Create a scheduled task to run the PowerShell script at startup. To do this, fol 1. Review the summary on the **Finish** tab and select **Finish** to create the task: :::image type="content" source="media/tempdb-ephemeral-storage/create-sql-start-task.png" alt-text="Screenshot of the Task Scheduler, Create a Basic Task window, showing where to enter the script path."::: +---- Whenever you finish the creation of the task, be sure to manaully start to test run. If you are using normal user to create the task schedule, be sure to configure Security options as below. +image + ### Test the script