Skip to content

Commit

Permalink
update variables
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Fisher <matt.fisher@fermyon.com>
  • Loading branch information
bacongobbler committed Mar 4, 2022
1 parent 67563b8 commit 7b1c40d
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,17 +59,18 @@ jobs:
|---------------------|----------------------------------------------------------------------------|
| `source_dir` | The name of the directory you want to upload |
| `container_name` | The name of the storage account container these assets will be uploaded to |
| `connection_string` | Your Azure Blob Storage connection string |


### Optional Variables

| Key | Value |
|--------------|-----------------------------------------------------------------------------------------------------------------------------------------|
| `extra_args` | Extra arguments that can be passed to `az storage blob upload-batch`. Useful for passing flags like `--pattern` or `--destination-path` |
| `sas_token` | The shared access signature token for the storage account. Either connection\_string or sas\_token must be supplied |
| `sync` | Use `az storage blob sync` to synchronize blobs recursively. Defaults to false (`az storage blob upload-batch`) |
| `overwrite` | Overwrite existing files in the destination container. Defaults to false |
| Key | Value |
|---------------------|-----------------------------------------------------------------------------------------------------------------------------------------|
| `account_name` | The name of the storage account. Required if `sas_token` is used |
| `cli_version` | If set, specifies the version of the Azure CLI to install. Defaults to latest |
| `connection_string` | The connection string for the storage account. Used if value is set. Either `connection_string` or `sas_token` must be supplied |
| `extra_args` | Extra arguments that can be passed to `az storage blob upload-batch`. Useful for passing flags like `--pattern` or `--destination-path` |
| `overwrite` | Overwrite existing files in the destination container. Defaults to false |
| `sas_token` | The shared access signature token for the storage account. Either connection\_string or sas\_token must be supplied |
| `sync` | Use `az storage blob sync` to synchronize blobs recursively. Defaults to false (`az storage blob upload-batch`) |

## License

Expand Down

0 comments on commit 7b1c40d

Please sign in to comment.