Skip to content

Commit dae873e

Browse files
authored
Merge pull request #125733 from ankitaja19/patch-1
Update register-existing-system.md
2 parents 4c885a2 + 0139612 commit dae873e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

articles/sap/center-sap-solutions/register-existing-system.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,10 @@ When you register a system with Azure Center for SAP solutions, the following re
4141
- Allow outbound internet connectivity for the VMs.
4242
- Use a [**Service tags**](../../virtual-network/service-tags-overview.md) to allow connectivity
4343
- Use a [Service tags with regional scope](../../virtual-network/service-tags-overview.md) to allow connectivity to resources in the same region as the VMs.
44-
- Allowlist the region-specific IP addresses for Azure Storage, Azure Resource Manager, and Microsoft Entra ID.
44+
- Allowlist the region-specific IP addresses for Azure Storage, ARM and Microsoft Entra ID.
45+
- For Windows system, ACSS requires outbound connectivity to www.microsoft.com
46+
- ACSS runs PowerShell scripts through a VM extension to provide various capabilities. PS scripts are signed by Microsoft. On Windows OS, the script signature is validated and for the validation to be successful the URL must be allow-listed. Otherwise, functionalities in ACSS will not work as expected.
47+
- If you use a firewall, you can add an outbound rule to an endpoint wwww.microsoft.com port 80
4548
- ACSS deploys a **managed storage account** into your subscription, for each SAP system being registered. You have the option to choose [**network access**](#managed-storage-account-network-access-settings) setting for the storage account.
4649
- If you choose network access from specific Virtual Networks option, then you need to make sure **Microsoft.Storage** service endpoint is enabled on all subnets in which the SAP system Virtual Machines exist. This service endpoint is used to enable access from the SAP virtual machine to the managed storage account, to access the scripts that ACSS runs on the VM extension.
4750
- If you choose public network access option, then you need to grant access to Azure Storage accounts from the virtual network where the SAP system exists.

0 commit comments

Comments
 (0)