diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-02-25 16:25:40 +0200 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-02-25 16:25:40 +0200 |
| commit | 0523d927f31acc3be070fa6281c3108aaefe65c2 (patch) | |
| tree | 3467788bf39bd919977d2a6fa42d62ceda03dc70 /Software/Visual_Studio/Azure/Tango.AzureUtils.UI | |
| parent | 1d2a8fcc28a69b87f8deb3f08323c9a80e3631e2 (diff) | |
| download | Tango-0523d927f31acc3be070fa6281c3108aaefe65c2.tar.gz Tango-0523d927f31acc3be070fa6281c3108aaefe65c2.zip | |
Azure Utils: Added Tango WebApp user creation and permission on database for token authentication.
Also added to Azure notes.
Diffstat (limited to 'Software/Visual_Studio/Azure/Tango.AzureUtils.UI')
| -rw-r--r-- | Software/Visual_Studio/Azure/Tango.AzureUtils.UI/Views/EnvironmentCreationView.xaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Azure/Tango.AzureUtils.UI/Views/EnvironmentCreationView.xaml b/Software/Visual_Studio/Azure/Tango.AzureUtils.UI/Views/EnvironmentCreationView.xaml index 05f917e5b..54fe2f7be 100644 --- a/Software/Visual_Studio/Azure/Tango.AzureUtils.UI/Views/EnvironmentCreationView.xaml +++ b/Software/Visual_Studio/Azure/Tango.AzureUtils.UI/Views/EnvironmentCreationView.xaml @@ -40,6 +40,7 @@ <CheckBox Margin="0 5 0 0" IsChecked="{Binding Config.CreateDatabase}" >Create Database</CheckBox> <CheckBox Margin="0 5 0 0" IsChecked="{Binding Config.AddDatabasePermissionsForEnvironmentGroup}" >Add Database Permissions for Environment Group</CheckBox> <CheckBox Margin="0 5 0 0" IsChecked="{Binding Config.CreateDatabaseBackupUser}" >Create Database Backup User</CheckBox> + <CheckBox Margin="0 5 0 0" IsChecked="{Binding Config.CreateDatabaseTangoWebApplicationUser}" >Create Database Tango WebApp User</CheckBox> <CheckBox Margin="0 5 0 0" IsChecked="{Binding Config.SynchronizeDatabaseSchema}">Synchronize Database Schema</CheckBox> <CheckBox Margin="0 5 0 0" IsChecked="{Binding Config.SynchronizeDatabaseData}">Synchronize Database Static Collections</CheckBox> <CheckBox Margin="0 5 0 0" IsChecked="{Binding Config.CreateStorageContainers}">Create MS and PPC Storage Containers</CheckBox> |
