Skip to content

Commit 9307f78

Browse files
Merge pull request #310160 from MicrosoftDocs/main
Auto Publish – main to live - 2026-01-06 12:00 UTC
2 parents 00ce837 + 999c878 commit 9307f78

30 files changed

Lines changed: 212 additions & 241 deletions

articles/application-gateway/application-gateway-backend-health-troubleshooting.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -108,10 +108,11 @@ To increase the timeout value, follow these steps:
108108
**Resolution:**
109109

110110
1. Verify that the FQDN entered in the backend pool is correct and that it's a public domain, then try to resolve it from your local machine.
111-
1. If you can resolve the IP address, there might be something wrong with the DNS configuration in the virtual network.
112-
1. Check whether the virtual network is configured with a custom DNS server. If it is, check the DNS server about why it can't resolve to the IP address of the specified FQDN.
113-
1. If you're using Azure default DNS, verify with your domain name registrar that proper A record or CNAME record mapping is complete.
114-
1. If the domain is private or internal, try to resolve it from a VM in the same virtual network. If you can resolve it, restart Application Gateway and check again. To restart Application Gateway, you need to [stop](/powershell/module/az.network/stop-azapplicationgateway) and [start](/powershell/module/az.network/start-azapplicationgateway) by using the PowerShell commands described in these linked resources.
111+
2. If you can resolve the IP address, there might be something wrong with the DNS configuration in the virtual network.
112+
3. Check whether the virtual network is configured with a custom DNS server. If it is, check the DNS server about why it can't resolve to the IP address of the specified FQDN.
113+
4. If you're using Azure default DNS, verify with your domain name registrar that proper A record or CNAME record mapping is complete.
114+
5. If the domain is private or internal, try to resolve it from a VM in the same virtual network. If you cannnot resolve it, restart Application Gateway and check again. To restart Application Gateway, you need to [stop](/powershell/module/az.network/stop-azapplicationgateway) and [start](/powershell/module/az.network/start-azapplicationgateway) by using the PowerShell commands described in these linked resources.
115+
6. If you're using short names (single-label domain names like `server1` instead of a fully-qualified domain name `server1.contoso.com`), verify that your DNS server can resolve the short name. Azure's built-in DNS (168.63.129.16) only resolves short names for resources within the same virtual network. For on-premises short names, use a custom DNS server configured with the appropriate search domains.
115116

116117
### TCP connect error
117118

articles/application-gateway/application-gateway-components.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ A backend pool routes request to backend servers, which serve the request. Backe
130130
- Virtual machine scale sets
131131
- Public IP addresses
132132
- Internal IP addresses
133-
- FQDN
133+
- FQDN (fully qualified domain names) or short names (single-label domain names), provided your DNS server can resolve them
134134
- Multitenant backends (such as App Service)
135135

136136
Application Gateway backend pool members aren't tied to an availability set. An application gateway can communicate with instances outside of the virtual network that it's in. As a result, the members of the backend pools can be across clusters, across datacenters, or outside Azure, as long as there's IP connectivity.

articles/azure-vmware/native-create-azure-vmware-virtual-network-private-cloud.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,17 +40,17 @@ Before you begin, these items are required to create an Azure VMware Solution Ge
4040

4141
3. In the **Search services and marketplace** text box, type **Azure VMware Solution** and select it from the search results.
4242

