Skip to content

Commit 56b7561

Browse files
committed
Simplify the managed id instructions
1 parent 9cea737 commit 56b7561

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -87,17 +87,15 @@ create_vm = true
8787
```
8888
and re-apply terraform: `terraform apply -var-file=var.tfvars`.
8989

90-
This will create the VPS and required roles.
90+
This will create the VPS and required managed identities.
9191

92-
Use `proxy-vps` to proxy all network requests through the vps with sshuttle. sshuttle will likely ask for a sudo password.
92+
`bin/rake test_azure_vm` and `bin/rake test_app_service` will establish a VPN connection to the VM or App service container and run the test suite. You might be prompted for a sudo password when the VPN starts (sshuttle).
9393

94-
Then use `bin/rake test_entra_id` to run the tests with Entra ID.
95-
96-
After you are done, running terraform again without the var file (`terraform apply`) it should destroy the VPS.
94+
After you are done, run terraform again without the var file (`terraform apply`) to destroy the VPS and App service application.
9795

9896
#### Cleanup
9997

100-
Some test copied over from Rails codebase don't clean after themselves. A rake task is provided to empty your containers and keep cost low: `bin/rake flush_test_container`
98+
Some tests copied over from Rails don't clean after themselves. A rake task is provided to empty your containers and keep cost low: `bin/rake flush_test_container`
10199

102100
#### Run without devenv/nix
103101

0 commit comments

Comments
 (0)