Skip to content

Commit ee1e969

Browse files
authored
Merge pull request #76384 from pkshultz/master
Update batch-user-accounts.md
2 parents 06af8a9 + 8607286 commit ee1e969

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

articles/batch/batch-user-accounts.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,15 @@ ms.custom: seodec18
1919

2020
---
2121

22+
> [!NOTE]
23+
> The user accounts discussed in this article are different from users accounts used for Remote Desktop Protocol (RDP) or Secure Shell (SSH), for security reasons.
24+
>
25+
> To connect to a node running the Linux virtual machine configuration via SSH, see [Use Remote Desktop to a Linux VM in Azure](../virtual-machines/virtual-machines-linux-use-remote-desktop.md). To connect to nodes running Windows via RDP, see [Connect to a Windows Server VM](../virtual-machines/windows/connect-logon.md).<br /><br />
26+
> To connect to a node running the cloud service configuration via RDP, see [Enable Remote Desktop Connection for a Role in Azure Cloud Services](../cloud-services/cloud-services-role-enable-remote-desktop-new-portal.md).
27+
>
28+
>
29+
30+
2231
# Run tasks under user accounts in Batch
2332

2433
A task in Azure Batch always runs under a user account. By default, tasks run under standard user accounts, without administrator permissions. These default user account settings are typically sufficient. For certain scenarios, however, it's useful to be able to configure the user account under which you want a task to run. This article discusses the types of user accounts and how you can configure them for your scenario.
@@ -36,14 +45,6 @@ Azure Batch provides two types of user accounts for running tasks:
3645
>
3746
>
3847
39-
> [!NOTE]
40-
> The user accounts discussed in this article do not support Remote Desktop Protocol (RDP) or Secure Shell (SSH), for security reasons.
41-
>
42-
> To connect to a node running the Linux virtual machine configuration via SSH, see [Use Remote Desktop to a Linux VM in Azure](../virtual-machines/virtual-machines-linux-use-remote-desktop.md). To connect to nodes running Windows via RDP, see [Connect to a Windows Server VM](../virtual-machines/windows/connect-logon.md).<br /><br />
43-
> To connect to a node running the cloud service configuration via RDP, see [Enable Remote Desktop Connection for a Role in Azure Cloud Services](../cloud-services/cloud-services-role-enable-remote-desktop-new-portal.md).
44-
>
45-
>
46-
4748
## User account access to files and directories
4849

4950
Both an auto-user account and a named user account have read/write access to the task’s working directory, shared directory, and multi-instance tasks directory. Both types of accounts have read access to the startup and job preparation directories.

0 commit comments

Comments
 (0)