diff --git a/README.md b/README.md index 2905b9d..fdda6e6 100644 --- a/README.md +++ b/README.md @@ -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