Share via

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.


2 answers

Sort by: Most helpful
  1. Sedat SALMAN 14,530 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

    Was this answer helpful?

    0 comments No comments

  2. Sreeju Nair 12,761 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

    Was this answer helpful?

    0 comments No comments

Your answer

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