@@ -43,22 +43,24 @@ landingContent:
43
43
url : quickstart-python.md
44
44
- text : First Linux Ruby app
45
45
url : quickstart-ruby.md
46
- - title : App with DB in Azure
46
+ - title : Common tasks
47
47
linkLists :
48
48
- linkListType : tutorial
49
49
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
62
64
- title : Upload your code or content
63
65
linkLists :
64
66
- linkListType : deploy
@@ -73,25 +75,22 @@ landingContent:
73
75
url : ../deploy-content-sync.md?toc=%2fazure%2fapp-service%2fcontainers%2ftoc.json
74
76
- text : CI/CD with GitHub, BitBucket, etc.
75
77
url : ../deploy-continuous-deployment.md?toc=%2fazure%2fapp-service%2fcontainers%2ftoc.json
76
- - title : Common tasks
78
+ - title : CRUD app with database
77
79
linkLists :
78
80
- linkListType : tutorial
79
81
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
95
94
- title : Run custom containers
96
95
linkLists :
97
96
- linkListType : quickstart
0 commit comments