AzureStorage.Table.insert_or_replace_entity
You're seeing just the function
insert_or_replace_entity
, go back to AzureStorage.Table module for more information.
The Insert Or Replace Entity operation replaces an existing entity or inserts a new entity if it does not exist in the table.
Because this operation can insert or update an entity, it is also known as an upsert operation.