dev-tunnels icon indicating copy to clipboard operation
dev-tunnels copied to clipboard

Dev Tunnels SDK

Results 72 dev-tunnels issues
Sort by recently updated
recently updated
newest added
trafficstars

When I try to login with `devtunnel user login`, and select an account who has an active Azure Subscription, I got the error below. Running version ``` devtunnel --version Tunnel...

I am developing an application and suddenly the Dev tunnel is failing for me. I can't use Microsoft or Ngrok. It actually says that I have gone over the 5gb...

I'm trying to work with Dev Tunnels for the first time to run a Microsoft Teams sample (https://github.com/OfficeDev/Microsoft-Teams-Samples/tree/main/samples/outgoing-webhook/csharp). Following this doc: https://learn.microsoft.com/en-us/azure/developer/dev-tunnels/get-started?tabs=windows#powershell-script I'm running into an issue getting devtunnel.exe running...

Normal http requests work but if it is a SSE response, my browser/curl shows the request as pending for 15 minutes and then the request finishes with a 504 Gateway...

`devtunnel show my-test-tunnel -j` does not include the `portForwardingUris`, however if I run with `-v` I can see it, along with the Headers and MSAL logs, what makes imposible to...

Inspect network console does not show list of requests. Only if I click at the right spot in the overview, the request might show up. Otherwise, it's empty. I've tried...

Can I spend money to increase my bandwidth?

Hi, awesome product! Just have a slight glitch. So, I'm using `code-tunnel.service` on a `Debian GNU/Linux 12` box in my home and I connect via the browser to it. All...

When attempting to host a new tunnel on port 5555 using the command: `devtunnel create TUNNELID` `devtunnel host TUNNELID -p 5555 --verbose` I receive the following error: _Tunnel service error:...

`devtunnel user login` allows managed identity authentication using `--mi-client-id`, `--mi-object-id` or `--mi-resource-id`. The implementation in `Microsoft.DevTunnels.Cli.Authentication.ManagedIdentityApp.AcquireTokenAsync` tries to acquire an access token from the [IMDS managed identity token endpoint](https://learn.microsoft.com/en-us/entra/identity/managed-identities-azure-resources/how-to-use-vm-token#get-a-token-using-http) `http://169.254.169.254/metadata/identity/oauth2/token`...