Using PowerShell in SAP on Azure Deployment Automation Framework
You can deploy all SAP on Azure Deployment Automation Framework components using Microsoft PowerShell.
Control Plane operations
You can deploy or update the control plane using the New-SAPAutomationRegion PowerShell command.
Remove the control plane using the Remove-SAPAutomationRegion
PowerShell command.
You can bootstrap the deployer in the control plane using the New-SAPDeployer PowerShell command.
You can bootstrap the SAP Library in the control plane using the New-SAPLibrary PowerShell command.
Workload Zone operations
Deploy or update the workload zone using the New-SAPWorkloadZone
PowerShell command.
Remove the workload zone using the Remove-SAPSystem
PowerShell command.
SAP System operations
Deploy or update the SAP system using the New-SAPSystem
PowerShell command.
Remove the SAP system using the Remove-SAPSystem
PowerShell command.
Other operations
Set the deployment credentials using the
Set-SAPSecrets
PowerShell command.
Update the Terraform state file using the
Update-TFState
PowerShell command.
Next steps
Feedback
Submit and view feedback for