Some tools (e.g. dotnet-counters) allow me to download a binary into my container running as an Azure Container App. This lets me put a bunch of useful utils in a fileshare that I map into my container app environment.
AFAICT I will have to modify my container image in case I want to make procdump available inside my container.
If at all possible... I would love a self-contained binary I can jam into my fileshare when needed.
Some tools (e.g. dotnet-counters) allow me to download a binary into my container running as an Azure Container App. This lets me put a bunch of useful utils in a fileshare that I map into my container app environment.
AFAICT I will have to modify my container image in case I want to make procdump available inside my container.
If at all possible... I would love a self-contained binary I can jam into my fileshare when needed.