diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-07-20 15:33:37 +0300 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-07-20 15:33:37 +0300 |
| commit | 2405a27b29abf5382da56e67cc46cc338d2d0f89 (patch) | |
| tree | 157df0b7416a60219b9342bda86c9f86434dfdaf /Software/Visual_Studio/Notes/Tango.Notes/Azure | |
| parent | bd51a682dbd8ffef086715011c171d531cf05b5c (diff) | |
| download | Tango-2405a27b29abf5382da56e67cc46cc338d2d0f89.tar.gz Tango-2405a27b29abf5382da56e67cc46cc338d2d0f89.zip | |
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.
Diffstat (limited to 'Software/Visual_Studio/Notes/Tango.Notes/Azure')
| -rw-r--r-- | Software/Visual_Studio/Notes/Tango.Notes/Azure/New Environment.txt | 4 |
1 files changed, 2 insertions, 2 deletions
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. |
