Deploy azure container app from VisualStudio – Error 404
I’m trying to deploy the Asp.net Web API template in an azure container app.
The deploy finish with successful but when i navigate the Url it return 404 error.
Configure or find the executing azure container job name
I have a simple dotnet application, deployed as a container in Azure container app jobs. It’s is configured as event-driven job and is triggered by a message in azure service bus queue. Everything is working fine but I want to stop a particular job execution. Is there any way to find the executing job name (k8 pod)? We can simply stop it using REST api:-