Persistence Storage - Azure Spring Cloud

Neekhra, Dolly 21 Reputation points
2021-02-10T11:35:59.537+00:00

Hi,

I am new to Azure.

I am running application in Azure Spring cloud.

I have selected the option of persistence storage. Programmatically i have saved one file in the /persistence storage. How can i view the file. I am not able find the folder anywhere in azure.

Azure Spring Apps
Azure Spring Apps
An Azure platform as a service for running Spring Boot applications at cloud scale. Previously known as Azure Spring Cloud.
124 questions
0 comments No comments
{count} votes

Accepted answer
  1. Monalla-MSFT 12,946 Reputation points
    2021-02-12T01:00:02.05+00:00

    @Neekhra, Dolly - Thanks for reaching out.

    As of now, we do not have a way to SSH into the container to view file. Since persistent storage is a file-share container managed by Azure and allocated per application getting these files curling the at the /persistent path. See sample below : Storage-Sample

    Overall, Azure Spring Cloud provides two types of storage for your application: persistent and temporary.
    By default, Azure Spring Cloud provides temporary storage for each application instance. Temporary storage is limited to 5 GB per instance with the default mount path /tmp.
    Persistent storage can have a max of 10 applications with persistent storage enabled. Each application is allocated 50 GB of persistent storage with the default mount path of /persistent.
    Reference: How to use persistent storage in Azure Spring Cloud

    Hope this helps.

    If the above response helped, please feel free to "Accept as Answer" so it can be beneficial to the community.

    2 people found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.