-
Notifications
You must be signed in to change notification settings - Fork 148
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use host in windows mount script #3519
Conversation
/test-extended |
🤖 pr-bot 🤖 🏃 Running extended tests: https://github.com/microsoft/AzureTRE/actions/runs/5102618522 (with refid (in response to this comment from @tamirkamara) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Just a small comment
templates/workspace_services/guacamole/user_resources/guacamole-azure-windowsvm/porter.yaml
Outdated
Show resolved
Hide resolved
…e-azure-windowsvm/porter.yaml
/test-extended |
🤖 pr-bot 🤖 🏃 Running extended tests: https://github.com/microsoft/AzureTRE/actions/runs/5103353926 (with refid (in response to this comment from @tamirkamara) |
/test-destroy-env |
Destroying PR test environment (RG: rg-tre0aa6c40a)... (run: https://github.com/microsoft/AzureTRE/actions/runs/5103554342) |
Destroying branch test environment (RG: rg-tre69239946)... (run: https://github.com/microsoft/AzureTRE/actions/runs/5103554342) |
Branch test environment destroy complete (RG: rg-tre69239946) |
PR test environment destroy complete (RG: rg-tre0aa6c40a) |
Resolves #3518
What is being addressed
The mount script fails to connect to shared storage.
How is this addressed
Host
instead of theEndpoint
when calling the mount command as it expects a FQDN and not a URL.templatefile
function instead of thetemplate_file
provider