actions-marketplace-validations/Azure Table Storage Upload

Uploads values to Azure Table Storage

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Aug 6, 2021
License
Apache 2.0

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/ladycailin_azure-table-storage-upload@1fab37e6fbdccd3c4004dd658ed745d9e67634c9 # no releases — HEAD as of 2026-07-10

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
connection_stringThe connection string for the storage account. Used if value is set. Either connection_string or sas_token must be suppliedno
sas_tokenThe shared access signature token for the storage account. Either connection_string or sas_token must be suppliedno
table_nameThe name of the table to insert into.yes
partition_keyThe partition keyyes
row_keyThe row keyyes
dataThe data to insert. This should be in column="value" format.yes
if_existsThe 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_argsExtra arguments that can be passed to `az storage entity insert`.no

no outputs