You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/backup/backup-azure-sap-hana-database.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ More details around using these options are shared below:
43
43
Private endpoints allow you to connect securely from servers inside a virtual network to your Recovery Services vault. The private endpoint uses an IP from the VNET address space for your vault. The network traffic between your resources inside the virtual network and the vault travels over your virtual network and a private link on the Microsoft backbone network. This eliminates exposure from the public internet. Read more on private endpoints for Azure Backup [here](./private-endpoints.md).
44
44
45
45
> [!NOTE]
46
-
> Private endpoints are supported for Azure Backup and Azure storage. Azure AD has support private end-points in private preview. Until they are generally available, Azure backup supports setting up proxy for AAD so that no outbound connectivity is required for HANA VMs. For more information, see the [proxy support section](#use-an-http-proxy-server-to-route-traffic).
46
+
> Private endpoints are supported for Azure Backup and Azure storage. Azure AD has support private end-points in private preview. Until they are generally available, Azure backup supports setting up proxy for Azure AD so that no outbound connectivity is required for HANA VMs. For more information, see the [proxy support section](#use-an-http-proxy-server-to-route-traffic).
47
47
48
48
#### NSG tags
49
49
@@ -82,7 +82,7 @@ You can also use the following FQDNs to allow access to the required services fr
82
82
> [!NOTE]
83
83
> Currently, we only support HTTP Proxy for Azure Active Directory (Azure AD) traffic for SAP HANA. If you need to remove outbound connectivity requirements (for Azure Backup and Azure Storage traffic) for database backups via Azure Backup in HANA VMs, use other options, such as private endpoints.
84
84
85
-
##### Using an HTTP proxy server for AAD traffic
85
+
##### Using an HTTP proxy server for Azure AD traffic
86
86
87
87
1. Go to the "opt/msawb/bin" folder
88
88
2. Create a new JSON file named "ExtensionSettingsOverrides.json"
@@ -104,7 +104,7 @@ You can also use the following FQDNs to allow access to the required services fr
104
104
chown root:msawb ExtensionSettingsOverrides.json
105
105
```
106
106
107
-
5. No restart of any service is required. The Azure Backup service will attempt to route the AAD traffic via the proxy server mentioned in the JSON file.
107
+
5. No restart of any service is required. The Azure Backup service will attempt to route the Azure AD traffic via the proxy server mentioned in the JSON file.
108
108
109
109
[!INCLUDE [How to create a Recovery Services vault](../../includes/backup-create-rs-vault.md)]
110
110
@@ -116,11 +116,11 @@ At the Recovery Services vault, you can enable Cross Region Restore. You must tu
116
116
117
117
## Discover the databases
118
118
119
-
1. In the Azure portal, go to **Backup center** and click **+Backup**.
119
+
1. In the Azure portal, go to **Backup center** and select **+Backup**.
120
120
121
121
:::image type="content" source="./media/backup-azure-sap-hana-database/backup-center-configure-inline.png" alt-text="Screenshot showing to start checking for SAP HANA databases." lightbox="./media/backup-azure-sap-hana-database/backup-center-configure-expanded.png":::
122
122
123
-
1. Select **SAP HANA in Azure VM** as the datasource type, select a Recovery Services vault to use for backup, and then click **Continue**.
123
+
1. Select **SAP HANA in Azure VM** as the datasource type, select a Recovery Services vault to use for backup, and then select **Continue**.
124
124
125
125
:::image type="content" source="./media/backup-azure-sap-hana-database/hana-select-vault.png" alt-text="Screenshot showing to select an SAP HANA database in Azure VM.":::
0 commit comments