Azureossd.github.io

Container Apps: Troubleshooting and configuration with Health …

Webhost: Should match the Pod IP address - the port on this address should be the ingress port configured if the default Health Probes or used - or, if Health Probes or …

Actived: 7 days ago

URL: https://azureossd.github.io/2023/08/23/Container-Apps-Troubleshooting-and-configuration-with-Health-Probes/

Container Apps and Failed Revisions

WebFailed revisions may show in some scenarios like: The initial Container App deployment to an environment. Changes to an existing Container App, like its …

Category:  Health Go Health

Container Apps: Profiling Dotnet applications for performance issues

WebReview the official documentation for more passable flags.. dotnet-trace (Applies for High CPU and Slow Apps):.NET Core includes what is called the EventPipe …

Category:  Health Go Health

Container Apps: Profiling Java applications for performance issues

WebGo to Containers -> Environment Variables: Edit the container you want to add continuous profiling on - the environment variable completely depends on your Java …

Category:  Health Go Health

Troubleshooting ingress issues on Azure Container Apps

WebVerify the Container App FQDN is actually correct. Verify that ingress is enabled and set to external and Accepting traffic from anywhere - if this is set to …

Category:  Health Go Health

Python on App Service Linux and why to avoid installing packages …

WebAdd a custom startup script and install the needed packages via package manager (apt, apt-get, or apk, depending on the distribution). Note that if needing to …

Category:  Health Go Health

Troubleshooting failed slot swaps on App Service Linux

WebThis post will cover troubleshooting scenarios for failed slot swapping on App Service Linux. This normally surfaces as ‘Cannot swap site slots for site ‘somesite’ …

Category:  Health Go Health

OpenSource on Linux

WebReview support offering in Open-source technology support scope. These articles are not intended to be applicable for production environments directly. Every app’s …

Category:  Health Go Health

Debugging Node.js apps on Azure App Services

WebEnable logging on Windows: Below are the two ways of achieving it. Using portal. Using iisnode.yml file. Using Portal. Navigate to your webapp from the azure …

Category:  Health Go Health

Modifiying PHP FPM settings

WebFor App Service Linux PHP 8 images the below are the PHP-FPM settings that can be modified. PHP: Configuration - Manual. Oryx/configuration.md at main · …

Category:  Health Go Health

Troubleshoot .NET Core Applications on App Services

WebAnalyze CPU usage. In order to collect the trace via dotnet-trace command, we can take teh following steps: Run the Application on the respective App Service and …

Category:  Health Go Health

Installing troubleshooting tools in Dotnet Core custom Images

WebReview the official documentation for more passable flags.. dotnet-dump (Applies for High CPU/Memory/Slow Apps/DeadLocks, etc): It is a way to collect and …

Category:  Health Go Health