You can create the code and remove any sensitive information. That will help.
From what I have seen, if you are using unstructured-ingest, note that that integration is outdated as it is using our python v3 client
embedding_config=EmbeddingConfig(
provider="azure",
api_key=openai.api_key,
),
shouldn’t the provider here be openai?
Ps: I never used this code from unstructured-ingest