Skip to content

Commit 176eca6

Browse files
authored
Merge pull request #289129 from MicrosoftDocs/main
10/24 11:00 AM IST Publish
2 parents cd98c72 + daeb278 commit 176eca6

File tree

70 files changed

+2115
-166
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+2115
-166
lines changed

articles/azure-cache-for-redis/cache-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Consider the following options when choosing an Azure Cache for Redis tier:
7979
- **High availability**: Azure Cache for Redis provides multiple [high availability](cache-high-availability.md) options. It guarantees that a Standard, Premium, or Enterprise cache is available according to our [SLA](https://azure.microsoft.com/support/legal/sla/cache/v1_0/). The SLA only covers connectivity to the cache endpoints. The SLA doesn't cover protection from data loss. We recommend using the Redis data persistence feature in the Premium and Enterprise tiers to increase resiliency against data loss.
8080
- **Data persistence**: The Premium and Enterprise tiers allow you to persist the cache data to an Azure Storage account and a Managed Disk respectively. Underlying infrastructure issues might result in potential data loss. We recommend using the Redis data persistence feature in these tiers to increase resiliency against data loss. Azure Cache for Redis offers both RDB and AOF (preview) options. Data persistence can be enabled through Azure portal and CLI. For the Premium tier, see [How to configure persistence for a Premium Azure Cache for Redis](cache-how-to-premium-persistence.md).
8181
- **Network isolation**: Azure Private Link and Virtual Network (VNet) deployments provide enhanced security and traffic isolation for your Azure Cache for Redis. VNet allows you to further restrict access through network access control policies. For more information, see [Azure Cache for Redis with Azure Private Link](cache-private-link.md) and [How to configure Virtual Network support for a Premium Azure Cache for Redis](cache-how-to-premium-vnet.md).
82-
- **Redis Modules**: Enterprise tiers support [RediSearch](https://redis.io/docs/latest/operate/oss_and_stack/stack-with-enterprise/search/), [RedisBloom](https://redis.io/docs/latest/operate/oss_and_stack/stack-with-enterprise/bloom/), [RedisTimeSeries](https://docs.redis.com/latest/modules/redistimeseries/), and [RedisJSON](https://redis.io/docs/latest/operate/oss_and_stack/stack-with-enterprise/json/). These modules add new data types and functionality to Redis.
82+
- **Redis Modules**: Enterprise tiers support [RediSearch](https://redis.io/docs/latest/operate/oss_and_stack/stack-with-enterprise/search/), [RedisBloom](https://redis.io/docs/latest/operate/oss_and_stack/stack-with-enterprise/bloom/), [RedisTimeSeries](https://redis.io/docs/latest/develop/data-types/timeseries/), and [RedisJSON](https://redis.io/docs/latest/operate/oss_and_stack/stack-with-enterprise/json/). These modules add new data types and functionality to Redis.
8383

8484
You can scale your cache from the Basic tier up to Premium after it is created. Scaling down to a lower tier isn't supported currently. For step-by-step scaling instructions, see [How to Scale Azure Cache for Redis](cache-how-to-scale.md) and [How to scale - Basic, Standard, and Premium tiers](cache-how-to-scale.md#how-to-scale---basic-standard-and-premium-tiers).
8585

articles/azure-vmware/vmware-cloud-foundations-license-portability.md

Lines changed: 53 additions & 35 deletions
Large diffs are not rendered by default.

articles/data-factory/TOC.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1306,6 +1306,9 @@ items:
13061306
- name: Diagnose connectivity in Azure-SSIS IR
13071307
href: ssis-integration-runtime-diagnose-connectivity-faq.md
13081308
displayName: timeout, troubleshooting
1309+
- name: Azure Data Factory known issues
1310+
href: known-issues-troubleshoot-guide.md
1311+
displayName: troubleshooting
13091312
- name: SAP knowledge center
13101313
items:
13111314
- name: Overview
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
title: Azure Data Factory known issues
3+
description: Learn about the currently known issues with Azure Data Factory and their possible workarounds or resolutions.
4+
author: sveldurthi
5+
ms.author: sveldurthi
6+
ms.reviewer: brianwan
7+
ms.date: 10/02/2024
8+
ms.service: azure-data-factory
9+
ms.topic: conceptual
10+
---
11+
12+
# Azure Data Factory known issues
13+
14+
This page lists the known issues in Azure Data factory. Before submitting [an Azure support request](https://portal.azure.com/#blade/Microsoft_Azure_Support/HelpAndSupportBlade/newsupportrequest), review this list to see if the issue that you're experiencing is already known and being addressed.
15+
16+
## Active known issues
17+
18+
|ADF Component|Known Issue |Status|
19+
|:---------|:---------|:---------|
20+
|Snow Flake Connector Issue|[Intermittent data retrieval issue with LookUp using the Snowflake Connector V2](#intermittent-data-retrieval-issue-with-lookup-using-the-snowflake-connector-v2)|Has workaround|
21+
22+
23+
## Recently ADF Closed known issues
24+
25+
|ADF Component|Issue|Status|Date Resolved|
26+
|---------|---------|---------|---------|
27+
28+
29+
### Intermittent data retrieval issue with LookUp using the Snowflake Connector v2
30+
31+
Intermittently, lookup queries against Snowflake return no values even when results are expected. No errors are generated, and the lookup activity completes successfully. This issue has been observed with Managed VNet IR and SHIR.
32+
33+
**Workaround**: Add an If-condition activity after the Lookup to check its output. If the Lookup returns data, proceed without further action. If no data is returned, re-execute the Lookup activity.
34+
:::image type="content" source="media/known-issue/snowflake-rcs.png" alt-text="Diagram of Snowflake v2 Known issue.":::
100 KB
Loading

articles/expressroute/gateway-migration.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,7 @@ In the gateway migration experience, you need to validate if your resource is ca
7474

7575
### Virtual network
7676

77-
* Gateway Subnet needs two or more prefixes for migration.
78-
* MaxGatewayCountInVnetReached – Reached maximum number of gateways that can be created in a Virtual Network.
79-
80-
You must create a second prefix in your Gateway Subnet for migration.
77+
MaxGatewayCountInVnetReached – Reached maximum number of gateways that can be created in a Virtual Network.
8178

8279
## Next steps
8380

534 Bytes
Loading
763 Bytes
Loading

articles/internet-peering/walkthrough-peering-service-all.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: halkazwini
55
ms.author: halkazwini
66
ms.service: internet-peering
77
ms.topic: how-to
8-
ms.date: 08/09/2023
8+
ms.date: 10/23/2024
99
---
1010

1111
# Internet peering for Azure Peering Service partner walkthrough
@@ -161,9 +161,9 @@ When your customers onboard to Peering Service, customers must follow the steps
161161

162162
**Q.** I need to set the prefix limit, how many routes Microsoft would be announcing?
163163

164-
**A.** Microsoft announces roughly 280 prefixes on internet, and it may increase by 10-15% in future. So, a safe limit of 400-500 can be good to set as “Max prefix count”
164+
**A.** Microsoft announces roughly 280 prefixes on internet, and it might increase by 10-15% in future. So, a safe limit of 400-500 can be good to set as “Max prefix count”
165165

166-
**Q.** Will Microsoft re-advertise the Peer prefixes to the Internet?
166+
**Q.** Will Microsoft readvertise the Peer prefixes to the Internet?
167167

168168
**A.** No.
169169

articles/iot-operations/manage-mqtt-broker/howto-test-connection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ The first option is to connect from within the cluster. This option uses the def
7272
expirationSeconds: 86400
7373
- name: trust-bundle
7474
configMap:
75-
name: aio-ca-trust-bundle-test-only # Default root CA cert
75+
name: azure-iot-operations-aio-ca-trust-bundle # Default root CA cert
7676
```
7777
7878
1. Use `kubectl apply -f client.yaml` to deploy the configuration. It should only take a few seconds to start.

0 commit comments

Comments
 (0)