Skip to content

Instantly share code, notes, and snippets.

@yai333
Last active November 18, 2021 05:57
Show Gist options
  • Save yai333/9d9d828a147070847dc69730d15177df to your computer and use it in GitHub Desktop.
Save yai333/9d9d828a147070847dc69730d15177df to your computer and use it in GitHub Desktop.
azureStorageLinkedService.json
{
"annotations": [],
"type": "AzureBlobStorage",
"typeProperties": {
"serviceEndpoint": "https://YOUR_CONTAINER.blob.core.windows.net",
"tenant": "TENANT_ID",
"servicePrincipalId": "APP_CLIENT_ID",
"servicePrincipalKey": {
"type": "SecureString",
"value": "APP_CLIENT_SECRET"
},
"accountKind": "StorageV2"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment