Forum Discussion
Hareth
Apr 01, 2025Copper Contributor
Setup of FinOps Toolkit
OK, so I've deployed the toolkit, setup the exports on an MCA account with 9x billing profiles, created FOCUS + Price Sheet exports for each billing profile followed by reservation details, transacti...
Kidd_Ip
Apr 02, 2025MVP
Are you looking for this:
- Parameters for msexports_ETL_ingestion
- blobPath: The path to the blob storage container where the raw export files are located.
- destinationFile: The name of the output file after processing.
- destinationFolder: The folder path in the storage account where the processed file will be saved.
- ingestionId: A unique identifier for the ingestion process (can be auto-generated or specified).
- schemaFile: The schema file that defines the structure of the data being ingested.
- exportDatasetType: The type of dataset being processed (e.g., "FOCUS", "PriceSheet").
- exportDatasetVersion: The version of the dataset schema being used (e.g., "v1").
- Parameters for msexports_ExecuteETL
- folderPath: The folder path in the storage account where the raw export files are stored.
- fileName: The specific file name to process within the folder.