getting data out of container instance

Franko999 161 Reputation points
2020-06-10T06:28:05.563+00:00

Hello guys,

Im new to the cloud services and azure environment. I deployed several container instances which generate some csv files. I would like to access them, but how? When I run container on my local host I can access data in the running container easily. How to do it in Azure? As I uderstand its somehow connected to creating persistance storage, like blob container or something. I created one but cant understand how to connect everything together. Please help.

Best regards.

Azure Container Instances
Azure Container Instances
An Azure service that provides customers with a serverless container experience.
635 questions
0 comments No comments
{count} votes

Accepted answer
  1. Manu Philip 16,971 Reputation points MVP
    2020-06-10T07:23:44.633+00:00

    Hello @Franko999-6564,

    In overview page of the Azure Container instance created, you can find the Public IP address assigned. You may need to open ports like 22 and 21 towards the IP and access the container through ftp application like filezilla. If your container doesn't have ftp access ready, you need to install/configure that too

    Please mark as "Accept the answer" if the above steps helps you. Others with similar issues can also follow the solution as per your suggestion

    Regards,

    Manu


0 additional answers

Sort by: Most helpful