Skip to content

Commit 7a0cf82

Browse files
Merge pull request #257004 from sagarkeswani/patch-52
Update quickstart-register-system-powershell.md
2 parents b368531 + f24e424 commit 7a0cf82

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

articles/sap/center-sap-solutions/quickstart-register-system-powershell.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,12 @@ To register an existing SAP system in Azure Center for SAP solutions:
7272
| ------------------------| --------------------------------------------------- |
7373
| East US | East US |
7474
| East US 2 | East US 2|
75-
| South Central US | East US 2 |
76-
| Central US | East US 2|
77-
| West US 2 | West US 3 |
75+
| North Central US | South Central US |
76+
| South Central US | South Central US |
77+
| West Central US | South Central US |
78+
| Central US | South Central US |
79+
| West US | West US 3 |
80+
| West US 2 | West US 2 |
7881
| West US 3 | West US 3 |
7982
| West Europe | West Europe |
8083
| North Europe | North Europe |
@@ -83,13 +86,18 @@ To register an existing SAP system in Azure Center for SAP solutions:
8386
| East Asia | East Asia |
8487
| Southeast Asia | East Asia |
8588
| Central India | Central India |
89+
| Canada Central | Canada Central |
90+
| Brazil South | Brazil South |
91+
| UK South | UK South |
92+
| Germany West Central | Germany West Central |
93+
| Sweden Central | Sweden Central |
8694
8795
- **Environment** is used to specify the type of SAP environment you are registering. Valid values are *NonProd* and *Prod*.
8896
- **SapProduct** is used to specify the type of SAP product you are registering. Valid values are *S4HANA*, *ECC*, *Other*.
8997
- **ManagedResourceGroupName** is used to specify the name of the managed resource group which is deployed by ACSS service in your Subscription. This RG is unique for each SAP system (SID) you register. If you do not specify the name, ACSS service sets a name with this naming convention 'mrg-{SID}-{random string}'.
9098
- **ManagedRgStorageAccountName** is used to specify the name of the Storage Account which is deployed into the managed resource group. This storage account is unique for each SAP system (SID) you register. ACSS service sets a default name using '{SID}{random string}' naming convention.
9199
92-
2. Once you trigger the registration process, you can view its status by getting the status of the Virtual Instance for SAP solutions resource that gets deployed as part of the registration process.
100+
3. Once you trigger the registration process, you can view its status by getting the status of the Virtual Instance for SAP solutions resource that gets deployed as part of the registration process.
93101
94102
```powershell
95103
Get-AzWorkloadsSapVirtualInstance -ResourceGroupName TestRG -Name L46

0 commit comments

Comments
 (0)