You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Static web app written in React which uploads CSV files to Azure storage blobs via HTTP-triggered Azure function, which is then processed by a blob-triggered function and its results stored in yet another blob.
Python Flask app serving static HTML deployed on Azure using Azure Web Apps. A CI/CD pipeline has been implemented by utilizing GitHub Actions Workflows. Resources are provisioned using Terraform.