Skip to content

Commit 29a7f3f

Browse files
authored
Merge pull request #190974 from KimForss/main
Connect to deployer
2 parents 37282c1 + 94451e9 commit 29a7f3f

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

articles/virtual-machines/workloads/sap/automation-deploy-control-plane.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,33 @@ New-SAPAutomationRegion -DeployerParameterfile .\DEPLOYER\MGMT-WEEU-DEP00-INFRAS
119119

120120
If you deploy the deployer without a public IP Terraform is not able to configure the deployer Virtual Machine as it will not be able to connect to it.
121121

122+
Connect to the deployer by following these steps:
123+
124+
1. Sign in to the [Azure portal](https://portal.azure.com).
125+
126+
1. Select or search for **Key vaults**.
127+
128+
1. On the **Key vault** page, find the deployer key vault. The name starts with `MGMT[REGION]DEP00user`. Filter by the **Resource group** or **Location** if necessary.
129+
130+
1. Select **Secrets** from the **Settings** section in the left pane.
131+
132+
1. Find and select the secret containing **sshkey**. It might look like this: `MGMT-[REGION]-DEP00-sshkey`
133+
134+
1. On the secret's page, select the current version. Then, copy the **Secret value**.
135+
136+
1. Open a plain text editor. Copy in the secret value.
137+
138+
1. Save the file where you keep SSH keys. For example, `C:\\Users\\<your-username>\\.ssh`.
139+
140+
1. Save the file. If you're prompted to **Save as type**, select **All files** if **SSH** isn't an option. For example, use `deployer.ssh`.
141+
142+
1. Connect to the deployer VM through any SSH client such as VSCode. Use the public IP address you noted earlier, and the SSH key you downloaded. For instructions on how to connect to the Deployer using VSCode see [Connecting to Deployer using VSCode](automation-tools-configuration.md#configuring-visual-studio-code). If you're using PuTTY, convert the SSH key file first using PuTTYGen.
143+
144+
> [!NOTE]
145+
>The default username is *azureadm*
146+
147+
148+
122149
## Next step
123150

124151
> [!div class="nextstepaction"]

0 commit comments

Comments
 (0)