Skip to content

Commit e2c5376

Browse files
authored
Merge pull request #289225 from MicrosoftDocs/main
OOB Publish 10/25 - 09:00 AM PST
2 parents 6b908c3 + cef4a6c commit e2c5376

19 files changed

+169
-144
lines changed

articles/azure-functions/flex-consumption-plan.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ Keep these other considerations in mind when using Flex Consumption plan during
147147
+ **Diagnostic settings**: Diagnostic settings are not currently supported.
148148
+ **Certificates**: Loading certificates with the WEBSITE_LOAD_CERTIFICATES app setting is currently not supported.
149149
+ **Key Vault References**: Key Vault references in app settings do not work when Key Vault is network access restricted, even if the function app has Virtual Network integration. The current workaround is to directly reference the Key Vault in code and read the required secrets.
150+
+ **Azure Files file share mount**: [Mounting an Azure Files file share](./scripts/functions-cli-mount-files-storage-linux.md) does not work when the function app has Virtual Network integration.
150151

151152
## Related articles
152153

articles/azure-government/azure-secure-isolation-guidance.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ You can also use the [Azure Key Vault solution in Azure Monitor](/azure/key-vaul
159159
#### Vault
160160
**[Vaults](/azure/key-vault/general/overview)** provide a multi-tenant, low-cost, easy to deploy, zone-resilient (where available), and highly available key management solution suitable for most common cloud application scenarios. Vaults can store and safeguard [secrets, keys, and certificates](/azure/key-vault/general/about-keys-secrets-certificates). They can be either software-protected (standard tier) or HSM-protected (premium tier). For a comparison between the standard and premium tiers, see the [Azure Key Vault pricing page](https://azure.microsoft.com/pricing/details/key-vault/). Software-protected secrets, keys, and certificates are safeguarded by Azure, using industry-standard algorithms and key lengths. If you require extra assurances, you can choose to safeguard your secrets, keys, and certificates in vaults protected by multi-tenant HSMs. The corresponding HSMs are validated according to the [FIPS 140 standard](/azure/compliance/offerings/offering-fips-140-2), and have an overall Security Level 2 rating, which includes requirements for physical tamper evidence and role-based authentication.
161161

162-
Vaults enable support for [customer-managed keys](../security/fundamentals/encryption-models.md) (CMK) where you can control your own keys in HSMs, and use them to encrypt data at rest for [many Azure services](../security/fundamentals/encryption-models.md#supporting-services). As mentioned previously, you can [import or generate encryption keys](/azure/key-vault/keys/hsm-protected-keys) in HSMs ensuring that keys never leave the HSM boundary to support *bring your own key (BYOK)* scenarios.
162+
Vaults enable support for [customer-managed keys](../security/fundamentals/encryption-models.md) (CMK) where you can control your own keys in HSMs, and use them to encrypt data at rest for [many Azure services](../security/fundamentals/encryption-models.md#services-supporting-customer-managed-keys-cmks). As mentioned previously, you can [import or generate encryption keys](/azure/key-vault/keys/hsm-protected-keys) in HSMs ensuring that keys never leave the HSM boundary to support *bring your own key (BYOK)* scenarios.
163163

164164
Key Vault can handle requesting and renewing certificates in vaults, including Transport Layer Security (TLS) certificates, enabling you to enroll and automatically renew certificates from supported public Certificate Authorities. Key Vault certificates support provides for the management of your X.509 certificates, which are built on top of keys and provide an automated renewal feature. Certificate owner can [create a certificate](/azure/key-vault/certificates/create-certificate) through Azure Key Vault or by importing an existing certificate. Both self-signed and Certificate Authority generated certificates are supported. Moreover, the Key Vault certificate owner can implement secure storage and management of X.509 certificates without interaction with private keys.
165165

@@ -179,7 +179,7 @@ When a managed HSM is created, the requestor also provides a list of data plane
179179
> [!IMPORTANT]
180180
> Unlike with key vaults, granting your users management plane access to a managed HSM doesn't grant them any access to data plane to access keys or data plane role assignments managed HSM local RBAC. This isolation is implemented by design to prevent inadvertent expansion of privileges affecting access to keys stored in managed HSMs.
181181
182-
As mentioned previously, managed HSM supports [importing keys generated](/azure/key-vault/managed-hsm/hsm-protected-keys-byok) in your on-premises HSMs, ensuring the keys never leave the HSM protection boundary, also known as *bring your own key (BYOK)* scenario. Managed HSM supports integration with Azure services such as [Azure Storage](../storage/common/customer-managed-keys-overview.md), [Azure SQL Database](/azure/azure-sql/database/transparent-data-encryption-byok-overview), [Azure Information Protection](/azure/information-protection/byok-price-restrictions), and others. For a more complete list of Azure services that work with Managed HSM, see [Data encryption models](../security/fundamentals/encryption-models.md#supporting-services).
182+
As mentioned previously, managed HSM supports [importing keys generated](/azure/key-vault/managed-hsm/hsm-protected-keys-byok) in your on-premises HSMs, ensuring the keys never leave the HSM protection boundary, also known as *bring your own key (BYOK)* scenario. Managed HSM supports integration with Azure services such as [Azure Storage](../storage/common/customer-managed-keys-overview.md), [Azure SQL Database](/azure/azure-sql/database/transparent-data-encryption-byok-overview), [Azure Information Protection](/azure/information-protection/byok-price-restrictions), and others. For a more complete list of Azure services that work with Managed HSM, see [Data encryption models](../security/fundamentals/encryption-models.md#services-supporting-customer-managed-keys-cmks).
183183

184184
Managed HSM enables you to use the established Azure Key Vault API and management interfaces. You can use the same application development and deployment patterns for all your applications irrespective of the key management solution: multi-tenant vault or single-tenant managed HSM.
185185

articles/data-factory/connector-amazon-redshift.md

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

1313
# Copy data from Amazon Redshift using Azure Data Factory or Synapse Analytics
@@ -31,6 +31,8 @@ For a list of data stores that are supported as sources or sinks by the copy act
3131

3232
Specifically, this Amazon Redshift connector supports retrieving data from Redshift using query or built-in Redshift UNLOAD support.
3333

34+
The connector supports the Windows versions in this [article](create-self-hosted-integration-runtime.md#prerequisites).
35+
3436
> [!TIP]
3537
> To achieve the best performance when copying large amounts of data from Redshift, consider using the built-in Redshift UNLOAD through Amazon S3. See [Use UNLOAD to copy data from Amazon Redshift](#use-unload-to-copy-data-from-amazon-redshift) section for details.
3638

articles/data-factory/connector-concur.md

Lines changed: 3 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/04/2024
9+
ms.date: 09/12/2024
1010
ms.author: jianleishen
1111
---
1212
# Copy data from Concur using Azure Data Factory or Synapse Analytics(Preview)
@@ -31,6 +31,8 @@ This Concur connector is supported for the following capabilities:
3131

3232
For a list of data stores that are supported as sources/sinks, see the [Supported data stores](connector-overview.md#supported-data-stores) table.
3333

34+
The connector supports the Windows versions in this [article](create-self-hosted-integration-runtime.md#prerequisites).
35+
3436
> [!NOTE]
3537
> Partner account is currently not supported.
3638

articles/data-factory/connector-couchbase.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,12 @@ For a list of data stores that are supported as sources/sinks, see the [Supporte
3232

3333
The service provides a built-in driver to enable connectivity, therefore you don't need to manually install any driver using this connector.
3434

35+
The connector supports the Couchbase version higher than 6.0.
36+
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+
3541
## Prerequisites
3642

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

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ 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+
3741
>[!NOTE]
3842
>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.
3943

articles/data-factory/connector-hive.md

Lines changed: 3 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: 05/15/2024
9+
ms.date: 09/12/2024
1010
ms.author: jianleishen
1111
---
1212

@@ -31,6 +31,8 @@ For a list of data stores that are supported as sources/sinks by the copy activi
3131

3232
The service provides a built-in driver to enable connectivity, therefore you don't need to manually install any driver using this connector.
3333

34+
The connector supports the Windows versions in this [article](create-self-hosted-integration-runtime.md#prerequisites).
35+
3436
## Prerequisites
3537

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

articles/data-factory/connector-hubspot.md

Lines changed: 3 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: 10/20/2023
9+
ms.date: 09/12/2024
1010
ms.author: jianleishen
1111
---
1212
# Copy data from HubSpot using Azure Data Factory or Synapse Analytics
@@ -29,6 +29,8 @@ For a list of data stores that are supported as sources/sinks , see the [Support
2929

3030
The service provides a built-in driver to enable connectivity, therefore you don't need to manually install any driver using this connector.
3131

32+
The connector supports the Windows versions in this [article](create-self-hosted-integration-runtime.md#prerequisites).
33+
3234
## Getting started
3335

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

articles/data-factory/connector-shopify.md

Lines changed: 7 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: 10/20/2023
10+
ms.date: 09/12/2024
1111
---
1212

1313
# Copy data from Shopify using Azure Data Factory or Synapse Analytics (Preview)
@@ -33,6 +33,12 @@ For a list of data stores that are supported as sources/sinks, see the [Supporte
3333

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

36+
The connector supports the Windows versions in this [article](create-self-hosted-integration-runtime.md#prerequisites).
37+
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
41+
3642
## Getting started
3743

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

articles/data-factory/connector-square.md

Lines changed: 3 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: 01/05/2024
10+
ms.date: 09/12/2024
1111
---
1212

1313
# Copy data from Square using Azure Data Factory or Synapse Analytics (Preview)
@@ -36,6 +36,8 @@ For a list of data stores that are supported as sources/sinks, see the [Supporte
3636

3737
The service provides a built-in driver to enable connectivity, therefore you don't need to manually install any driver using this connector.
3838

39+
The connector supports the Windows versions in this [article](create-self-hosted-integration-runtime.md#prerequisites).
40+
3941
## Getting started
4042

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

0 commit comments

Comments
 (0)