Skip to content

Commit 8b71f6d

Browse files
author
Kimmo Forss
committed
Add pre-flight checks script for SAP automation deployment
1 parent 6cd1bdd commit 8b71f6d

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

articles/sap/automation/get-started.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,25 @@ The SAP automation deployment framework can also use a user assigned identity (M
138138
> [!IMPORTANT]
139139
> If you don't assign the User Access Administrator role to the managed identity, you can't assign permissions using the automation framework.
140140
141+
142+
## Pre-flight checks
143+
144+
You can use the following script to perform pre-flight checks. The script checks for the required permissions.
145+
146+
```powershell
147+
148+
git clone https://github.com/Azure/sap-automation.git
149+
150+
cd sap-automation
151+
cd deploy
152+
cd scripts
153+
154+
.\Test-SDAFReadiness.ps1
155+
156+
```
157+
158+
159+
141160
## Use SAP Deployment Automation Framework from Azure DevOps Services
142161

143162
Using Azure DevOps streamlines the deployment process. Azure DevOps provides pipelines that you can run to perform the infrastructure deployment and the configuration and SAP installation activities.

0 commit comments

Comments
 (0)