For data ingestion, I wanted to enable integrated vectorization. I followed the instructions provided in the docs -> data_ingestion.md file 1. I deleted the old index 2. Enabled azd env set USE_FEATURE_INT_VECTORIZATION true 3. azd provision 4. azd deploy 5. An indexer, index and data source were created. All my documents are present in blob storage. After the indexer successfully ran, I used the app, the citation url was wrong, it wasnt linked to the file in blob storage. When I looked at the index, the sourcefile and storageUrl variables were null, which is messing with my citations.  The citation does not have an extension, just has the file name. I am not sure why 