Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Not able to Use Azure Storage Account for catalog images #2047

Closed
rgandhi715 opened this issue Feb 9, 2023 · 2 comments
Closed

Not able to Use Azure Storage Account for catalog images #2047

rgandhi715 opened this issue Feb 9, 2023 · 2 comments

Comments

@rgandhi715
Copy link

Are there any documents/steps available to use Azure Storage account for catalog API. I have tried passing the container endpoint URL in the Image along with the Storage account name and key. have also uploaded the images in Storage account. still not loading the images.

I am deploying the application on AKS.
image

@erjain
Copy link
Contributor

erjain commented Feb 20, 2023

Hi @rgandhi715, thanks for testing eShop and sharing your query here. You can follow below steps :

Change the value of the below variable to True:

- AzureStorageEnabled=False

- AzureStorageEnabled=False

Then comment below line:

ESHOP_STORAGE_CATALOG_URL=http://host.docker.internal:5202/c/api/v1/catalog/items/[0]/pic/

Uncomment the below line and configure this value to the cloud storage locations URL(https://xxxxxxxx.blob.core.windows.net/pics/):

# ESHOP_STORAGE_CATALOG_URL=<YourAzureStorage_Catalog_BLOB_URL>

Let me know if this helps.

@erjain
Copy link
Contributor

erjain commented Mar 6, 2023

We have also captured the process in the wiki section on page Using-Azure-resources. I am closing this issue right now, but please feel free to continue the conversation if you want more help.

@erjain erjain closed this as completed Mar 6, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants