Skip to content

Commit d6fae4c

Browse files
authored
Apply suggestions from code review
1 parent 77c9113 commit d6fae4c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/virtual-machines/workloads/sap/automation-configure-devops.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ Save the variables.
231231
>
232232
> You can use the clone functionality to create the next environment variable group.
233233
234-
## Create an service connection
234+
## Create a service connection
235235

236236
To remove the Azure resources, you need an Azure Resource Manager service connection. For more information, see [Manage service connections](/azure/devops/pipelines/library/service-endpoints?view=azure-devops&preserve-view=true)
237237

@@ -314,7 +314,7 @@ cd sap-automation/deploy/scripts
314314
./configure_deployer.sh
315315
```
316316

317-
Reboot the deployer and reconnect and run the following script to setup the Azure DevOps agent.
317+
Reboot the deployer and reconnect and run the following script to set up the Azure DevOps agent.
318318

319319
```bash
320320
cd ~/Azure_SAP_Automated_Deployment/

articles/virtual-machines/workloads/sap/automation-naming-module.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.service: virtual-machines-sap
1313

1414
The [SAP deployment automation framework on Azure](automation-deployment-framework.md) uses a standard naming convention for Azure [resource naming](automation-naming.md).
1515

16-
The Terraform module `sap_namegenerator` defines the names of all resources that the automation framework deploys. The module is located at `/deploy/terraform/terraform-units/modules/sap_namegenerator/` in the repository. The framework also supports providing you own names for some of the resources using the [parameter files](automation-configure-system.md).
16+
The Terraform module `sap_namegenerator` defines the names of all resources that the automation framework deploys. The module is located at `/deploy/terraform/terraform-units/modules/sap_namegenerator/` in the repository. The framework also supports providing your own names for some of the resources using the [parameter files](automation-configure-system.md).
1717

1818
The naming of the resources uses the following format:
1919

0 commit comments

Comments
 (0)