Skip to content

Commit 7b1c40d

Browse files
committed
update variables
Signed-off-by: Matthew Fisher <[email protected]>
1 parent 67563b8 commit 7b1c40d

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -59,17 +59,18 @@ jobs:
5959
|---------------------|----------------------------------------------------------------------------|
6060
| `source_dir` | The name of the directory you want to upload |
6161
| `container_name` | The name of the storage account container these assets will be uploaded to |
62-
| `connection_string` | Your Azure Blob Storage connection string |
63-
6462

6563
### Optional Variables
6664

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

7475
## License
7576

0 commit comments

Comments
 (0)