Skip to content

Commit 888ef82

Browse files
Merge pull request #238363 from AbhishekMallick01/May-16-2023-FQDN
FQDN updates
2 parents 05a101d + 661891e commit 888ef82

File tree

4 files changed

+27
-27
lines changed

4 files changed

+27
-27
lines changed

articles/backup/backup-azure-private-endpoints-concept.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Private endpoints for Azure Backup - Overview
33
description: This article explains about the concept of private endpoints for Azure Backup that helps to perform backups while maintaining the security of your resources.
44
ms.topic: conceptual
55
ms.service: backup
6-
ms.date: 04/26/2023
6+
ms.date: 05/24/2023
77
author: jyothisuri
88
ms.author: jsuri
99
---
@@ -69,19 +69,19 @@ In all the scenarios (with or without private endpoints), both the workload exte
6969

7070
In addition to these connections, when the workload extension or MARS agent is installed for Recovery Services vault without private endpoints, connectivity to the following domains is also required:
7171

72-
| Service | Domain name |
73-
| --- | --- |
74-
| Azure Backup | `*.backup.windowsazure.com` |
75-
| Azure Storage | `*.blob.core.windows.net` <br><br> `*.queue.core.windows.net` <br><br> `*.blob.storage.azure.net` |
76-
| Azure Active Directory | Allow access to FQDNs under sections 56 and 59 according to [this article](/office365/enterprise/urls-and-ip-address-ranges#microsoft-365-common-and-office-online). |
72+
| Service | Domain name | Port |
73+
| --- | --- | --- |
74+
| Azure Backup | `*.backup.windowsazure.com` | 443 |
75+
| Azure Storage | `*.blob.core.windows.net` <br><br> `*.queue.core.windows.net` <br><br> `*.blob.storage.azure.net` | 443 |
76+
| Azure Active Directory | `*.australiacentral.r.login.microsoft.com` <br><br> Allow access to FQDNs under sections 56 and 59 according to [this article](/office365/enterprise/urls-and-ip-address-ranges#microsoft-365-common-and-office-online). | 443 <br><br> As applicable |
7777

7878
When the workload extension or MARS agent is installed for Recovery Services vault with private endpoint, the following endpoints are communicated:
7979

80-
| Service | Domain name |
81-
| --- | --- |
82-
| Azure Backup | `*.privatelink.<geo>.backup.windowsazure.com` |
83-
| Azure Storage | `*.blob.core.windows.net` <br><br> `*.queue.core.windows.net` <br><br> `*.blob.storage.azure.net` |
84-
| Azure Active Directory | Allow access to FQDNs under sections 56 and 59 according to [this article](/office365/enterprise/urls-and-ip-address-ranges#microsoft-365-common-and-office-online). |
80+
| Service | Domain name | Port |
81+
| --- | --- | --- |
82+
| Azure Backup | `*.privatelink.<geo>.backup.windowsazure.com` | 443 |
83+
| Azure Storage | `*.blob.core.windows.net` <br><br> `*.queue.core.windows.net` <br><br> `*.blob.storage.azure.net` | 443 |
84+
| Azure Active Directory | `*.australiacentral.r.login.microsoft.com` <br><br> Allow access to FQDNs under sections 56 and 59 according to [this article](/office365/enterprise/urls-and-ip-address-ranges#microsoft-365-common-and-office-online). | 443 <br><br> As applicable |
8585

8686
>[!Note]
8787
>In the above text, `<geo>` refers to the region code (for example, **eus** for East US and **ne** for North Europe). Refer to the following lists for regions codes:

articles/backup/backup-azure-sap-hana-database.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Back up an SAP HANA database to Azure with Azure Backup
33
description: In this article, learn how to back up an SAP HANA database to Azure virtual machines with the Azure Backup service.
44
ms.topic: how-to
5-
ms.date: 02/17/2023
5+
ms.date: 05/24/2023
66
ms.service: backup
77
author: jyothisuri
88
ms.author: jsuri
@@ -73,9 +73,9 @@ You can also use the following FQDNs to allow access to the required services fr
7373

7474
| Service | Domain names to be accessed | Ports |
7575
| -------------- | ------------------------------------------------------------ | ---------------------- |
76-
| Azure Backup | `*.backup.windowsazure.com` | 443 |
76+
| Azure Backup | `*.backup.windowsazure.com` | 443 |
7777
| Azure Storage | `*.blob.core.windows.net` <br><br> `*.queue.core.windows.net` <br><br> `*.blob.storage.azure.net` | 443 |
78-
| Azure AD | Allow access to FQDNs under sections 56 and 59 according to [this article](/office365/enterprise/urls-and-ip-address-ranges#microsoft-365-common-and-office-online) | As applicable |
78+
| Azure AD | `*.australiacentral.r.login.microsoft.com` <br><br> Allow access to FQDNs under sections 56 and 59 according to [this article](/office365/enterprise/urls-and-ip-address-ranges#microsoft-365-common-and-office-online) | 443 <br><br> As applicable |
7979

8080
#### Use an HTTP proxy server to route traffic
8181

articles/backup/backup-sql-server-database-azure-vms.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Back up multiple SQL Server VMs from the vault
33
description: In this article, learn how to back up SQL Server databases on Azure virtual machines with Azure Backup from the Recovery Services vault
44
ms.topic: conceptual
5-
ms.date: 08/11/2022
5+
ms.date: 05/24/2023
66
ms.service: backup
77
author: jyothisuri
88
ms.author: jsuri
@@ -93,7 +93,7 @@ You can also use the following FQDNs to allow access to the required services fr
9393
| -------------- | ------------------------------------------------------------ | ---
9494
| Azure Backup | `*.backup.windowsazure.com` | 443
9595
| Azure Storage | `*.blob.core.windows.net` <br><br> `*.queue.core.windows.net` <br><br> `*.blob.storage.azure.net` | 443
96-
| Azure AD | Allow access to FQDNs under sections 56 and 59 according to [this article](/office365/enterprise/urls-and-ip-address-ranges#microsoft-365-common-and-office-online) | As applicable
96+
| Azure AD | `*.australiacentral.r.login.microsoft.com` <br><br> Allow access to FQDNs under sections 56 and 59 according to [this article](/office365/enterprise/urls-and-ip-address-ranges#microsoft-365-common-and-office-online) | 443 <br><br> As applicable
9797

9898
#### Allow connectivity for servers behind internal load balancers
9999

articles/backup/private-endpoints-overview.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Private endpoints overview
33
description: Understand the use of private endpoints for Azure Backup and the scenarios where using private endpoints helps maintain the security of your resources.
44
ms.topic: conceptual
5-
ms.date: 04/26/2023
5+
ms.date: 05/24/2023
66
ms.custom: devx-track-azurepowershell
77
ms.service: backup
88
author: jyothisuri
@@ -51,19 +51,19 @@ In all the scenarios (with or without private endpoints), both the workload exte
5151

5252
In addition to these connections when the workload extension or MARS agent is installed for recovery services vault *without private endpoints*, connectivity to the following domains is also required:
5353

54-
| Service | Domain names |
55-
| --- | --- |
56-
| Azure Backup | `*.backup.windowsazure.com` |
57-
| Azure Storage | `*.blob.core.windows.net` <br><br> `*.queue.core.windows.net` <br><br> `*.blob.storage.azure.net` <br><br> `*.storage.azure.net` |
58-
| Azure Active Directory (Azure AD) | [Allow access to FQDNs under sections 56 and 59](/microsoft-365/enterprise/urls-and-ip-address-ranges?view=o365-worldwide&preserve-view=true#microsoft-365-common-and-office-online). |
54+
| Service | Domain names | Port |
55+
| --- | --- | --- |
56+
| Azure Backup | `*.backup.windowsazure.com` | 443 |
57+
| Azure Storage | `*.blob.core.windows.net` <br><br> `*.queue.core.windows.net` <br><br> `*.blob.storage.azure.net` <br><br> `*.storage.azure.net` | 443 |
58+
| Azure Active Directory (Azure AD) | `*.australiacentral.r.login.microsoft.com` <br><br> [Allow access to FQDNs under sections 56 and 59](/microsoft-365/enterprise/urls-and-ip-address-ranges?view=o365-worldwide&preserve-view=true#microsoft-365-common-and-office-online). | 443 <br><br> As applicable |
5959

6060
When the workload extension or MARS agent is installed for Recovery Services vault with private endpoint, the following endpoints are hit:
6161

62-
| Service | Domain name |
63-
| --- | --- |
64-
| Azure Backup | `*.privatelink.<geo>.backup.windowsazure.com` |
65-
| Azure Storage | `*.blob.core.windows.net` <br><br> `*.queue.core.windows.net` <br><br> `*.blob.storage.azure.net` <br><br> `*.storage.azure.net` |
66-
| Azure Active Directory (Azure AD) | [Allow access to FQDNs under sections 56 and 59](/microsoft-365/enterprise/urls-and-ip-address-ranges?view=o365-worldwide&preserve-view=true#microsoft-365-common-and-office-online). |
62+
| Service | Domain name | Port |
63+
| --- | --- | --- |
64+
| Azure Backup | `*.privatelink.<geo>.backup.windowsazure.com` | 443 |
65+
| Azure Storage | `*.blob.core.windows.net` <br><br> `*.queue.core.windows.net` <br><br> `*.blob.storage.azure.net` <br><br> `*.storage.azure.net` | 443 |
66+
| Azure Active Directory (Azure AD) |`*.australiacentral.r.login.microsoft.com` <br><br> [Allow access to FQDNs under sections 56 and 59](/microsoft-365/enterprise/urls-and-ip-address-ranges?view=o365-worldwide&preserve-view=true#microsoft-365-common-and-office-online). | 443 <br><br> As applicable |
6767

6868
>[!Note]
6969
>In the above text, `<geo>` refers to the region code (for example, **eus** for East US and **ne** for North Europe). Refer to the following lists for regions codes:

0 commit comments

Comments
 (0)