DanKyungu / Airflight

Help users to book flights from a specific company directly on the phone
3 stars 1 forks source link

Create AirflightDb (Azure SQL Database) #1

Open DanKyungu opened 4 years ago

DanKyungu commented 4 years ago
  1. Create an Azure SQL Database resource in an azure subscription
  2. Create an Azure Key Vault resource to store all private values like connectionString to our database
  3. Create the database using this schema : https://github.com/DanKyungu/Airflight/blob/master/docs/AirflightDbSchema.png
Lenscorpx commented 4 years ago

I can help with this!