How can I make my link from Azure be unique

Sinzore 40 Reputation points
2023-09-20T22:23:07.08+00:00

This is my link https://synnsites.z13.web.core.windows.net/ but I'd love if it was a unique one something like, let's say https://synnsites.net/

How can I handle this?

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,787 questions
{count} votes

Accepted answer
  1. Konstantinos Passadis 19,066 Reputation points MVP
    2023-09-20T23:31:41.26+00:00

    Hello @Sinzore

    The feature you are looking for is Custom Domain

    https://learn.microsoft.com/en-us/azure/storage/blobs/storage-custom-domain-name?tabs=azure-portal

    ✔️ Step 1: Get the host name of your storage endpoint.

    ✔️ Step 2: Create a canonical name (CNAME) record with your domain provider.

    ✔️ Step 3: Register the custom domain with Azure.

    ✔️ Step 4: Test your custom domain.


    I hope this helps!

    Kindly mark the answer as Accepted or post your feedback to provide additional help !

    Regards !

    1 person 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.