{
"name": "AzureSqlLinkedService",
"properties": {
"description": "Source Linked Service create for the connect blob storage.",
"type": "AzureSqlDatabase",
"typeProperties": {
"connectionString": {
"value": "Server = tcp:<servername>.database.windows.net,1433;Initial Catalog=<databasename>; Persist Security Info=False; User ID=<username>; Password=<password>; MultipleActiveResultSets = False;Encrypt = True; TrustServerCertificate = False; Connection Timeout = 30;",
"type": "SecureString"
}
}
}
}