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: specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json
"description": "The credential reference containing authentication information."
194
+
},
195
+
"authenticationType": {
196
+
"x-ms-enum": {
197
+
"name": "AzureStorageAuthenticationType",
198
+
"modelAsString": true
199
+
},
200
+
"enum": [
201
+
"Anonymous",
202
+
"AccountKey",
203
+
"SasUri",
204
+
"ServicePrincipal",
205
+
"Msi"
206
+
],
207
+
"type": "string",
208
+
"description": "The type used for authentication. Type: string."
209
+
},
210
+
"containerUri": {
211
+
"type": "object",
212
+
"description": "Container uri of the Azure Blob Storage resource only support for anonymous access. Type: string (or Expression with resultType string)."
0 commit comments