Skip to content

Commit 374d029

Browse files
committed
indentation
1 parent 0cc1944 commit 374d029

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ New-SAPAutomationRegion -DeployerParameterfile .\DEPLOYER\MGMT-WEEU-DEP00-INFRAS
117117
118118
### 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

@@ -147,17 +147,17 @@ Connect to the deployer by following these steps:
147147
Configure the deployer using the following script:
148148

149149

150-
```cloudshell-interactive
151-
mkdir -p ~/Azure_SAP_Automated_Deployment
150+
```cloudshell-interactive
151+
mkdir -p ~/Azure_SAP_Automated_Deployment
152152
153-
cd ~/Azure_SAP_Automated_Deployment
153+
cd ~/Azure_SAP_Automated_Deployment
154154
155-
git clone https://github.com/Azure/sap-automation.git
155+
git clone https://github.com/Azure/sap-automation.git
156156
157-
cd sap-automation/deploy/scripts
157+
cd sap-automation/deploy/scripts
158158
159-
./configure_deployer.sh
160-
```
159+
./configure_deployer.sh
160+
```
161161

162162
The script will install Terraform and Ansible and configure the deployer.
163163

0 commit comments

Comments
 (0)