Skip to content

Commit 686c1f9

Browse files
authored
Merge pull request #190978 from KimForss/main
Configure deployer
2 parents b3c61a7 + 374d029 commit 686c1f9

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

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

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,9 +115,9 @@ New-SAPAutomationRegion -DeployerParameterfile .\DEPLOYER\MGMT-WEEU-DEP00-INFRAS
115115
> Be sure to replace the sample value `<subscriptionID>` with your subscription ID.
116116
> Replace the `<appID>`, `<password>`, `<tenant>` values with the output values of the SPN creation
117117
118-
### Configure the deployer (deployments without public IP)
118+
### Manually configure the deployer (deployments without public IP)
119119

120-
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.
120+
If you deploy the deployer without a public IP Terraform isn't able to configure the deployer Virtual Machine as it will not be able to connect to it.
121121

122122
Connect to the deployer by following these steps:
123123

@@ -144,8 +144,23 @@ Connect to the deployer by following these steps:
144144
> [!NOTE]
145145
>The default username is *azureadm*
146146
147+
Configure the deployer using the following script:
147148

148149

150+
```cloudshell-interactive
151+
mkdir -p ~/Azure_SAP_Automated_Deployment
152+
153+
cd ~/Azure_SAP_Automated_Deployment
154+
155+
git clone https://github.com/Azure/sap-automation.git
156+
157+
cd sap-automation/deploy/scripts
158+
159+
./configure_deployer.sh
160+
```
161+
162+
The script will install Terraform and Ansible and configure the deployer.
163+
149164
## Next step
150165

151166
> [!div class="nextstepaction"]

0 commit comments

Comments
 (0)