When using Azure Custom variable and custom endpoint (frontdoor URL), the index didn't get created via script; hence, failed and gave error: "Error in Vectorizer" when running prepdocs.py
We later found out that the cause is from index not being created via the script so when we create an index manually inside of Azure Search Service, azd up works.
For the future deployment, how do we make sure that the script works automatically without doing anything manual?
