From 2405a27b29abf5382da56e67cc46cc338d2d0f89 Mon Sep 17 00:00:00 2001 From: Roy Ben Shabat Date: Mon, 20 Jul 2020 15:33:37 +0300 Subject: Refactored total liquid volume exceeds the max calc to nl/cm based. Fixed notes for New Environment. Applied possible fix for PPC power up message stuck. --- Software/Visual_Studio/Notes/Tango.Notes/Azure/New Environment.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Software/Visual_Studio/Notes/Tango.Notes/Azure') diff --git a/Software/Visual_Studio/Notes/Tango.Notes/Azure/New Environment.txt b/Software/Visual_Studio/Notes/Tango.Notes/Azure/New Environment.txt index 710cdcb2d..212da09a2 100644 --- a/Software/Visual_Studio/Notes/Tango.Notes/Azure/New Environment.txt +++ b/Software/Visual_Studio/Notes/Tango.Notes/Azure/New Environment.txt @@ -41,8 +41,8 @@ EXEC sp_addrolemember N'db_datawriter', N'BackupUser' CREATE USER [Tango] FROM EXTERNAL PROVIDER WITH DEFAULT_SCHEMA=[dbo] GO -EXEC sp_addrolemember N'db_datareader', N'BackupUser' -EXEC sp_addrolemember N'db_datawriter', N'BackupUser' +EXEC sp_addrolemember N'db_datareader', N'Tango' +EXEC sp_addrolemember N'db_datawriter', N'Tango' 9. Create a new storage blob container for the machine studio versions. -- cgit v1.3.1