You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# 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.
14
14
---
15
-
16
15
# Release notes - Azure Arc-enabled data services
17
16
18
17
This article highlights capabilities, features, and enhancements recently released or improved for Azure Arc-enabled data services.
19
18
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
+
### SQL Managed Instance
33
+
34
+
- Support for readable secondary replicas:
35
+
- To set readable secondary replicas use `--readable-secondaries` when you create or update an Arc-enabled SQL Managed Instance deployment.
36
+
- Set `--readable secondaries` to any value between 0 and the number of replicas minus 1.
37
+
-`--readable-secondaries` only applies to Business Critical tier.
38
+
- 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.
39
+
- RWX capable storage class is required for backups, for both General Purpose and Business Critical service tiers.
40
+
- Billing support when using multiple read replicas.
41
+
42
+
For additional information about service tiers, see [High Availability with Azure Arc-enabled SQL Managed Instance (preview)](managed-instance-high-availability.md).
43
+
44
+
### User experience improvements
45
+
46
+
The following improvements are available in [Azure Data Studio](/sql/azure-data-studio/download-azure-data-studio).
47
+
48
+
- Azure Arc and Azure CLI extensions now generally available.
49
+
- 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.
50
+
- Data controller deployment wizard step for connectivity mode is now earlier in the process.
51
+
- Removed an extra backups field in SQL MI deployment wizard.
52
+
20
53
## February 2022
21
54
22
55
This release is published February 25, 2022.
@@ -27,6 +60,10 @@ This release is published February 25, 2022.
27
60
28
61
For complete release version information, see [Version log](version-log.md).
29
62
63
+
> [!CAUTION]
64
+
> 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
65
+
> `CrashLoopBackOff` state, when the SQL MI is deployed with `loadBalancer` service type. This issue is fixed in a release on March 08, 2022.
0 commit comments