Skip to content

Commit 6463fe8

Browse files
authored
Update quickstart-register-system-cli.md
Added the additional CLI commands needed for the registration for CLI
1 parent 527399f commit 6463fe8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,14 @@ To register an existing SAP system in Azure Center for SAP solutions:
5858
--central-server-vm <Virtual Machine resource ID> \
5959
--identity "{type:UserAssigned,userAssignedIdentities:{<Managed Identity resource ID>:{}}}" \
6060
--managed-rg-name "acss-C36" \
61+
--managed-resources-network-access-type <private/public> \
6162
```
6263
- **g** is used to specify the name of the existing Resource Group into which you want the Virtual Instance for SAP solutions resource to be deployed. It could be the same RG in which you have Compute, Storage resources of your SAP system or a different one.
6364
- **n** parameter is used to specify the SAP System ID (SID) that you are registering with Azure Center for SAP solutions.
6465
- **environment** parameter is used to specify the type of SAP environment you are registering. Valid values are *NonProd* and *Prod*.
6566
- **sap-product** parameter is used to specify the type of SAP product you are registering. Valid values are *S4HANA*, *ECC*, *Other*.
6667
- **managed-rg-name** parameter 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}'.
68+
- **managed-resources-network-access-type** specifies the network access configuration for the resources that will be deployed in the Managed Resource Group. The options to choose from are Public and Private. If 'Private' is chosen, the Storage Account service tag should be enabled on the subnets in which the SAP VMs exist. This is required for establishing connectivity between VM extensions and the managed resource group storage account. This setting is currently applicable only to Storage Account.
6769
6870
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.
6971

0 commit comments

Comments
 (0)