43-
4. On the **Azure VMware Solution** window, select **Create**. The following is the information needed to deploy the private cloud from your planning phase.
44-
43+
1. On the **Azure VMware Solution** window, select **Create**. The following is the information needed to deploy the private cloud from your planning phase.
44+
4545
| Field | Value |
4646
|-----------------------------|-----------------------------------------------------------------------------------------------------------------|
4747
| **Subscription** | Select the subscription you plan to use for the deployment. All resources in an Azure subscription are billed together. |
4848
| **Resource group** | Select the resource group for your private cloud. An Azure resource group is a logical container into which Azure resources are deployed and managed. Alternatively, you can create a new resource group for your private cloud. |
4949
| **Resource name** | Provide the name of your Azure VMware Solution private cloud. |
5050
| **Location** | Select a location, such as (US) East US 2. It's the region you defined during the planning phase. |
5151
|**Size of host** | Select the AV64 SKU. |
52-
|**Availability zone** | Select which availability zone you want your private cloud deployed in. |
53-
|**Number of hosts** | Number of hosts allocated for the private cloud cluster. The default value is 3, which you can increase or decrease after deployment. If these nodes aren't listed as available, contact support to request a quota increase. You can also select the link labeled If you need more hosts, request a quota increase in the Azure portal. |
52+
|**Availability zone _(Optional)_**| Select the Availability Zone where you want your private cloud deployed. If no Availability Zone is selected, the private cloud will use the default placement. This is used to place workloads closer to on-premises environments or other Azure services to meet latency and data-proximity requirements, or to support disaster recovery and high-availability strategies by deploying across multiple zones.|
53+
|**Number of hosts** | Number of hosts allocated for the private cloud cluster. The default value is 3, which you can increase after deployment or decrease if you have 4 or more nodes deployed. If these nodes aren't listed as available, contact support to request a quota increase. You can also select the link labeled If you need more hosts, request a quota increase in the Azure portal. |
5454
|**Virtual Network** | Azure Virtual Network with a minimum network address space of a /22 or 4 /24s. This can be a new or existing Virtual Network. The /22 or 4 /24s provided in your Virtual Network can be the same address space as the CIDR block you are planning to for your private cloud as long as the address space is not in use.|
5555
|**Address block for private cloud** | Provide an IP address block for the private cloud. The CIDR represents the private cloud management network and is used for the cluster management services, such as vCenter Server and NSX-T Manager. Use /22 address space, for example, 10.175.0.0/22. The address should be unique and not overlap with other Azure Virtual Networks and with on-premises networks that are in use. |
5656
|**DNS Forward Lookup** | Input on your DNS Forward Lookup Zone. Either Private or Public. If no option is selected, the default is Public. This can be changed after your private cloud is created. |
@@ -62,8 +62,8 @@ Before you begin, these items are required to create an Azure VMware Solution Ge
6262
6363
6. Verify that the deployment was successful. Navigate to the resource group you created and select your private cloud. You see the status of **Succeeded** when the deployment is finished.
6464

65-
6. Verify that the deployment was successful. Navigate to the resource group you created and select your private cloud. You see the status of Succeeded when the deployment is finished.
66-
65+
1. Verify that the deployment was successful. Navigate to the resource group you created and select your private cloud. You see the status of Succeeded when the deployment is finished.
66+
6767
7. Connect to vCenter Server and NSX Manager using the VMware credentials shown in your Private Cloud. For more information, see [Access an Azure VMware Solution private cloud](tutorial-access-private-cloud.md).
6868

6969
## Next steps

articles/azure-vmware/native-introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ With the Azure VMware Solution Gen 2 private clouds offering, you get the follow
4343

4444
### Other features and capabilities unlocked
4545
- Ability to select Private DNS resolution for your private cloud, enabling businesses to communicate across Azure and on-premises environments without being exposed to the internal.
46-
- Ability to select which availability zone to deploy your private cloud in to minimize latency to on-premises environments.
46+
- Ability to select which availability zone to deploy your private cloud in to minimize latency to on-premises environments. Availability zones are typically specified when a customer wants their private cloud to be geographically closest to their on-premises data center. If availability zone selection is not required, no zone should be specified.
4747

4848
## Supported SKU type
4949

articles/backup/azure-kubernetes-service-cluster-backup-support-matrix.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Azure Kubernetes Service (AKS) backup support matrix
33
description: This article provides a summary of support settings and limitations of Azure Kubernetes Service (AKS) backup.
44
ms.topic: reference
5-
ms.date: 06/10/2025
5+
ms.date: 01/06/2026
66
ms.custom:
77
- references_regions
88
- ignite-2023
@@ -118,11 +118,11 @@ China East 2, China East 3, China North 2, China North 3, US GOV Arizona, US GOV
118118

119119
- Currently, backup instances with <= 100 disks attached as persistent volume are supported. Backup and restore operations might fail if number of disks are higher than the limit.
120120

121-
- Only Azure Disks with public access enabled from all networks are eligible to be moved to the Vault Tier; if there are disks with network access apart from public access, tiering operation fails.
122-
121+
- Only Azure Disks that have public network access enabled, AAD (Data Access) authentication disabled, and Disk Encryption Set (DES) disabled are eligible to be moved to the Vault tier. If a disk has restricted network access, AAD authentication enabled, or DES enabled, the tiering operation will fail.
122+
123123
- *Disaster Recovery* feature is only available between Azure Paired Regions (if backup is configured in a Geo Redundant Backup vault with Cross Region Restore enabled on them). The backup data is only available in an Azure paired region. For example, if you have an AKS cluster in East US that is backed up in a Geo Redundant Backup vault with Cross Region Restore enabled on them, the backup data is also available in West US for restore.
124124

125-
- In the Vault Tier, only one scheduled recovery point is created per day, providing a Recovery Point Objective (RPO) of 24 hours in the primary region. In the secondary region, replication of this recovery point can take up to 12 additional hours, resulting in an effective RPO of up to 36 hours.
125+
- In the Vault Tier, only one scheduled recovery point is created per day, providing a Recovery Point Objective (RPO) of upto 24 hours in the primary region. In the secondary region, replication of this recovery point can take up to 12 additional hours, resulting in an effective RPO of up to 36 hours.
126126

