-
Notifications
You must be signed in to change notification settings - Fork 147
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Using AzureTRE for Research Documentation (#2714)
- Loading branch information
Showing
9 changed files
with
79 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Using the Azure TRE for Research | ||
|
||
This section contains information relevant on how to conduct research in a TRE workspace. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,73 @@ | ||
|
||
# Set up of a Virtual Machine | ||
This document will talk you through how to deploy a Virtual Machine via the Guacamole Workspace Service and access imported data. | ||
|
||
## Creating your VM | ||
|
||
1. Open the UI link `https://<TRE_ID>.<LOCATION>.cloudapp.azure.com/` | ||
|
||
1. You will need the Microsoft Authenticator app on your phone. The above will take you through the set up process. | ||
|
||
2. Within the UI, under the Workspaces tab you should be able to see any Workspaces assigned to you. | ||
|
||
3. Click on the title of the Workspace to go into it. Within there should be the Guacamole Workspace Service, click the title to go into the Workspace Service. | ||
|
||
1. Clicking Connect will take you to the Guacamole Home Page where it will list out all of your deployed VMs. | ||
|
||
4. Within the Workspace Service tab, you’ll need to choose Create new to create a user resource. This will be your VM. | ||
|
||
5. Choose the template you’d like to base your VM on, at the moment the choice will be between a Windows or Linux VM. | ||
|
||
1. Fill in all of the details to your requirements. | ||
|
||
6. Once the resource is deployed, you should be able to choose Connect and view your VM in a browser. | ||
|
||
|
||
[![Connect to VM](../../assets/using-tre/vm-access.png)](../../assets/using-tre/vm-access.png) | ||
|
||
|
||
*You may see a pop-up asking for guacamole to have permission to use your clipboard, please allow that.* | ||
|
||
|
||
## Accessing Data | ||
You may have data pre-provisioned into your workspace, or you may import data via the airlock. | ||
|
||
|
||
## Starting and Stopping your VM | ||
When you are no longer using a VM, it is good practice to stop it so that the VM is deallocated and no unnecessary costs will be applied. | ||
To do this, navigate to the UI and find your VM. | ||
|
||
1. Click on the three small dots in the top right of the user resource card and choose Actions and then Stop. | ||
2. It will take a few minutes to take effect and the card should then display 'VM deallocated'. | ||
|
||
The same steps can be followed to Start your VM. | ||
|
||
[![Start and Stop VM](../../assets/using-tre/vm-start-stop.png)](../../assets/using-tre/vm-access.png) | ||
|
||
[![Deallocated VM](../../assets/using-tre/deallocated-vm.png)](../../assets/using-tre/deallocated-vm.png) | ||
|
||
|
||
|
||
## Deleting your VM | ||
If you no longer wish to use the VM you have created there is an option to delete it. First you'll need to disable the VM, similar to above when stopping it: | ||
|
||
1. Click on the three small dots in the top right and choose Disable. | ||
2. Once it is disabled (this can take a few minutes), click on the three dots again and you should then have the option to delete it. | ||
|
||
[![Disable VM](../../assets/using-tre/disable-vm.png)](../../assets/using-tre/disable-vm.png) | ||
|
||
|
||
[![Delete VM](../../assets/using-tre/delete-vm.png)](../../assets/using-tre/delete-vm.png) | ||
|
||
|
||
## VM Actions | ||
|
||
Whilst the VM is currently updating due to an invoked action it will display a message similar to the one below. This will occur any time a service or user resource is deployed, disabled, deleted etc. | ||
|
||
[![Update VM](../../assets/using-tre/updating-vm.png)](../../assets/using-tre/updating-vm.png) | ||
|
||
You can also view any current operations by clicking on the bell in the top right hand corner of the screen. | ||
|
||
|
||
## How to Contribute to our Documentation | ||
[Contribute to Documentation](https://microsoft.github.io/AzureTRE/coming-soon/) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters