Skip to content

Commit ea42ad8

Browse files
committed
Fix blocking issue
1 parent fd7a363 commit ea42ad8

1 file changed

Lines changed: 12 additions & 6 deletions

File tree

articles/sap/automation/tutorial.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -613,20 +613,26 @@ az webapp restart --resource-group ${env_code}-${region_code}-${vnet_code}-INFRA
613613
1. Collect the following information in a text editor. This information was collected at the end of the "Deploy the control plane" phase.
614614

615615
1. The name of the Terraform state file storage account in the library resource group:
616-
- Following from the preceding example, the resource group is `LAB-SECE-SAP_LIBRARY`.
617-
- The name of the storage account contains `labsecetfstate`.
616+
617+
1. Following from the preceding example, the resource group is `LAB-SECE-SAP_LIBRARY`.
618+
619+
1. The name of the storage account contains `labsecetfstate`.
618620

619621
1. The name of the key vault in the deployer resource group:
620-
- Following from the preceding example, the resource group is `LAB-SECE-DEP05-INFRASTRUCTURE`.
621-
- The name of the key vault contains `LABSECEDEP05user`.
622+
623+
1. Following from the preceding example, the resource group is `LAB-SECE-DEP05-INFRASTRUCTURE`.
624+
625+
1. The name of the key vault contains `LABSECEDEP05user`.
622626

623627
1. The public IP address of the deployer VM. Go to your deployer's resource group, open the deployer VM, and copy the public IP address.
624628

625629
1. You need to collect the following piece of information:
626630

627631
1. The name of the deployer state file is found under the library resource group:
628-
- Select **Library resource group** > **State storage account** > **Containers** > `tfstate`. Copy the name of the deployer state file.
629-
- Following from the preceding example, the name of the blob is `LAB-SECE-DEP05-INFRASTRUCTURE.terraform.tfstate`.
632+
633+
1. Select **Library resource group** > **State storage account** > **Containers** > `tfstate`. Copy the name of the deployer state file.
634+
635+
1. Following from the preceding example, the name of the blob is `LAB-SECE-DEP05-INFRASTRUCTURE.terraform.tfstate`.
630636

631637
1. If necessary, register the service principal. For this example, this step isn't needed.
632638

0 commit comments

Comments
 (0)