Relative Content

Tag Archive for .netazureazure-container-apps

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:-