Skip to content

Commit 7108786

Browse files
committed
Merge branch 'patch-17' of https://github.com/dnethi/azure-docs-pr into 20220308-arc-data
2 parents 732896d + e0fd28e commit 7108786

File tree

1 file changed

+42
-2
lines changed

1 file changed

+42
-2
lines changed

articles/azure-arc/data/release-notes.md

Lines changed: 42 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,53 @@ ms.reviewer: mikeray
77
services: azure-arc
88
ms.service: azure-arc
99
ms.subservice: azure-arc-data
10-
ms.date: 02/25/2022
10+
ms.date: 03/08/2022
1111
ms.topic: conceptual
1212
ms.custom: references_regions, devx-track-azurecli
1313
# Customer intent: As a data professional, I want to understand why my solutions would benefit from running with Azure Arc-enabled data services so that I can leverage the capability of the feature.
1414
---
15-
1615
# Release notes - Azure Arc-enabled data services
1716

1817
This article highlights capabilities, features, and enhancements recently released or improved for Azure Arc-enabled data services.
1918

19+
## March 2022
20+
21+
This release is published March 8, 2022.
22+
23+
### Image tag
24+
25+
`v1.4.1_2022-03-08`
26+
27+
For complete release version information, see [Version log](version-log.md).
28+
29+
### Data Controller
30+
- Fixed the issue "ConfigMap sql-config-[SQL MI] does not exist" from the February 2022 release. This issue occurs when deploying a SQL Managed Instance with service type of `loadBalancer` with certain load balancers.
31+
32+
33+
34+
### SQL Managed Instance
35+
36+
- Support for readable secondary replicas:
37+
- To set readable secondary replicas use `--readable-secondaries` when you create or update an Arc-enabled SQL Managed Instance deployment.
38+
- Set `--readable secondaries` to any value between 0 and the number of replicas minus 1.
39+
- `--readable-secondaries` only applies to Business Critical tier.
40+
- Automatic backups are taken on the primary instance in a Business Critical service tier when there are multiple replicas. When a failover happens, backups move to the new primary.
41+
- RWX capable storage class is required for backups, for both General Purpose and Business Critical service tiers.
42+
- Billing support when using multiple read replicas.
43+
44+
For additional information about service tiers, see [High Availability with Azure Arc-enabled SQL Managed Instance (preview)](managed-instance-high-availability.md).
45+
46+
### User experience improvements
47+
48+
The following improvements are available in [Azure Data Studio](/sql/azure-data-studio/download-azure-data-studio).
49+
50+
- Azure Arc and Azure CLI extensions now generally available.
51+
- Changed edit commands for SQL Managed Instance for Azure Arc dashboard to use `update`, reflecting Azure CLI changes. This works in indirect or direct mode.
52+
- Data controller deployment wizard step for connectivity mode is now earlier in the process.
53+
- Removed an extra backups field in SQL MI deployment wizard.
54+
55+
56+
2057
## February 2022
2158

2259
This release is published February 25, 2022.
@@ -27,6 +64,9 @@ This release is published February 25, 2022.
2764

2865
For complete release version information, see [Version log](version-log.md).
2966

67+
> [!NOTE] IMPORTANT: There is a known issue with this release where deployment of Arc SQL MI hangs, and sends the controldb pods of Arc Data Controller into a
68+
> `CrashLoopBackOff` state, when the SQL MI is deployed with `loadBalancer` service type. This issue is fixed in a release on March 08, 2022.
69+
3070
### SQL Managed Instance
3171

3272
- Support for readable secondary replicas:

0 commit comments

Comments
 (0)