Skip to content

Commit

Permalink
docs: update Storage connector requirements in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
csm-thu committed Nov 30, 2023
1 parent 9965f9f commit 60cdf78
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc/scenarioParametersConfiguration.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,11 @@ information about it in the `options` field of the parameter description:
- `connectorId`: the connector id to use in the dataset object that will be created with the Cosmo Tech API
- `description`: the description to use in the dataset object that will be created with the Cosmo Tech API

> **Warning**
>
> currently, the file scenario parameters (for "file upload" and "table" components) only work with Azure
> Storage connectors. The connector whose id you provide **must have the exact name "Azure Storage Connector"**.

When files uploaded by webapp users are sent to the back-end to be stored (for example in Azure Storage), the original
file name is preserved. This behavior can be inconvenient when writing the parameters handler of your solution. If you
want to have more predictable names for the files uploaded with the webapp, you can enable the option
Expand Down

0 comments on commit 60cdf78

Please sign in to comment.