This repository has been archived by the owner on Aug 31, 2021. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 39
target_azureblob
Marcel Kloubert edited this page Dec 9, 2017
·
2 revisions
Deploys to a container of an Azure blob storage.
{
"deploy.reloaded": {
"targets": [
{
"type": "azureblob",
"name": "My Azure blob storage",
"description": "A container in an Azure blob storage",
"container": "my-container",
"account": "my-storage-account",
"accessKey": "<ACCESS-KEY-FROM-AZURE-PORTAL>"
}
]
}
}
Name | Description |
---|---|
accessKey *
|
The access key from the Azure portal. |
account *
|
The name of the storage account. |
container *
|
The name of the container to deploy to. Default: vscode-deploy-reloaded
|
dir *
|
The directory inside the container where to deploy to. Default: /
|
hashContent |
Hash content or not. Default: (false)
|
host *
|
The custom hostname to use. |
useDevelopmentStorage |
Use local development storage or not. Default: (false)
|
* supports placeholders