Skip to content

Commit 11dd4a0

Browse files
committed
mangesh feedback
1 parent eab7bb1 commit 11dd4a0

File tree

2 files changed

+45
-46
lines changed

2 files changed

+45
-46
lines changed

articles/app-service/containers/index.yml

Lines changed: 28 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -43,22 +43,24 @@ landingContent:
4343
url: quickstart-python.md
4444
- text: First Linux Ruby app
4545
url: quickstart-ruby.md
46-
- title: App with DB in Azure
46+
- title: Common tasks
4747
linkLists:
4848
- linkListType: tutorial
4949
links:
50-
- text: ASP.NET Core app with SQL Database
51-
url: tutorial-dotnetcore-sqldb-app.md
52-
- text: PHP (Laravel) app with Azure MySQL
53-
url: tutorial-php-mysql-app.md
54-
- text: Node.js (MEAN.js) app with MongoDB
55-
url: tutorial-nodejs-mongodb-app.md
56-
- text: Java (Spring Boot) app with Cosmos DB
57-
url: tutorial-java-spring-cosmosdb.md
58-
- text: Python (Django) app with PostgreSQL
59-
url: tutorial-python-postgresql-app.md
60-
- text: Ruby (Rails) app with PostgreSQL
61-
url: tutorial-ruby-postgres-app.md
50+
- text: Map a custom domain to your app
51+
url: ../app-service-web-tutorial-custom-domain.md?toc=%2fazure%2fapp-service%2fcontainers%2ftoc.json
52+
- text: Secure a custom domain with an SSL binding
53+
url: ../configure-ssl-bindings.md?toc=%2fazure%2fapp-service%2fcontainers%2ftoc.json
54+
- text: Run app in staged environments
55+
url: ../deploy-staging-slots.md?toc=%2fazure%2fapp-service%2fcontainers%2ftoc.json
56+
- linkListType: how-to-guide
57+
links:
58+
- text: Enable diagnostic logs
59+
url: ../troubleshoot-diagnostic-logs.md?toc=%2fazure%2fapp-service%2fcontainers%2ftoc.json
60+
- text: Connect to container via SSH
61+
url: app-service-linux-ssh-support.md
62+
- text: Migrate an active domain to App Service
63+
url: ../manage-custom-dns-migrate-domain.md?toc=%2fazure%2fapp-service%2fcontainers%2ftoc.json
6264
- title: Upload your code or content
6365
linkLists:
6466
- linkListType: deploy
@@ -73,25 +75,22 @@ landingContent:
7375
url: ../deploy-content-sync.md?toc=%2fazure%2fapp-service%2fcontainers%2ftoc.json
7476
- text: CI/CD with GitHub, BitBucket, etc.
7577
url: ../deploy-continuous-deployment.md?toc=%2fazure%2fapp-service%2fcontainers%2ftoc.json
76-
- title: Common tasks
78+
- title: CRUD app with database
7779
linkLists:
7880
- linkListType: tutorial
7981
links:
80-
- text: Map a custom domain to your app
81-
url: ../app-service-web-tutorial-custom-domain.md?toc=%2fazure%2fapp-service%2fcontainers%2ftoc.json
82-
- text: Secure a custom domain with an SSL binding
83-
url: ../configure-ssl-bindings.md?toc=%2fazure%2fapp-service%2fcontainers%2ftoc.json
84-
- text: Run app in staged environments
85-
url: ../deploy-staging-slots.md?toc=%2fazure%2fapp-service%2fcontainers%2ftoc.json
86-
- linkListType: how-to-guide
87-
links:
88-
- text: Enable diagnostic logs
89-
url: ../troubleshoot-diagnostic-logs.md?toc=%2fazure%2fapp-service%2fcontainers%2ftoc.json
90-
- text: Connect to container via SSH
91-
url: app-service-linux-ssh-support.md
92-
- text: Migrate an active domain to App Service
93-
url: ../manage-custom-dns-migrate-domain.md?toc=%2fazure%2fapp-service%2fcontainers%2ftoc.json
94-
82+
- text: ASP.NET Core app with SQL Database
83+
url: tutorial-dotnetcore-sqldb-app.md
84+
- text: PHP (Laravel) app with Azure MySQL
85+
url: tutorial-php-mysql-app.md
86+
- text: Node.js (MEAN.js) app with MongoDB
87+
url: tutorial-nodejs-mongodb-app.md
88+
- text: Java (Spring Boot) app with Cosmos DB
89+
url: tutorial-java-spring-cosmosdb.md
90+
- text: Python (Django) app with PostgreSQL
91+
url: tutorial-python-postgresql-app.md
92+
- text: Ruby (Rails) app with PostgreSQL
93+
url: tutorial-ruby-postgres-app.md
9594
- title: Run custom containers
9695
linkLists:
9796
- linkListType: quickstart

articles/app-service/index.yml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,23 @@ landingContent:
3939
url: app-service-web-get-started-nodejs.md
4040
- text: First PHP app
4141
url: app-service-web-get-started-php.md
42-
- title: App with DB in Azure
42+
- title: Common tasks
43+
linkLists:
44+
- linkListType: tutorial
45+
links:
46+
- text: Map a custom domain to your app
47+
url: app-service-web-tutorial-custom-domain.md
48+
- text: Secure a custom domain with an SSL binding
49+
url: configure-ssl-bindings.md
50+
- text: Run app in staged environments
51+
url: deploy-staging-slots.md
52+
- linkListType: how-to-guide
53+
links:
54+
- text: Enable diagnostic logs
55+
url: troubleshoot-diagnostic-logs.md
56+
- text: Migrate an active domain to App Service
57+
url: manage-custom-dns-migrate-domain.md
58+
- title: CRUD app with database
4359
linkLists:
4460
- linkListType: tutorial
4561
links:
@@ -65,22 +81,6 @@ landingContent:
6581
url: deploy-content-sync.md
6682
- text: CI/CD with GitHub, BitBucket, etc.
6783
url: deploy-continuous-deployment.md
68-
- title: Common tasks
69-
linkLists:
70-
- linkListType: tutorial
71-
links:
72-
- text: Map a custom domain to your app
73-
url: app-service-web-tutorial-custom-domain.md
74-
- text: Secure a custom domain with an SSL binding
75-
url: configure-ssl-bindings.md
76-
- text: Run app in staged environments
77-
url: deploy-staging-slots.md
78-
- linkListType: how-to-guide
79-
links:
80-
- text: Enable diagnostic logs
81-
url: troubleshoot-diagnostic-logs.md
82-
- text: Migrate an active domain to App Service
83-
url: manage-custom-dns-migrate-domain.md
8484

8585
- title: Run containerized Windows apps
8686
linkLists:

0 commit comments

Comments
 (0)