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
Copy file name to clipboardExpand all lines: articles/azure-arc/data/preview-testing.md
+60-12Lines changed: 60 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ Each month, Azure Arc-enabled data services is released on the second Tuesday of
24
24
- 14 days before the release date, the *test* pre-release version is made available.
25
25
- 7 days before the release date, the *preview* pre-release version is made available.
26
26
27
-
The main difference between the test and preview pre-release versions is usually just quality and stability, but in some exceptional cases there may be new features introduced in between the test and preview releases.
27
+
Normally, the main difference between the test and preview pre-release versions is quality and stability, but in some exceptional cases there may be new features introduced in between the test and preview releases.
28
28
29
29
Normally, pre-release version binaries are available around 10:00 AM Pacific Time. Documentation follows later in the day.
30
30
@@ -74,21 +74,69 @@ If you use the Azure Data Studio extension to install:
74
74
75
75
#### Indirect connectivity mode
76
76
77
-
If you install using the Azure CLI, follow the instructions to [create a custom configuration profile](create-custom-configuration-template.md). Once created, edit this custom configuration profile file enter the `docker` property values as required based on the information provided in the version history table on this page.
77
+
If you install using the Azure CLI:
78
78
79
-
For example:
79
+
1. Follow the instructions to [create a custom configuration profile](create-custom-configuration-template.md).
80
+
1. Edit this custom configuration profile file. Enter the `docker` property values as required based on the information provided in the version history table on this page.
80
81
81
-
```json
82
+
For example:
82
83
83
-
"docker": {
84
-
"registry": "mcr.microsoft.com",
85
-
"repository": "arcdata/test",
86
-
"imageTag": "v1.8.0_2022-06-07_5ba6b837",
87
-
"imagePullPolicy": "Always"
88
-
},
89
-
```
84
+
```json
85
+
86
+
"docker": {
87
+
"registry": "mcr.microsoft.com",
88
+
"repository": "arcdata/test",
89
+
"imageTag": "v1.8.0_2022-06-07_5ba6b837",
90
+
"imagePullPolicy": "Always"
91
+
},
92
+
```
93
+
94
+
1. Use the command `az arcdata dc create` as explained in [create a custom configuration profile](create-custom-configuration-template.md).
95
+
96
+
#### Direct connectivity mode
97
+
98
+
If you install using the Azure CLI:
99
+
100
+
1. Follow the instructions to [create a custom configuration profile](create-custom-configuration-template.md).
101
+
1. Edit this custom configuration profile file. Enter the `docker` property values as required based on the information provided in the version history table on this page.
102
+
103
+
For example:
104
+
105
+
```json
106
+
107
+
"docker": {
108
+
"registry": "mcr.microsoft.com",
109
+
"repository": "arcdata/test",
110
+
"imageTag": "v1.8.0_2022-06-07_5ba6b837",
111
+
"imagePullPolicy": "Always"
112
+
},
113
+
```
114
+
1. Set environment variables for:
115
+
116
+
-`ARC_DATASERVICES_EXTENSION_VERSION_TAG`: Use the version of the **Arc enabled Kubernetes helm chart extension version** from the release details under [Current preview release information](#current-preview-release-information).
1. Run `az arcdata dc create` as normal for the direct mode to:
134
+
135
+
- Create the extension, if it doesn't already exist
136
+
- Create the custom location, if it doesn't already exist
137
+
- Create data controller
90
138
91
-
Once the file is edited, use the command `az arcdata dc create` as explained in[create a custom configuration profile](create-custom-configuration-template.md).
139
+
For details see,[create a custom configuration profile](create-custom-configuration-template.md).
0 commit comments