actions-marketplace-validations/Azure Table Storage Upload
Uploads values to Azure Table Storage
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Aug 6, 2021
- License
- Apache 2.0
Pinned Snippet
uses: actions-marketplace-validations/ladycailin_azure-table-storage-upload@1fab37e6fbdccd3c4004dd658ed745d9e67634c9 # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| connection_string | The connection string for the storage account. Used if value is set. Either connection_string or sas_token must be supplied | no | — |
| sas_token | The shared access signature token for the storage account. Either connection_string or sas_token must be supplied | no | — |
| table_name | The name of the table to insert into. | yes | — |
| partition_key | The partition key | yes | — |
| row_key | The row key | yes | — |
| data | The data to insert. This should be in column="value" format. | yes | — |
| if_exists | The strategy to use if the partition_key/row_key already exists in the table, one of fail, merge, or replace. Defaults to fail. | no | — |
| extra_args | Extra arguments that can be passed to `az storage entity insert`. | no | — |
Outputs
no outputs