|
2 | 2 | title: Create and use private endpoints for Azure Backup
|
3 | 3 | description: Understand the process to creating private endpoints for Azure Backup where using private endpoints helps maintain the security of your resources.
|
4 | 4 | ms.topic: how-to
|
5 |
| -ms.date: 02/20/2023 |
| 5 | +ms.date: 04/26/2023 |
6 | 6 | ms.custom: devx-track-azurepowershell
|
7 | 7 | ms.service: backup
|
8 | 8 | author: jyothisuri
|
@@ -165,67 +165,6 @@ For **each private DNS** zone listed above (for Backup, Blobs and Queues), do th
|
165 | 165 |
|
166 | 166 | 
|
167 | 167 |
|
168 |
| -### When using custom DNS server or host files |
169 |
| - |
170 |
| -If you're using your custom DNS servers, you'll need to add the DNS records needed by the private endpoints to your DNS servers. You can also use conditional forwarders and redirect the DNS request for the FQDN to Azure DNS. Azure DNS redirects the DNS requests to private DNS zone and resolve them. |
171 |
| - |
172 |
| -#### For the Backup service |
173 |
| - |
174 |
| -1. In your DNS server, create a DNS zone for Backup according to the following naming convention: |
175 |
| - |
176 |
| - |Zone |Service | |
177 |
| - |---------|---------| |
178 |
| - |`privatelink.<geo>.backup.windowsazure.com` | Backup | |
179 |
| - |
180 |
| - >[!NOTE] |
181 |
| - > In the above text, `<geo>` refers to the region code (for example *eus* and *ne* for East US and North Europe respectively). Refer to the following lists for regions codes: |
182 |
| - > |
183 |
| - > - [All public clouds](https://download.microsoft.com/download/1/2/6/126a410b-0e06-45ed-b2df-84f353034fa1/AzureRegionCodesList.docx) |
184 |
| - > - [China](/azure/china/resources-developer-guide#check-endpoints-in-azure) |
185 |
| - > - [Germany](../germany/germany-developer-guide.md#endpoint-mapping) |
186 |
| - > - [US Gov](../azure-government/documentation-government-developer-guide.md) |
187 |
| - > - [Geo-code list - sample XML](scripts/geo-code-list.md) |
188 |
| -
|
189 |
| -1. Next, we need to add the required DNS records. To view the records that need to be added to the Backup DNS zone, navigate to the private endpoint you created above, and go to the **DNS configuration** option under the left navigation bar. |
190 |
| - |
191 |
| -  |
192 |
| - |
193 |
| -1. Add one entry for each FQDN and IP displayed as A type records in your DNS zone for Backup. If you're using a host file for name resolution, make corresponding entries in the host file for each IP and FQDN according to the following format: |
194 |
| - |
195 |
| - `<private ip><space><backup service privatelink FQDN>` |
196 |
| - |
197 |
| ->[!NOTE] |
198 |
| ->As shown in the screenshot above, the FQDNs depict `xxxxxxxx.<geo>.backup.windowsazure.com` and not `xxxxxxxx.privatelink.<geo>.backup.windowsazure.com`. In such cases, ensure you include (and if required, add) the `.privatelink.` according to the stated format. |
199 |
| -
|
200 |
| -#### For Blob and Queue services |
201 |
| - |
202 |
| -For blobs and queues, you can either use conditional forwarders or create DNS zones in your DNS server. |
203 |
| - |
204 |
| -##### If using conditional forwarders |
205 |
| - |
206 |
| -If you're using conditional forwarders, add forwarders for blob and queue FQDNs as follows: |
207 |
| - |
208 |
| -|FQDN |IP | |
209 |
| -|---------|---------| |
210 |
| -|`privatelink.blob.core.windows.net` | 168.63.129.16 | |
211 |
| -|`privatelink.queue.core.windows.net` | 168.63.129.16 | |
212 |
| - |
213 |
| -##### If using private DNS zones |
214 |
| - |
215 |
| -If you're using DNS zones for blobs and queues, you'll need to first create these DNS zones and later add the required A records. |
216 |
| - |
217 |
| -|Zone |Service | |
218 |
| -|---------|---------| |
219 |
| -|`privatelink.blob.core.windows.net` | Blob | |
220 |
| -|`privatelink.queue.core.windows.net` | Queue | |
221 |
| - |
222 |
| -At this moment, we'll only create the zones for blobs and queues when using custom DNS servers. Adding DNS records will be done later in two steps: |
223 |
| - |
224 |
| -1. When you register the first backup instance, that is, when you configure backup for the first time |
225 |
| -1. When you run the first backup |
226 |
| - |
227 |
| -We'll perform these steps in the following sections. |
228 |
| - |
229 | 168 | ## When using custom DNS server or host files
|
230 | 169 |
|
231 | 170 | - If you're using a custom DNS server, you can use conditional forwarder for backup service, blob, and queue FQDNs to redirect the DNS requests to Azure DNS (168.63.129.16). Azure DNS redirects it to Azure Private DNS zone. In such setup, ensure that a virtual network link for Azure Private DNS zone exists as mentioned in [this section](#when-using-custom-dns-server-or-host-files).
|
|
0 commit comments