127127
- When a backup is created in the Operational Tier and becomes eligible for Vault Tier, it may take up to four hours for the tiering process to begin.
128128

articles/backup/backup-reports-email.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Email Azure Backup Reports
33
description: Create automated tasks to receive periodic reports via email
44
ms.topic: how-to
5-
ms.date: 12/10/2025
5+
ms.date: 12/30/2025
66
ms.service: azure-backup
77
author: AbhishekMallick-MS
88
ms.author: v-mallicka
@@ -183,5 +183,15 @@ You can also directly update the ARM template, which is used for deploying the l
183183

184184
---
185185

186+
## Pricing for Email Reports
187+
188+
Email reports are free. However, you incur charges for the Log Analytics workspace and Logic Apps that you use to configure and deliver email notifications. These charges apply as per the respective pricing models.
189+
190+
The following examples illustrate the cost estimation for using Email Reports:
191+
192+
- **Cost of actions**: Cost of the action type (varies by the report you configure for email) x Count of actions × 30 days (a month).
193+
- **Cost of standard connectors**: Cost of connector x Count of connectors x 30 days (a month).
194+
- **Cost of data retention** (calculation for 7 days): 7 days × data volume per run in MB (determine the volume by running the workflow once and noting emitted storage metrics) × storage cost for each unit × 30 days (a month).
195+
186196
## Next steps
187197
[Learn more about Backup Reports](./configure-reports.md)

articles/backup/restore-afs.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ You can use this restore option to restore the complete File Share in the origin
3434

3535
To restore the complete File Share, follow these steps:
3636

37-
1. In the [Azure portal](https://portal.azure.com/), go to **Business Continuity Center** > **Protection inventory** > **Protected items**, and then select **Recover**.
37+
1. In the [Azure portal](https://portal.azure.com/), go to **Resiliency** > **Protection inventory** > **Protected items**, and then select **Recover**.
3838
1. On the **Recover** pane, select the **Azure Files (Azure Storage)** as the **Datasource type**, and then click **Select** under **Protected item**.
3939

4040
The **Select restore point** context pane opens that lists the restore points available for the selected File Share.
@@ -78,7 +78,7 @@ You can use this restore option to restore individual files or folders in the or
7878

7979
To restore individual files or folders, follow these steps:
8080

81-
1. Go to **Business Continuity Center**, and then select **Protected inventory** > **Protected items** from the menu, with the datasource type selected as **Azure Storage (Azure Files)**.
81+
1. Go to **Resiliency**, and then select **Protected inventory** > **Protected items** from the menu, with the datasource type selected as **Azure Storage (Azure Files)**.
8282
1. Select the File Share for which you want to do an item-level recovery.
8383

8484
The *backup item* menu appears with a **File Recovery** option.
@@ -152,7 +152,7 @@ After you trigger the restore operation, the backup service creates a job for tr
152152

153153
You can also monitor restore progress from the Recovery Services vault:
154154

155-
1. Go to **Business Continuity Center** and select **Monitoring + Reporting** > **Jobs** from the menu.
155+
1. Go to **Resiliency**. and select **Monitoring + Reporting** > **Jobs** from the menu.
156156
1. On the **Jobs** pane, filter the jobs for the required solution and datasource type.
157157

158158
>[!NOTE]

articles/data-factory/connector-file-system.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn how to copy data from file system to supported sink data stor
55
author: jianleishen
66
ms.subservice: data-movement
77
ms.topic: conceptual
8-
ms.date: 09/25/2024
8+
ms.date: 01/06/2026
99
ms.author: jianleishen
1010
ms.custom:
1111
- synapse
@@ -34,7 +34,7 @@ This file system connector is supported for the following capabilities:
3434
Specifically, this file system connector supports:
3535

3636
- Copying files from/to network file share. To use a Linux file share, install [Samba](https://www.samba.org/) on your Linux server.
37-
- Copying files using **Windows** authentication.
37+
- Copying files using **Basic** authentication.
3838
- Copying files as-is or parsing/generating files with the [supported file formats and compression codecs](supported-file-formats-and-compression-codecs.md).
3939

4040
## Prerequisites

articles/iot-operations/.openpublishing.redirection.iot-operations.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -699,6 +699,11 @@
699699
"source_path_from_root": "/articles/iot-operations/connect-to-cloud/howto-wasm-onnx-inference.md",
700700
"redirect_url": "/azure/iot-operations/develop-edge-apps/howto-wasm-onnx-inference",
701701
"redirect_document_id": true
702+
},
703+
{
704+
"source_path_from_root": "/articles/iot-operations/develop-edge-apps/overview-iot-operations-sdks.md",
705+
"redirect_url": "/azure/iot-operations/develop-edge-apps/overview-iot-operations-development",
706+
"redirect_document_id": true
702707
}
703708
]
704709
}

0 commit comments

Comments
 (0)