Skip to content

Commit 1014204

Browse files
authored
Update quickstart-register-system-powershell.md
Added : -ManagedResourcesNetworkAccessType 'private'
1 parent 5e624f5 commit 1014204

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ To register an existing SAP system in Azure Center for SAP solutions:
6161
-Tag @{k1 = "v1"; k2 = "v2"} `
6262
-ManagedResourceGroupName "acss-L46-rg" `
6363
-ManagedRgStorageAccountName 'acssstoragel46' `
64+
-ManagedResourcesNetworkAccessType 'private' `
6465
-IdentityType 'UserAssigned' `
6566
-UserAssignedIdentity @{'/subscriptions/sub1/resourcegroups/rg1/providers/Microsoft.ManagedIdentity/userAssignedIdentities/ACSS-MSI'= @{}} `
6667
```
@@ -101,7 +102,8 @@ To register an existing SAP system in Azure Center for SAP solutions:
101102
- **Environment** is used to specify the type of SAP environment you're registering. Valid values are *NonProd* and *Prod*.
102103
- **SapProduct** is used to specify the type of SAP product you're registering. Valid values are *S4HANA*, *ECC*, *Other*.
103104
- **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 don't specify the name, ACSS service sets a name with this naming convention 'mrg-{SID}-{random string}'.
104-
- **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.
105+
- **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.
106+
- **ManagedResourcesNetworkAccessType** 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.
105107
106108
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.
107109

0 commit comments

Comments
 (0)