Last active
November 18, 2021 05:57
-
-
Save yai333/9d9d828a147070847dc69730d15177df to your computer and use it in GitHub Desktop.
azureStorageLinkedService.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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