-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Update tempdb-ephemeral-storage.md #10252
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: live
Are you sure you want to change the base?
Conversation
Task schedule cannot not run to create the folder in azure vm temporary disk because of security reason.
|
Learn Build status updates of commit 0bbd44a: ✅ Validation status: passed
For more details, please refer to the build report. |
|
@ronking-zhu : Thanks for your contribution! The author(s) and reviewer(s) have been notified to review your proposed change. |
|
@ronking-zhu : Thanks for your contribution! The author(s) and reviewer(s) have been notified to review your proposed change. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR addresses a security-related issue where task schedules cannot run to create folders on Azure VM temporary disks. The update adds documentation guidance for properly configuring scheduled task security options.
Key Changes:
- Adds instructions to manually test the scheduled task after creation
- Includes security configuration guidance for tasks created by normal users
| 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. |
Copilot
AI
Dec 18, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Corrected spelling of 'manaully' to 'manually'.
| ---- 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. | |
| ---- Whenever you finish the creation of the task, be sure to manually start to test run. If you are using normal user to create the task schedule, be sure to configure Security options as below. |
| 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. |
Copilot
AI
Dec 18, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The line begins with four hyphens (----), which is invalid Markdown syntax. Use three hyphens (---) for a horizontal rule, or remove the hyphens if they're unintended.
| ---- 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. | |
| 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. |
| 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. |
Copilot
AI
Dec 18, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The sentence structure is unclear. Consider revising to: 'After you finish creating the task, manually start it to test. If you're creating the task schedule as a normal user, configure the Security options as shown below.'
| ---- 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. | |
| After you finish creating the task, manually start it to test. If you're creating the task schedule as a normal user, configure the **Security options** as shown below. |
|
|
||
| :::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. | ||
| <img width="1224" height="925" alt="image" src="https://github.com/user-attachments/assets/d7f6d37d-5177-4a82-a35d-de5ac76b04f5" /> |
Copilot
AI
Dec 18, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use the standard Learn Markdown image syntax with :::image::: instead of HTML tags to maintain consistency with the rest of the documentation. The alt text should also be more descriptive than 'image'. Example: ':::image type="content" source="path/to/image.png" alt-text="Screenshot of Task Scheduler security options configuration":::'
|
|
||
| :::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. | ||
| <img width="1224" height="925" alt="image" src="https://github.com/user-attachments/assets/d7f6d37d-5177-4a82-a35d-de5ac76b04f5" /> |
Copilot
AI
Dec 18, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The alt text 'image' is not descriptive enough for accessibility. Replace with descriptive text such as 'Screenshot showing Task Scheduler security options for configuring user permissions'.
| <img width="1224" height="925" alt="image" src="https://github.com/user-attachments/assets/d7f6d37d-5177-4a82-a35d-de5ac76b04f5" /> | |
| <img width="1224" height="925" alt="Screenshot of the Task Scheduler Security options dialog showing configuration for running the task with the highest privileges and a specific user account." src="https://github.com/user-attachments/assets/d7f6d37d-5177-4a82-a35d-de5ac76b04f5" /> |
|
Can you review the proposed changes? IMPORTANT: When the changes are ready for publication, adding a #label:"aq-pr-triaged" |
Task schedule cannot not run to create the folder in azure vm temporary disk because of security reason.