File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -89,9 +89,9 @@ The SAP automation deployment framework can also use a user assigned identity (M
89
89
> [!IMPORTANT]
90
90
> If you don't assign the User Access Administrator role to the managed identity, you can't assign permissions using the automation framework.
91
91
92
- ### Create an Application registration for the Web Application
92
+ ### Create an application registration for the web application
93
93
94
- The SAP automation deployment framework can leverage an Azure App Service for configuring the tfvars parameter files..
94
+ The SAP automation deployment framework can leverage an Azure App Service for configuring the tfvars parameter files.
95
95
96
96
1. Create the application registration.
97
97
@@ -188,10 +188,10 @@ You can use the following script to perform pre-flight checks. The script perfor
188
188
189
189
- Checks if the service principal has the correct permissions to create resources in the subscription.
190
190
- Checks if the service principal has user Access Administrator permissions.
191
- - Create a Azure Virtual Network.
192
- - Create a Azure Virtual Key Vault with private end point.
193
- - Create a Azure Files NSF share.
194
- - Create a Azure Virtual Virtual Machine with data disk using Premium Storage v2.
191
+ - Create an Azure Virtual Network.
192
+ - Create an Azure Virtual Key Vault with private end point.
193
+ - Create an Azure Files NSF share.
194
+ - Create an Azure Virtual Machine with data disk using Premium Storage v2.
195
195
- Check access to the required URLs using the deployed virtual machine.
196
196
197
197
```powershell
You can’t perform that action at this time.
0 commit comments