mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-07 07:41:35 +00:00
* enable running dot-net function on Windows to allow attaching remote debugger * rename from 'use_windows' to 'host_dotnet_on_windows' * instructions * reformat deploy.py Co-authored-by: stas <statis@microsoft.com>
620 B
620 B
How to setup remote debugging of dotnet Azure Functions on new deployments
-
when running
deploy.py
use--host_dotnet_on_windows
flag as part of the command line. This will deploydotnet
Azure Function on Windows Server Farm, which supports functinoality for remote debugging ofdotnet
code. -
Follow instructions on how to connect Visual Studio 2022 to newly deployed Azure Function: https://docs.microsoft.com/en-us/azure/azure-functions/functions-develop-vs?tabs=in-process#remote-debugging