Weather Tracker - Cloud App

Published on 22 December 2024 | by Santosh Kumar Tripathi

Weather Tracker (Develop Azure Compute Solutions) This is a web application that helps users track real-time weather updates for their selected cities. It also sends alerts when certain weather conditions are met, such as predicting rain.

Infrastructure Overview

  • Azure App Service Web App – Hosts the web application, making it accessible to users.
  • Azure Container Registry – Stores Docker images of the app for easy deployment.
  • Azure Container Instance – Runs containers for development and testing purposes.
  • Azure Functions – Triggers weather alerts when specific conditions are detected.
  • Azure Container Apps – Runs the application’s containers in a production environment.

This setup ensures the app is scalable, efficient, and can send timely weather updates and alerts.

Clone the Repository

git clone https://github.com/santoshtripathi30/WeatherTracker