microsoft / microsoft/AzureTRE
Routing approved airlock data to shared storage automatically
@yahya130 is already working on this.
Since Feb 7, 2025.
- Dominant language
- Python
- Stars
- 235
- Forks
- 192
- Avg merge
- 1d 23h
- Merged PRs (30d)
- 13
Description
Is your feature request related to a problem? Please describe.
Whenever data arrives into approved workspace storage via airlock there is a use case for moving it to shared workspace storage (which is file share). The reason for this is to make the data available to VMs/desktops (via mounted file share) which can be deployed to a workspace and avoids the need to manually use Azure CLI commands per VM to access the data. Note that VMs are one use case there can be other services which can consume the file share.
Describe the solution you'd like
The ideal solution would be to automatically move the approved airlock data on arrival to shared workspace storage. The service which takes care of the automation can be a workspace service or deployed as part of a base workspace, this is open for discussion.
Describe alternatives you've considered
No alternatives considered.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.