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/app-service/includes/tutorial-ai-openai-chatbot/create-openai-resource.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ In this section, you'll use GitHub Codespaces to create an Azure OpenAI resource
37
37
```
38
38
39
39
> [!IMPORTANT]
40
-
> The region is critical as it's tied to the regional availability of the chosen model. Model availability and [deployment type availability](/azure/ai-services/openai/how-to/deployment-types) vary from region to region. This tutorial uses `gpt-4o-mini`, which is available in `eastus2` under the Standard deployment type. If you deploy to a different region, this model might not be available or might require a different tier. Before changing regions, consult the [Model summary table and region availability](/azure/ai-services/openai/concepts/models#model-summary-table-and-region-availability) to verify model support in your preferred region.
40
+
> The region is critical as it's tied to the regional availability of the chosen model. Model availability and [deployment type availability](/azure/ai-foundry/foundry-models/concepts/deployment-types) vary from region to region. This tutorial uses `gpt-4o-mini`, which is available in `eastus2` under the Standard deployment type. If you deploy to a different region, this model might not be available or might require a different tier. Before changing regions, consult the [Model summary table and region availability](/azure/ai-services/openai/concepts/models#model-summary-table-and-region-availability) to verify model support in your preferred region.
41
41
>
42
42
43
43
6. Create a resource group and an Azure OpenAI resource with a custom domain, then add a gpt-4o-mini model:
Copy file name to clipboardExpand all lines: articles/data-factory/connector-shopify.md
+9-10Lines changed: 9 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ author: jianleishen
7
7
ms.subservice: data-movement
8
8
ms.topic: conceptual
9
9
ms.custom: synapse
10
-
ms.date: 08/12/2025
10
+
ms.date: 10/12/2025
11
11
---
12
12
13
13
# Copy data from Shopify using Azure Data Factory or Synapse Analytics (Preview)
@@ -151,7 +151,10 @@ To copy data from Shopify, set the type property of the dataset to **ShopifyObje
151
151
| Property | Description | Required |
152
152
|:--- |:--- |:--- |
153
153
| type | The type property of the dataset must be set to: **ShopifyObject**| Yes |
154
-
| tableName | Name of the table. For version 2.0 (Preview), table names retain the Shopify GraphQL structure, for example `customers`. For version 1.0, table names use simplified names with prefix, for example, `"Shopify"."Customers"`.| Yes for version 2.0 (Preview).<br> No for version 1.0 (if "query" in activity source is specified) |
154
+
| tableName | Name of the table. <br><br>For version 2.0 (Preview), table names retain the Shopify GraphQL structure, for example `customers`. <br><br>For version 1.0, table names use simplified names with prefixes, for example, `"Shopify"."Customers"`.| No (if "query" in activity source is specified) |
155
+
156
+
> [!NOTE]
157
+
> *tags* column can not be read when you specify `tableName` in the dataset. To read this column, [use `query`](#shopify-as-source).
155
158
156
159
**Example**
157
160
@@ -181,10 +184,7 @@ To copy data from Shopify, set the source type in the copy activity to **Shopify
181
184
| Property | Description | Required |
182
185
|:--- |:--- |:--- |
183
186
| type | The type property of the copy activity source must be set to: **ShopifySource**| Yes |
184
-
| query | Use the custom SQL query to read data. For example: `"SELECT * FROM "Products" WHERE Product_Id = '123'"`. | No (if "tableName" in dataset is specified) |
185
-
186
-
> [!Note]
187
-
> `query` is not supported in version 2.0 (Preview).
187
+
| query |For version 2.0, use the GraphQL query to read data. To learn more about this query, see this [article](https://shopify.dev/docs/api/admin-graphql). Note that the pagination query is only supported for outer tables, and each record in the outer table can include up to 250 inner table records. <br><br>For version 1.0, use the custom SQL query to read data. For example: `"SELECT * FROM "Products" WHERE Product_Id = '123'"`. | No (if "tableName" in dataset is specified) |
188
188
189
189
**Example:**
190
190
@@ -207,8 +207,7 @@ To copy data from Shopify, set the source type in the copy activity to **Shopify
207
207
],
208
208
"typeProperties": {
209
209
"source": {
210
-
"type": "ShopifySource",
211
-
"query": "SELECT * FROM \"Products\" WHERE Product_Id = '123'"
210
+
"type": "ShopifySource"
212
211
},
213
212
"sink": {
214
213
"type": "<sink type>"
@@ -249,13 +248,13 @@ The following table shows the release stage and change logs for different versio
249
248
| Version | Release stage | Change log |
250
249
| :----------- | :------- |:------- |
251
250
| Version 1.0 | End of support announced | / |
252
-
| Version 2.0 | Public Preview |• Table and column names retain the Shopify GraphQL structure. <br><br> • `useEncryptedEndpoints`, `useHostVerification`, `usePeerVerification` are not supported in the linked service. <br><br> • `query` is not supported. |
251
+
| Version 2.0 | Public Preview |• Table and column names retain the Shopify GraphQL structure. <br><br> • Support GraphQL query only. <br><br>• `useEncryptedEndpoints`, `useHostVerification`, `usePeerVerification` are not supported in the linked service. |
253
252
254
253
### <aname="upgrade-the-shopify-connector-from-version-10-to-version-20"></a> Upgrade the Shopify connector from version 1.0 to version 2.0 (Preview)
255
254
256
255
1. In **Edit linked service** page, select 2.0 (Preview) for version. For more information, see [linked service version 2.0 (Preview) properties](#version-20).
257
256
1. For version 2.0 (Preview), note that table and column names retain the Shopify GraphQL structure.
258
-
1.`query` is only supported in version 1.0. You should use the `tableName` instead of `query` in version 2.0 (Preview).
257
+
1.If you use SQL query in the copy activity source or the lookup activity that refers to the version 1.0 linked service, you need to convert them to the GraphQL query. To learn more about this query, see this [article](https://shopify.dev/docs/api/admin-graphql)
259
258
260
259
## Related content
261
260
For a list of data stores supported as sources and sinks by the copy activity, see [supported data stores](copy-activity-overview.md#supported-data-stores-and-formats).
0 commit comments