Skip to content

Commit 46b52e3

Browse files
authored
Merge pull request #290064 from MicrosoftDocs/main
Merge main to live, 4 AM
2 parents 95c7652 + 1c07ff7 commit 46b52e3

28 files changed

+107
-80
lines changed

articles/backup/backup-support-matrix-iaas.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,8 +201,8 @@ Adding a disk to a protected VM | Supported.
201201
Resizing a disk on a protected VM | Supported.
202202
Shared storage| Backing up VMs by using Cluster Shared Volumes (CSV) or Scale-Out File Server isn't supported. CSV writers are likely to fail during backup. On restore, disks that contain CSV volumes might not come up.
203203
[Shared disks](/azure/virtual-machines/disks-shared-enable) | Not supported. <br><br> - You can exclude shared disk with Enhanced policy and backup the other supported disks in the VM. <br><br> - You can use S2D to create a shared disk or standalone volumes by combining capacities from disks in different VMs. Azure Backup doesn't support backup of a shared volume (between VMs for database cluster or cluster Configuration) created using S2D.
204-
<a name="ultra-disk-backup">Ultra disks</a> | Supported with [Enhanced policy](backup-azure-vms-enhanced-policy.md).[Learn about the disk considerations for Azure VM](/azure/virtual-machines/disks-types#ultra-disk-limitations). <br><br> - Configuration of Ultra disk protection is supported via Recovery Services vault and via virtual machine blade. <br><br> - File-level restore is currently not supported for machines using Ultra disks. <br><br> - GRS vaults and Cross-Region Restore are currently supported in the following regions for machines using Ultra Disks: Southeast Asia, East Asia, North Europe, West Europe, East US, West US, and West US 3.
205-
<a name="premium-ssd-v2-backup">Premium SSD v2</a> | Supported with [Enhanced policy](backup-azure-vms-enhanced-policy.md). [Learn about the disk considerations for Azure VM](/azure/virtual-machines/disks-types#regional-availability). <br><br> - Configuration of Premium SSD v2 disk protection is supported via Recovery Services vault and via virtual machine blade. <br><br> - File-level restore is currently not supported for machines using Premium SSD v2 disks. <br><br> - GRS vaults and Cross-Region Restore are currently supported in the following regions for machines using Premium SSDv2 Disks: Southeast Asia, East Asia, North Europe, West Europe, East US, West US, and West US 3.
204+
<a name="ultra-disk-backup">Ultra disks</a> | Supported with [Enhanced policy](backup-azure-vms-enhanced-policy.md).[Learn about the disk considerations for Azure VM](/azure/virtual-machines/disks-types#ultra-disk-limitations). <br><br> - Configuration of Ultra disk protection is supported via Recovery Services vault and via virtual machine blade. <br><br> - File-level restore is currently not supported for machines using Ultra disks. <br><br> - GRS vaults and Cross-Region Restore are currently supported in the following regions for machines using Ultra Disks: South Central US, Brazil South, Canada East, Canada Central, East US2, South East Asia, West US, Central US, Korea South, Korea Central, South Central US, West Europe, North Central US, East Asia, USGov Texas, USGov Arizona, USGov Texas, West US2, North Europe, East US, West Central US, East US.
205+
<a name="premium-ssd-v2-backup">Premium SSD v2</a> | Supported with [Enhanced policy](backup-azure-vms-enhanced-policy.md). [Learn about the disk considerations for Azure VM](/azure/virtual-machines/disks-types#regional-availability). <br><br> - Configuration of Premium SSD v2 disk protection is supported via Recovery Services vault and via virtual machine blade. <br><br> - File-level restore is currently not supported for machines using Premium SSD v2 disks. <br><br> - GRS vaults and Cross-Region Restore are currently supported in the following regions for machines using Premium SSDv2 Disks: Brazil South, Central US, East Asia, East US, East US2, North Central US, North Europe, South Central US, South East Asia, UK South, UK West, West Europe, West US, West US3.
206206
[Temporary disks](/azure/virtual-machines/managed-disks-overview#temporary-disk) | Azure Backup doesn't back up temporary disks.
207207
NVMe/[ephemeral disks](/azure/virtual-machines/ephemeral-os-disks) | Supported.
208208
[Resilient File System (ReFS)](/windows-server/storage/refs/refs-overview) restore | Supported. Volume Shadow Copy Service (VSS) supports app-consistent backups on ReFS.

articles/data-factory/connector-couchbase.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: jianleishen
66
ms.subservice: data-movement
77
ms.custom: synapse
88
ms.topic: conceptual
9-
ms.date: 10/12/2024
9+
ms.date: 11/05/2024
1010
ms.author: jianleishen
1111
---
1212
# Copy data from Couchbase using Azure Data Factory (Preview)
@@ -34,10 +34,6 @@ The service provides a built-in driver to enable connectivity, therefore you don
3434

3535
The connector supports the Couchbase version higher than 6.0.
3636

37-
The connector now uses the following precision. The previous precision is compatible.
38-
- Double values use 17 significant digits (previously 15 significant digits)
39-
- Float values use 9 significant digits (previously 7 significant digits)
40-
4137
## Prerequisites
4238

4339
[!INCLUDE [data-factory-v2-integration-runtime-requirements](includes/data-factory-v2-integration-runtime-requirements.md)]

articles/data-factory/connector-google-bigquery-legacy.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: jianleishen
77
ms.subservice: data-movement
88
ms.topic: conceptual
99
ms.custom: synapse
10-
ms.date: 05/22/2024
10+
ms.date: 11/05/2024
1111
---
1212

1313
# Copy data from Google BigQuery using Azure Data Factory or Synapse Analytics (legacy)
@@ -33,6 +33,11 @@ For a list of data stores that are supported as sources or sinks by the copy act
3333

3434
The service provides a built-in driver to enable connectivity. Therefore, you don't need to manually install a driver to use this connector.
3535

36+
The connector supports the Windows versions in this [article](create-self-hosted-integration-runtime.md#prerequisites).
37+
38+
The connector no longer supports P12 keyfiles. If you rely on service accounts, you are recommended to use JSON keyfiles instead. The P12CustomPwd property used for supporting the P12 keyfile was also deprecated. For more information, see this [article](https://cloud.google.com/sdk/docs/release-notes).
39+
40+
3641
>[!NOTE]
3742
>This Google BigQuery connector is built on top of the BigQuery APIs. Be aware that BigQuery limits the maximum rate of incoming requests and enforces appropriate quotas on a per-project basis, refer to [Quotas & Limits - API requests](https://cloud.google.com/bigquery/quotas#api_requests). Make sure you do not trigger too many concurrent requests to the account.
3843

articles/data-factory/connector-google-bigquery.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: jianleishen
77
ms.subservice: data-movement
88
ms.topic: conceptual
99
ms.custom: synapse
10-
ms.date: 10/09/2024
10+
ms.date: 11/05/2024
1111
---
1212

1313
# Copy data from Google BigQuery using Azure Data Factory or Synapse Analytics
@@ -34,10 +34,6 @@ For a list of data stores that are supported as sources or sinks by the copy act
3434

3535
The service provides a built-in driver to enable connectivity. Therefore, you don't need to manually install a driver to use this connector.
3636

37-
The connector supports the Windows versions in this [article](create-self-hosted-integration-runtime.md#prerequisites).
38-
39-
The connector no longer supports P12 keyfiles. If you rely on service accounts, you are recommended to use JSON keyfiles instead. The P12CustomPwd property used for supporting the P12 keyfile was also deprecated. For more information, see this [article](https://cloud.google.com/sdk/docs/release-notes#bigquery_6).
40-
4137
>[!NOTE]
4238
>This Google BigQuery connector is built on top of the BigQuery APIs. Be aware that BigQuery limits the maximum rate of incoming requests and enforces appropriate quotas on a per-project basis, refer to [Quotas & Limits - API requests](https://cloud.google.com/bigquery/quotas#api_requests). Make sure you do not trigger too many concurrent requests to the account.
4339

articles/data-factory/connector-shopify.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: jianleishen
77
ms.subservice: data-movement
88
ms.topic: conceptual
99
ms.custom: synapse
10-
ms.date: 09/12/2024
10+
ms.date: 11/05/2024
1111
---
1212

1313
# Copy data from Shopify using Azure Data Factory or Synapse Analytics (Preview)
@@ -35,9 +35,7 @@ The service provides a built-in driver to enable connectivity, therefore you don
3535

3636
The connector supports the Windows versions in this [article](create-self-hosted-integration-runtime.md#prerequisites).
3737

38-
The billing_on column property was removed from the following tables. For more information, see this [article](https://shopify.dev/docs/api/admin-rest/2024-07/resources/usagecharge).
39-
- Recurring_Application_Charges
40-
- UsageCharge
38+
The billing_on column property was removed from the Recurring_Application_Charges and UsageCharge tables due to Shopify's official deprecation of billing_on field.
4139

4240
## Getting started
4341

articles/data-factory/connector-xero.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: jianleishen
66
ms.subservice: data-movement
77
ms.custom: synapse
88
ms.topic: conceptual
9-
ms.date: 09/12/2024
9+
ms.date: 11/05/2024
1010
ms.author: jianleishen
1111
---
1212
# Copy data from Xero using Azure Data Factory or Synapse Analytics
@@ -37,6 +37,9 @@ Specifically, this Xero connector supports:
3737
- All Xero tables (API endpoints) except "Reports".
3838
- Windows versions in this [article](create-self-hosted-integration-runtime.md#prerequisites).
3939

40+
>[!NOTE]
41+
>Due to the [sunset of OAuth 1.0 authentication in Xero](https://devblog.xero.com/an-update-on-why-we-are-saying-goodbye-oauth-1-0a-hello-oauth-2-0-6a839230908f), please [upgrade to OAuth 2.0 authentication type](#linked-service-properties) if you are currently using OAuth 1.0 authentication type.
42+
4043
## Getting started
4144

4245
[!INCLUDE [data-factory-v2-connector-get-started](includes/data-factory-v2-connector-get-started.md)]

articles/defender-for-iot/device-builders/tutorial-standalone-agent-binary-installation.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,15 @@ This tutorial will help you learn how to install and authenticate the Defender f
1414
In this tutorial you'll learn how to:
1515

1616
> [!div class="checklist"]
17+
>
1718
> - Download and install the micro agent
1819
> - Authenticate the micro agent
1920
> - Validate the installation
2021
> - Test the system
2122
> - Install a specific micro agent version
2223
24+
[!INCLUDE [device-agents-note](../includes/device-agents-note.md)]
25+
2326
## Prerequisites
2427

2528
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).

articles/frontdoor/private-link.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ Azure Front Door private link is available in the following regions:
103103
| West US 3 | Sweden Central | | |
104104
| US Gov Arizona | | | |
105105
| US Gov Texas | | | |
106+
| US Gov Virginia | | | |
106107

107108

108109
## Limitations

articles/hdinsight/hdinsight-release-notes.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Latest release notes for Azure HDInsight. Get development tips and
44
ms.custom: references_regions
55
ms.service: azure-hdinsight
66
ms.topic: conceptual
7-
ms.date: 10/29/2024
7+
ms.date: 11/07/2024
88
---
99

1010
# Azure HDInsight release notes
@@ -55,17 +55,22 @@ For workload specific versions, see [HDInsight 5.x component versions](./hdinsig
5555

5656
* MSI based authentication support available for Azure blob storage.
5757

58-
Azure HDInsight now supports OAuth-based authentication for accessing Azure Blob storage by leveraging Azure Active Directory (AAD) and managed identities (MSI). With this enhancement, HDInsight uses user-assigned managed identities to access Azure blob storage. For more information, see [Managed identities for Azure resources](/entra/identity/managed-identities-azure-resources/overview).
58+
* Azure HDInsight now supports OAuth-based authentication for accessing Azure Blob storage by leveraging Azure Active Directory (AAD) and managed identities (MSI). With this enhancement, HDInsight uses user-assigned managed identities to access Azure blob storage. For more information, see [Managed identities for Azure resources](/entra/identity/managed-identities-azure-resources/overview).
59+
60+
* HDInsight service is transitioning to use standard load balancers for all its cluster configurations because of [deprecation announcement](https://azure.microsoft.com/updates/azure-basic-load-balancer-will-be-retired-on-30-september-2025-upgrade-to-standard-load-balancer#main) of Azure basic load balancer.
61+
62+
* This change will be rolled out in a phased manner for different regions.
63+
64+
> [!NOTE]
65+
> When using your own Virtual Network (custom VNet) during cluster creation, please be advised that the cluster creation will not succeed once this change is enabled. We recommend referring to the [migration guide to recreate the cluster](./load-balancer-migration-guidelines.md).
66+
> For any assistance, contact [support](https://portal.azure.com/#blade/Microsoft_Azure_Support/HelpAndSupportBlade/overview).
5967
6068
## :::image type="icon" border="false" source="./media/hdinsight-release-notes/clock.svg"::: Coming soon
6169

6270
* [Basic and Standard A-series VMs Retirement](https://azure.microsoft.com/updates/basic-and-standard-aseries-vms-on-hdinsight-will-retire-on-31-august-2024/).
6371
* On August 31, 2024, we'll retire Basic and Standard A-series VMs. Before that date, you need to migrate your workloads to Av2-series VMs, which provide more memory per vCPU and faster storage on solid-state drives (SSDs).
6472
* To avoid service disruptions, [migrate your workloads](https://aka.ms/Av1retirement) from Basic and Standard A-series VMs to Av2-series VMs before August 31, 2024.
6573

66-
* HDInsight service is transitioning to use standard load balancers for all its cluster configurations because of [deprecation announcement](https://azure.microsoft.com/updates/azure-basic-load-balancer-will-be-retired-on-30-september-2025-upgrade-to-standard-load-balancer#main) of Azure basic load balancer.
67-
* This change will be rolled out in a phased manner for different regions between November 07, 2024 and November 21, 2024. Watch out our release notes for more updates.
68-
6974
* Retirement Notifications for [HDInsight 4.0](https://azure.microsoft.com/updates/azure-hdinsight-40-will-be-retired-on-31-march-2025-migrate-your-hdinsight-clusters-to-51) and [HDInsight 5.0](https://azure.microsoft.com/updates/hdinsight5retire/).
7075

7176
If you have any more questions, contact [Azure Support](https://ms.portal.azure.com/#view/Microsoft_Azure_Support/HelpAndSupportBlade/~/overview).

0 commit comments

Comments
 (0)