From 261009ddea0cc82215512b8797993de75b19ec58 Mon Sep 17 00:00:00 2001 From: newtbot Date: Sat, 16 Dec 2023 15:55:40 +0800 Subject: [PATCH] Update Azure_Database_setup.txt --- Documentation/Azure_Database_setup.txt | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/Documentation/Azure_Database_setup.txt b/Documentation/Azure_Database_setup.txt index e69de29..feb1416 100644 --- a/Documentation/Azure_Database_setup.txt +++ b/Documentation/Azure_Database_setup.txt @@ -0,0 +1,22 @@ +1) search for azure database for MYSQL servers +2) click the blue button "Create azure database for mysql server" +3) choose the flexible server option! + +Details i used: +subscriptions: Azure for students +resource group: MP-Resource-Group (create new resource group with whatever u want.) +server name: mpsqldatabase +region: defaulted to East US +MYsql version: 8.0 +workload type: for development or hobby projects +enable high availability: Untick +authentication: mysql authentication only +admin user: +password: + +Networking portion. +connectvitiy used: Public access (TEMP but should be configured to internal subnet ONLY in PROD!) + +rest ignore for now lol + +create and yippie!