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
Name of the pre-existing Active Directory connector custom resource to join for AD authentication. When provided, system will assume that AD authentication is desired.
Name of the Active Directory account for this managed instance.
213
212
- `spec.security.activeDirectory.keytabSecret`
214
213
Name of the Kubernetes secret hosting the pre-created keytab file by users. This secret must be in the same namespace as the managed instance. This parameter is only required for the AD deployment in customer-managed keytab mode.
214
+
- `spec.services.primary.dnsName`
215
+
You provide a DNS name for the primary SQL endpoint.
216
+
- `spec.services.primary.port`
217
+
You provide a port number for the primary SQL endpoint.
Kubernetes namespace of the pre-existing Active Directory connector to join for AD authentication. When not provided, system will assume the same namespace as SQL.
Name of the pre-existing Active Directory connector custom resource to join for AD authentication. When provided, system will assume that AD authentication is desired.
218
228
- `spec.security.activeDirectory.accountName`
219
229
Name of the Active Directory (AD) account for this SQL. This account will be automatically generated for this SQL by the system and must not exist in the domain before deploying SQL.
220
-
221
-
---
222
-
223
230
- `spec.services.primary.dnsName`
224
231
You provide a DNS name for the primary SQL endpoint.
225
232
- `spec.services.primary.port`
@@ -228,6 +235,10 @@ To support Active Directory authentication on SQL, the deployment specification
Kubernetes namespace of the pre-existing Active Directory connector to join for AD authentication. When not provided, system will assume the same namespace as SQL.
238
+
- `spec.security.activeDirectory.encryptionTypes`
239
+
List of Kerberos encryption types to allow for the automatically generated AD account provided in `spec.security.activeDirectory.accountName`. Accepted values are RC4, AES128 and AES256. It defaults to allow all encryption types when there is no value provided. You can disable RC4 by providing only AES128 and AES256 as encryption types.
240
+
241
+
---
231
242
232
243
### Prepare deployment specification for SQL Managed Instance for Azure Arc
Copy file name to clipboardExpand all lines: articles/azure-arc/data/includes/azure-arc-data-preview-release.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,9 +6,11 @@ ms.topic: include
6
6
ms.date: 08/02/2022
7
7
---
8
8
9
-
<!--At this time, a test or preview build is not available for the next release.-->
9
+
At this time, a test or preview build is not available for the next release.
10
10
11
-
The current preview released on August 2, 2022.
11
+
<!--
12
+
13
+
The current test release published on Month #, ####.
12
14
13
15
|Component|Value|
14
16
|-----------|-----------|
@@ -27,3 +29,5 @@ New for this release:
27
29
28
30
- `arcdata` Azure CLI extension
29
31
- The Azure CLI help text for the Arc data controller, Arc-enabled SQL Managed Instance, and Active Directory connector command groups has been updated to reflect new naming conventions. Indirect mode arguments are now referred to as "Kubernetes API - targeted" arguments, and direct mode arguments are now referred to as "Azure Resource Manager - targeted" arguments.
#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.
This article highlights capabilities, features, and enhancements recently released or improved for Azure Arc-enabled data services.
18
18
19
+
## August 9, 2022
20
+
21
+
New for this release:
22
+
23
+
## Arc-enabled SQL Managed Instance
24
+
25
+
- AES encryption can now be enabled for AD authentication.
26
+
27
+
## `arcdata` Azure CLI extension
28
+
29
+
- The Azure CLI help text for the Arc data controller, Arc-enabled SQL Managed Instance, and Active Directory connector command groups has been updated to reflect new naming conventions. Indirect mode arguments are now referred to as _Kubernetes API - targeted_ arguments, and direct mode arguments are now referred to as _Azure Resource Manager - targeted_ arguments.
|Arc Data extension for Azure Data Studio<br/>`arc`<br/>`azcli`|<br/>1.5.0 ([Download](https://azuredatastudioarcext.blob.core.windows.net/stage/arc-1.5.0.vsix))</br>1.5.0 ([Download](https://azuredatastudioarcext.blob.core.windows.net/stage/azcli-1.5.0.vsix)|
30
+
20
31
## July 12, 2022
21
32
22
33
|Component|Value|
23
34
|-----------|-----------|
24
35
|Container images tag |`v1.9.0_2022-07-12`|
25
36
|CRD names and version|`datacontrollers.arcdata.microsoft.com`: v1beta1, v1 through v6<br/>`exporttasks.tasks.arcdata.microsoft.com`: v1beta1, v1, v2<br/>`kafkas.arcdata.microsoft.com`: v1beta1<br/>`monitors.arcdata.microsoft.com`: v1beta1, v1, v2<br/>`sqlmanagedinstances.sql.arcdata.microsoft.com`: v1beta1, v1 through v5<br/>`postgresqls.arcdata.microsoft.com`: v1beta1, v1beta2<br/>`sqlmanagedinstancerestoretasks.tasks.sql.arcdata.microsoft.com`: v1beta1, v1<br/>`failovergroups.sql.arcdata.microsoft.com`: v1beta1, v1beta2, v1<br/>`activedirectoryconnectors.arcdata.microsoft.com`: v1beta1, v1beta2<br/>|
26
37
|Azure Resource Manager (ARM) API version|2022-03-01-preview (No change)|
|Arc Data extension for Azure Data Studio<br/>`arc`<br/>`azcli`|<br/>1.3.0 ([Download](https://azuredatastudioarcext.blob.core.windows.net/stage/arc-1.3.0.vsix))</br>1.3.0 ([Download](https://azuredatastudioarcext.blob.core.windows.net/stage/azcli-1.3.0.vsix))|
30
41
@@ -35,7 +46,7 @@ This article identifies the component versions with each release of Azure Arc-en
35
46
|Container images tag |`v1.8.0_2022-06-14`|
36
47
|CRD names and version|`datacontrollers.arcdata.microsoft.com`: v1beta1, v1 through v6<br/>`exporttasks.tasks.arcdata.microsoft.com`: v1beta1, v1, v2<br/>`kafkas.arcdata.microsoft.com`: v1beta1<br/>`monitors.arcdata.microsoft.com`: v1beta1, v1, v2<br/>`sqlmanagedinstances.sql.arcdata.microsoft.com`: v1beta1, v1 through v5<br/>`postgresqls.arcdata.microsoft.com`: v1beta1, v1beta2<br/>`sqlmanagedinstancerestoretasks.tasks.sql.arcdata.microsoft.com`: v1beta1, v1<br/>`failovergroups.sql.arcdata.microsoft.com`: v1beta1, v1beta2, v1<br/>`activedirectoryconnectors.arcdata.microsoft.com`: v1beta1, v1beta2<br/>|
0 commit comments