diff --git a/README.md b/README.md index 41bf8e5c..148bfaa1 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,8 @@ For example, if You want to deploy a Java WAR based app, You can follow the link | PHP | [php.yml](https://github.com/Azure/actions-workflow-samples/blob/master/AppService/php-webapp-on-azure.yml) | DOCKER | [docker.yml](https://github.com/Azure/actions-workflow-samples/blob/master/AppService/docker-webapp-container-on-azure.yml) | | GO | [go.yml](https://github.com/Azure/actions-workflow-samples/blob/master/AppService/go-webapp-on-azure.yml) | +| SiteContainers | [SiteContainers.yml](https://github.com/Azure/actions-workflow-samples/blob/master/AppService/sitecontainers-webapp-on-azure.yml) | +| SiteContainers with Blessed App | [SiteContainersWithBlessed.yml](https://github.com/Azure/actions-workflow-samples/blob/master/AppService/blessed-sitecontainers-webapp-on-azure.yml) | ### Sample workflow to build and deploy a Node.js Web app to Azure using publish profile