How can I save data from any website in Azure?

Jonas Trumpfheller 21 Reputation points
2021-03-23T09:01:34.87+00:00

Hello,

the problem I have right now is that I want to store data that is deployed on a website in Azure.
My approach is to develop a webcrawler that reads the data and stores it in Azure.
Does this approach work or do I have to find another way how to get this data into azure?

Thank you very much!

Azure Files
Azure Files
An Azure service that offers file shares in the cloud.
1,356 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,274 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Grmacjon-MSFT 18,816 Reputation points
    2021-03-26T08:01:31.87+00:00

    Hi @Jonas Trumpfheller ,

    Thanks for your patience. What type of data would you like to store from your web app? you can utilize Azure Blob Storage for your scenario. Azure Blob storage is an object storage solution optimized for storing massive amounts of unstructured data, such as text or binary data. Blob storage is ideal for:

    Serving images or documents directly to a browser, including full static websites.
    Storing files for distributed access.
    Streaming video and audio.
    Storing data for backup and restoration, disaster recovery, and archiving.
    Storing data for analysis by an on-premises or Azure-hosted service.

    you can follow this tutorial to learn how to access Azure Storage for a web app running on Azure App Service by using managed identities.

    Hope this helps!

    Please let us know if the above helps or you need further assistance on this issue.

    1 person found this answer helpful.
    0 comments No comments

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.