Host website like tinyurlwebsite.com

rudolf abbey 0 Reputation points
2023-10-22T08:34:52.54+00:00

Please I am new to website hosting can I host website like tinyurlwebsite.com with Microsoft Azure..

Can I get someone that can help me to install the script it is similar script like tinyurlwebsite.com

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,933 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Sreeju Nair 12,666 Reputation points
    2023-10-23T08:32:04.8733333+00:00

    Basically URL shortening is a functionality that can be added to any website. So definitely you can build a website with the URL shortening feature included and host it in the Azure App Services or in an Azure VM.

    See the following sample, that can be deployed to Azure Subscription.

    https://github.com/microsoft/AzUrlShortener

    If you search the internet with the term URL shortening with ASP.Net Core, you may find tons of samples. If you prefer to use other technologies, change your search terms accordingly and you will find enough samples.

    Hope this helps

    0 comments No comments

  2. Sedat SALMAN 14,180 Reputation points MVP
    2023-10-23T08:47:05.0966667+00:00

    there is no direct tutorial to create a website like tinyurlwebsite.com

    but you can follow this article

    https://techcommunity.microsoft.com/t5/apps-on-azure-blog/serverless-url-shortener/ba-p/3754120#:~:text=Azure%20Cosmos%20DB%20for%20NoSQL,consumption%20tier%20will%20be%20suitable

    and you can create your own version by using Azure services like Azure Functions, Azure Cosmos DB for NoSQL database, and Azure API Management for APIs. Azure Functions can be triggered by events to generate short URLs, while Azure Cosmos DB stores the original URL, hash, and other required data. Azure API Management would be used for handling API requests.

    Also the following training can help you to better understands the relevant services

    https://learn.microsoft.com/en-us/training/paths/deploy-a-website-with-azure-app-service/#:~:text=Deploy%20and%20run%20a%20containerized,the%20Docker%20image%20for%20changes

    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.