Azure – Is there any other way to apply deployment.yml and service.yml to deploy an application to AKS?
To deploy an application to AKS I have to: Deploy my application to Azure Container Registry Create Azure Kubernetes Service Create files: service.yml and deployment.yml Connect to AKS using commands: Execute commands in the command line: kubectl apply -f deployment.yml…