Forum Discussion
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, transactions and recommendations for each billing profile.
Where it's failing for me is that I try to run the msexports_ExecuteETL and msexports_ETL_ingestion and it prompting me for
msexports_ETL_ingestion:
blobPath
destinationFile
destinationFolder
ingestionId
schemaFile
exportDatasetType
exportDatasetVersion
msexports_ExecuteETL:
folderPath
fileName
What should these value be?
Also we are currently migrating from EA agreement, to MCA, on the Cost Management Exports I can't see the subscription residing in the MCA agreement and therefore can't select the storage account in there to export to, why might that be?
1 Reply
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.