I am using Azure cloud. I want to push container logs to Azure loganalytics.But before doing it to my existing Azure running container, I thought of giving the below yaml a try from
So, Inspite of running kubectl apply -f deploy-aci.yaml
cmdlet please run az container create --resource-group myResourceGroup --name mycontainergroup001 --file deploy-aci.yaml
this cmdlet as given in the MS Document.
I also ran the same command and it has run succesfully and created a container instance.