Code Monkey home page Code Monkey logo

freemoney's Introduction

FreeMoney

I built this application to learn how to deploy an application using Azure.

I made two deployment variants for my solution, using Azure Kubernetes Service and App Service:

Azure Kubernetes Service App Service
Azure SQL Server
Azure Functions

SLA

I also did the calculation of the SLA for my whole solution using the data provided by Microsoft:

Azure Resource SLA
Azure Kubernetes Service 99.9%
App Service 99.95%
Azure SQL Server 99.9%
Azure Functions 99.95%

The total SLA for each solution variant is:

Azure Resource SLA
Azure Kubernetes Service (.999)(.9995)(.999) = 99.75%
App Service (.999)(.9995)(.9995) = 99.8%

How to run

Provide environment variables for docker-compose in a .env file. You can use .env.example as a guide. This is not needed to run the project, but not all features will be available.

cp .env.example .env

A sample valid .env file might look like this:

FREE_MONEY_CONNECTION_STRING=Server=tcp:example-server,1433;Initial Catalog=free-money;User ID=ExampleUser;Password=ExamplePass1;
AZURE_FUNCTION_REGISTER_USER_RECORD=https://example-functions.azurewebsites.net/api/RegisterUserRecord

To run project.

docker-compose up

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.