You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+5-1
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,11 @@ Services, you can have an agent escalation capability up and working in 15 minut
11
11
The deployment scripts require Powershell 7 which can be downloaded [here](https://docs.microsoft.com/en-us/powershell/scripting/install/installing-powershell-on-windows?view=powershell-7.2)
12
12
13
13
#### Ngrok
14
-
To install ngrok, follow instructions [here](https://ngrok.com/download)
14
+
To install ngrok v3, follow instructions [here](https://ngrok.com/download) or to upgrade your existing ngrok version, follow
15
+
the instructions [here](https://ngrok.com/docs/guides/upgrade-v2-v3). The previous version of the deployment scripts used
16
+
single dashes for ngrok command line flags which now fail in ngrok v3 per the "Breaking Changes" section on the ngrok site
17
+
[here](https://ngrok.com/docs/guides/upgrade-v2-v3) so those deployment scripts have been updated to use double dash flags
18
+
which may or may not work with older versions of ngrok (e.g., c:\ngrok\ngrok http 7071 --host-header=localhost:7071)
15
19
16
20
#### Azure CLI
17
21
The deployment scripts require Azure CLI version 2.22.0 or newer. You can check which version of the Azure CLI you have
0 commit comments