This assignment will give you hands-on experience in video hosting, creating a Flask app styled with Tailwind CSS, and deploying it to a cloud platform. You'll leverage CDN services in Google Cloud or Azure to optimize video delivery, ensuring a seamless user experience for viewers worldwide.
Flask App Link: https://flask-video.azurewebsites.net/
secure transfer, allow blob, allow storage key access
and save.Container (anonymous reada ccess for containers and blobs
for anonymous access level.Service Type = Azure CDN
and Query string caching behavior = Ignore Query String
./net
after your endpoint hostname link and enter.In Google Shell, create a basic Flask Application script using Tailwind to style the video.
az login -use-device-code
az webapp up --resource-group <resource-group> --name <app-name> --runtime PYTHON:3.9 --sku B1
and replace everything in the angle brackets.