diff --git a/README.md b/README.md index 30900465..f4251c0f 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@ This repository contains GitHub Action for Azure WebApp to deploy to an Azure We You can also use this Github Action to deploy your customized image into an Azure Webapps container. +For deploying container images to Kubernetes, consider using [Kubernetes deploy](https://github.com/Azure/k8s-deploy) action. This action requires that the cluster context be set earlier in the workflow by using either the [Azure/aks-set-context](https://github.com/Azure/aks-set-context/tree/releases/v1) action or the [Azure/k8s-set-context](https://github.com/Azure/k8s-set-context/tree/releases/v1) action. + The definition of this Github Action is in [action.yml](https://github.com/Azure/webapps-deploy/blob/master/action.yml). # End-to-End Sample Workflows