Обновление:
Это структура моей активности u- sql. Он может работать и обрабатываться успешно: (Вы можете попробовать создать новое действие json из u- sql, чтобы заменить действие u- sql.)
{
"name": "pipeline4",
"properties": {
"activities": [
{
"name": "U-SQL1",
"type": "DataLakeAnalyticsU-SQL",
"dependsOn": [],
"policy": {
"timeout": "7.00:00:00",
"retry": 0,
"retryIntervalInSeconds": 30,
"secureOutput": false,
"secureInput": false
},
"userProperties": [],
"typeProperties": {
"scriptPath": "test1/u-sql.txt",
"scriptLinkedService": {
"referenceName": "LinkTo0730",
"type": "LinkedServiceReference"
}
},
"linkedServiceName": {
"referenceName": "AzureDataLakeAnalytics1",
"type": "LinkedServiceReference"
}
}
],
"annotations": []
}
}
Исходный ответ :
Мне не удалось создать учетную запись Azure Datalake Storage Gen 1 в Центральной Канаде (или любом канадском регионе, если на то пошло)
Вкл. С моей стороны, я также не могу создать datalake gen1 в регионе Центральная Канада. Это предел моей подписки. Но вы можете проверить диспетчер ресурсов на своей стороне, может быть, сможете. (Azure озеро данных gen1 - это Microsoft.DataLakeStore)
Resource Manager is supported in all regions, but the resources you deploy might not be supported in all regions. In addition, there may be limitations on your subscription that prevent you from using some regions that support the resource. The resource explorer displays valid locations for the resource type.
Please have a check of this document:
https://docs.microsoft.com/en-us/azure/azure-resource-manager/management/resource-providers-and-types
Я попытался перейти на Azure Datalake Storage Gen2, но затем столкнулся с проблемой, из-за которой активность Azure Data Factory - U- SQL не могла быть связана со связанной службой Gen2 Storage для получения U- SQL script
С моей стороны, кажется, он читает сценарий u- sql в gen2, вы получили ошибку?