How to host a file that anyone can access over http

Mark Wright 236 Reputation points
2023-03-02T09:40:47.87+00:00

Hi,

I need to host a file in format https://somefile.zip

Its over 1gb

It has to be accessible to anyone. It has to be full file URL.

Can I do this with e.g blob storage ?

Appreciate any help.

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
3,192 questions
Microsoft Security | Intune | Other
{count} votes

1 answer

Sort by: Most helpful
  1. Manu Philip 20,206 Reputation points MVP Volunteer Moderator
    2023-03-02T10:26:14.0133333+00:00

    A file can be shared in Azure blob services with the url format as https://<sg account name>.blob.core.windows.net/<container name>/file.zip

    The name can be customized further, if you register your own domain as follows

    http://<customdomain>/<mycontainer>/<myblob>

    Let's know, are you looking for the above details.

    However, you can't share the file with the url as https://somefile.zip because of the dependencies of custom domain and azure blob storage sharing requirements


    --please don't forget to upvote and Accept as answer if the reply is 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.