@@ -35,71 +35,71 @@ landingContent:
35
35
links :
36
36
- text : Deploy an ASP.NET web app
37
37
url : quickstart-dotnetcore.md
38
- - text : Create a Node.js web app in Azure
38
+ - text : Deploy a Node.js web app
39
39
url : quickstart-nodejs.md
40
- - text : Create a PHP web app in Azure App Service
40
+ - text : Deploy a PHP web app
41
41
url : quickstart-php.md
42
- - text : Create a Java app on Azure App Service
42
+ - text : Deploy a Java app
43
43
url : quickstart-java.md
44
- - text : Create a Python app using Azure App Service on Linux
44
+ - text : Deploy a Python web app
45
45
url : quickstart-python.md
46
- - text : Create a Ruby on Rails App in App Service
46
+ - text : Deploy a Ruby on Rails web app
47
47
url : quickstart-ruby.md
48
48
49
49
- title : Common tasks
50
50
linkLists :
51
51
- linkListType : tutorial
52
52
links :
53
- - text : Map an existing custom DNS name to Azure App Service
53
+ - text : Map a custom DNS name
54
54
url : app-service-web-tutorial-custom-domain.md
55
- - text : Secure a custom DNS name with a TLS/SSL binding in Azure App Service
55
+ - text : Secure a custom DNS name with a TLS/SSL binding
56
56
url : configure-ssl-bindings.md
57
- - text : Set up staging environments in Azure App Service
57
+ - text : Set up staging environments
58
58
url : deploy-staging-slots.md
59
59
- linkListType : how-to-guide
60
60
links :
61
- - text : Open an SSH session to a Linux container in Azure App Service
61
+ - text : Open an SSH session to a Linux container
62
62
url : configure-linux-open-ssh-session.md
63
- - text : Migrate an active DNS name to Azure App Service
63
+ - text : Migrate an active DNS name
64
64
url : manage-custom-dns-migrate-domain.md
65
65
66
66
- title : Run custom containers
67
67
linkLists :
68
68
- linkListType : quickstart
69
69
links :
70
- - text : Run a custom container in Azure
70
+ - text : Run a custom container
71
71
url : quickstart-custom-container.md
72
72
- linkListType : tutorial
73
73
links :
74
- - text : Create a multi-container (preview) app in Web App for Containers
74
+ - text : Create a multi-container (preview) app
75
75
url : tutorial-multi-container-app.md
76
- - text : Migrate custom software to Azure App Service using a custom container
76
+ - text : Migrate custom software to App Service in a container
77
77
url : tutorial-custom-container.md
78
78
- linkListType : how-to-guide
79
79
links :
80
- - text : Continuous deployment with custom containers in Azure App Service
80
+ - text : Continuous deployment with custom containers
81
81
url : deploy-ci-cd-custom-container.md
82
- - text : Mount Azure Storage as a local share in a custom container in App Service
82
+ - text : Mount Azure Storage as a local share in a custom container
83
83
url : configure-connect-to-azure-storage.md
84
84
- text : Deploy a custom container to App Service using GitHub Actions
85
85
url : deploy-container-github-action.md
86
86
- title : CRUD app with database
87
87
linkLists :
88
88
- linkListType : tutorial
89
89
links :
90
- - text : Deploy an ASP.NET app to Azure with Azure SQL Database
90
+ - text : Build an ASP.NET app with Azure SQL Database
91
91
url : app-service-web-tutorial-dotnet-sqldatabase.md
92
- - text : Build an ASP.NET Core and Azure SQL Database app in Azure App Service
92
+ - text : Build an ASP.NET Core and Azure SQL Database app
93
93
url : tutorial-dotnetcore-sqldb-app.md
94
- - text : Build a PHP and MySQL app in Azure App Service
94
+ - text : Build a PHP and MySQL app
95
95
url : tutorial-php-mysql-app.md
96
- - text : Build a Node.js and MongoDB app in Azure
96
+ - text : Build a Node.js and MongoDB app
97
97
url : tutorial-nodejs-mongodb-app.md
98
98
- text : Build a Java Spring Boot web app with Azure App Service on Linux and Azure Cosmos DB
99
99
url : tutorial-java-spring-cosmosdb.md
100
- - text : Deploy a Django web app with PostgreSQL in Azure App Service
100
+ - text : Deploy a Python ( Django) web app with PostgreSQL
101
101
url : tutorial-python-postgresql-app.md
102
- - text : Build a Ruby and Postgres app in Azure App Service on Linux
102
+ - text : Build a Ruby and Postgres app
103
103
url : tutorial-ruby-postgres-app.md
104
104
105
105
- title : Secure
@@ -110,55 +110,55 @@ landingContent:
110
110
url : overview-security.md
111
111
- linkListType : tutorial
112
112
links :
113
- - text : Secure Azure SQL Database connection from App Service using a managed identity
113
+ - text : Secure Azure SQL Database connection from App Service without connection secrets
114
114
url : tutorial-connect-msi-sql-database.md
115
- - text : Enable authentication in App Service and access storage and Microsoft Graph
115
+ - text : Enable authentication in App Service and access storage without secrets
116
116
url : scenario-secure-app-overview.md
117
- - text : Secure Cognitive Service connection from App Service using Key Vault
117
+ - text : Connect securely to services with Key Vault secrets
118
118
url : tutorial-connect-msi-key-vault.md
119
- - text : Isolate back-end communication in Azure App Service with Virtual Network integration
119
+ - text : Isolate back-end communication with Virtual Network integration
120
120
url : tutorial-networking-isolate-vnet.md
121
- - text : Authenticate and authorize users end-to-end in Azure App Service
121
+ - text : Authenticate users end-to-end
122
122
url : tutorial-auth-aad.md
123
123
124
124
- title : Manage and integrate
125
125
linkLists :
126
126
- linkListType : concept
127
127
links :
128
- - text : Manage an App Service plan in Azure
128
+ - text : Manage an App Service plan
129
129
url : app-service-plan-manage.md
130
+ - text : Integrate your app with an Azure virtual network
131
+ url : ./overview-vnet-integration.md
132
+ - text : Azure App Service Hybrid Connections
133
+ url : app-service-hybrid-connections.md
130
134
- linkListType : tutorial
131
135
links :
132
- - text : Host a RESTful API with CORS in Azure App Service
136
+ - text : Host a RESTful API with CORS
133
137
url : app-service-web-tutorial-rest-api.md
134
- - text : Add Azure CDN to an Azure App Service web app
138
+ - text : Add a CDN to your application
135
139
url : ../cdn/cdn-add-to-web-app.md
136
140
- linkListType : how-to-guide
137
141
links :
138
- - text : Integrate your app with an Azure virtual network
139
- url : ./overview-vnet-integration.md
140
- - text : Azure App Service Hybrid Connections
141
- url : app-service-hybrid-connections.md
142
- - text : Configure a custom domain name in Azure App Service with Traffic Manager integration
142
+ - text : Map a custom domain when integrated with Traffic Manager
143
143
url : configure-domain-traffic-manager.md
144
- - text : Back up your app in Azure
144
+ - text : Back up your app
145
145
url : manage-backup.md
146
146
147
147
- title : Upload your code or content
148
148
linkLists :
149
149
- linkListType : deploy
150
150
links :
151
- - text : Deploy your app to Azure App Service using FTP/S
151
+ - text : Upload content with FTP
152
152
url : deploy-ftp.md
153
- - text : Deploy files to App Service
153
+ - text : Deploy zip packages and individual files
154
154
url : deploy-zip.md
155
155
- text : Local Git deployment to Azure App Service
156
156
url : deploy-local-git.md
157
157
- text : Sync content from a cloud folder to Azure App Service
158
158
url : deploy-content-sync.md
159
159
- text : Continuous deployment to Azure App Service
160
160
url : deploy-continuous-deployment.md
161
- - text : Run your app in Azure App Service directly from a ZIP package
161
+ - text : Run your app directly from a zip package
162
162
url : deploy-run-package.md
163
163
164
164
- title : Monitor your app
@@ -175,16 +175,16 @@ landingContent:
175
175
url : tutorial-troubleshoot-monitor.md
176
176
- linkListType : how-to-guide
177
177
links :
178
- - text : Enable diagnostics logging for apps in Azure App Service
178
+ - text : Enable diagnostics logging for apps
179
179
url : troubleshoot-diagnostic-logs.md
180
- - text : Get resource events in Azure App Service
180
+ - text : Get resource events
181
181
url : get-resource-events.md
182
- - text : Monitor App Service instances using Health check
182
+ - text : Monitor App Service instances using health check
183
183
url : monitor-instances-health-check.md
184
184
185
185
- linkListType : reference
186
186
links :
187
- - text : Monitor apps in Azure App Service
187
+ - text : Quotas & alerts
188
188
url : web-sites-monitor.md
189
189
190
190
- title : More resources
@@ -203,13 +203,13 @@ landingContent:
203
203
url : samples-powershell.md
204
204
- linkListType : reference
205
205
links :
206
- - text : az appservice
206
+ - text : Azure CLI
207
207
url : /cli/azure/appservice
208
- - text : Az.Websites
208
+ - text : Azure PowerShell
209
209
url : /powershell/module/az.websites/#app_service
210
- - text : Azure App Service
210
+ - text : REST API
211
211
url : /rest/api/appservice/
212
- - text : Microsoft.Web resource types
212
+ - text : ARM template resource types
213
213
url : /azure/templates/microsoft.web/allversions
214
214
215
215
- title : App Service on Azure Arc (preview)
0 commit comments