@@ -7,59 +7,60 @@ metadata:
7
7
title : Azure App Service documentation
8
8
description : Host websites, web apps, RESTful APIs, and mobile back ends in Azure App Service. Find quickstarts, tutorials, and samples to help you succeed with App Service.
9
9
ms.topic : landing-page
10
+ ms.author : cephalin
10
11
ms.service : app-service
11
- ms.date : 08/06/2020
12
+ ms.date : 12/28/2021
12
13
13
14
landingContent :
14
15
- title : About App Service
15
16
linkLists :
16
17
- linkListType : overview
17
18
links :
18
- - text : What is App Service?
19
+ - text : App Service overview
19
20
url : overview.md
20
- - text : What is an App Service plan?
21
+ - text : Azure App Service plan overview
21
22
url : overview-hosting-plans.md
22
- - text : App Service Environments
23
+ - text : App Service Environment overview
23
24
url : environment/overview.md
24
25
- text : Compare Azure hosting options for web apps
25
26
url : /azure/architecture/guide/technology-choices/compute-decision-tree
26
27
- linkListType : whats-new
27
28
links :
28
- - text : Service updates
29
+ - text : Azure updates
29
30
url : https://azure.microsoft.com/updates/?product=app-service
30
31
31
32
- title : Get started
32
33
linkLists :
33
34
- linkListType : quickstart
34
35
links :
35
- - text : First ASP.NET web app
36
+ - text : Deploy an ASP.NET web app
36
37
url : quickstart-dotnetcore.md
37
- - text : First Node.js app
38
+ - text : Deploy a Node.js web app
38
39
url : quickstart-nodejs.md
39
- - text : First PHP app
40
+ - text : Deploy a PHP web app
40
41
url : quickstart-php.md
41
- - text : First Java app
42
+ - text : Deploy a Java app
42
43
url : quickstart-java.md
43
- - text : First Python Flask app (Linux only)
44
+ - text : Deploy a Python web app
44
45
url : quickstart-python.md
45
- - text : First Ruby app (Linux only)
46
+ - text : Deploy a Ruby on Rails web app
46
47
url : quickstart-ruby.md
47
48
48
49
- title : Common tasks
49
50
linkLists :
50
51
- linkListType : tutorial
51
52
links :
52
- - text : Map a custom domain to your app
53
+ - text : Map a custom DNS name
53
54
url : app-service-web-tutorial-custom-domain.md
54
- - text : Secure a custom domain with a TLS/SSL binding
55
+ - text : Secure a custom DNS name with a TLS/SSL binding
55
56
url : configure-ssl-bindings.md
56
- - text : Run app in staged environments
57
+ - text : Set up staging environments
57
58
url : deploy-staging-slots.md
58
59
- linkListType : how-to-guide
59
60
links :
60
- - text : Connect to Linux container via SSH
61
+ - text : Open an SSH session to a Linux container
61
62
url : configure-linux-open-ssh-session.md
62
- - text : Migrate an active domain to App Service
63
+ - text : Migrate an active DNS name
63
64
url : manage-custom-dns-migrate-domain.md
64
65
65
66
- title : Run custom containers
@@ -70,35 +71,35 @@ landingContent:
70
71
url : quickstart-custom-container.md
71
72
- linkListType : tutorial
72
73
links :
73
- - text : Run a Docker Compose app (Linux only)
74
+ - text : Create a multi-container (preview) app
74
75
url : tutorial-multi-container-app.md
75
- - text : Migrate custom software to Azure in a container
76
+ - text : Migrate custom software to App Service in a container
76
77
url : tutorial-custom-container.md
77
78
- linkListType : how-to-guide
78
79
links :
79
- - text : CI/CD to a custom container
80
+ - text : Continuous deployment with custom containers
80
81
url : deploy-ci-cd-custom-container.md
81
- - text : Connect a container to Storage Files
82
+ - text : Mount Azure Storage as a local share in a custom container
82
83
url : configure-connect-to-azure-storage.md
83
- - text : Deploy with GitHub Actions
84
+ - text : Deploy a custom container to App Service using GitHub Actions
84
85
url : deploy-container-github-action.md
85
86
- title : CRUD app with database
86
87
linkLists :
87
88
- linkListType : tutorial
88
89
links :
89
- - text : ASP.NET app with SQL Database
90
+ - text : Build an ASP.NET app with Azure SQL Database
90
91
url : app-service-web-tutorial-dotnet-sqldatabase.md
91
- - text : ASP.NET Core app with SQL Database
92
+ - text : Build an ASP.NET Core and Azure SQL Database app
92
93
url : tutorial-dotnetcore-sqldb-app.md
93
- - text : PHP (Laravel) app with Azure MySQL
94
+ - text : Build a PHP and MySQL app
94
95
url : tutorial-php-mysql-app.md
95
- - text : Node.js (MEAN.js) app with MongoDB
96
+ - text : Build a Node.js and MongoDB app
96
97
url : tutorial-nodejs-mongodb-app.md
97
- - text : Java ( Spring Boot) app with Cosmos DB
98
+ - text : Build a Java Spring Boot web app with Azure App Service on Linux and Azure Cosmos DB
98
99
url : tutorial-java-spring-cosmosdb.md
99
- - text : Python (Django) app with PostgreSQL
100
+ - text : Deploy a Python (Django) web app with PostgreSQL
100
101
url : tutorial-python-postgresql-app.md
101
- - text : Ruby (Rails) app with PostgreSQL
102
+ - text : Build a Ruby and Postgres app
102
103
url : tutorial-ruby-postgres-app.md
103
104
104
105
- title : Secure
@@ -109,38 +110,38 @@ landingContent:
109
110
url : overview-security.md
110
111
- linkListType : tutorial
111
112
links :
112
- - text : Secretless SQL Database access with managed identities
113
+ - text : Secure Azure SQL Database connection from App Service without connection secrets
113
114
url : tutorial-connect-msi-sql-database.md
114
- - text : Secretless access of storage and Microsoft Graph with managed identities
115
+ - text : Enable authentication in App Service and access storage without secrets
115
116
url : scenario-secure-app-overview.md
116
117
- text : Connect securely to services with Key Vault secrets
117
118
url : tutorial-connect-msi-key-vault.md
118
- - text : Isolate network traffic for back-end connectivity
119
+ - text : Isolate back-end communication with Virtual Network integration
119
120
url : tutorial-networking-isolate-vnet.md
120
- - text : Authenticate users
121
+ - text : Authenticate users end-to-end
121
122
url : tutorial-auth-aad.md
122
123
123
124
- title : Manage and integrate
124
125
linkLists :
125
126
- linkListType : concept
126
127
links :
127
- - text : Manage App Service plans
128
+ - text : Manage an App Service plan
128
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
129
134
- linkListType : tutorial
130
135
links :
131
- - text : Host RESTful API with CORS
136
+ - text : Host a RESTful API with CORS
132
137
url : app-service-web-tutorial-rest-api.md
133
138
- text : Add a CDN to your application
134
139
url : ../cdn/cdn-add-to-web-app.md
135
140
- linkListType : how-to-guide
136
141
links :
137
- - text : Integrate with a Virtual Network
138
- url : ./overview-vnet-integration.md
139
- - text : Create hybrid connections to on-prem
140
- url : app-service-hybrid-connections.md
141
- - text : Load balance with Traffic Manager
142
+ - text : Map a custom domain when integrated with Traffic Manager
142
143
url : configure-domain-traffic-manager.md
143
- - text : Back up your app to Storage Blobs
144
+ - text : Back up your app
144
145
url : manage-backup.md
145
146
146
147
- title : Upload your code or content
@@ -149,15 +150,15 @@ landingContent:
149
150
links :
150
151
- text : Upload content with FTP
151
152
url : deploy-ftp.md
152
- - text : Upload content as zip packages
153
+ - text : Deploy zip packages and individual files
153
154
url : deploy-zip.md
154
- - text : Git push from local machine
155
+ - text : Local Git deployment to Azure App Service
155
156
url : deploy-local-git.md
156
- - text : Sync content with OneDrive or Dropbox
157
+ - text : Sync content from a cloud folder to Azure App Service
157
158
url : deploy-content-sync.md
158
- - text : CI/CD with GitHub, BitBucket, etc.
159
+ - text : Continuous deployment to Azure App Service
159
160
url : deploy-continuous-deployment.md
160
- - text : Run from package
161
+ - text : Run your app directly from a zip package
161
162
url : deploy-run-package.md
162
163
163
164
- title : Monitor your app
@@ -170,15 +171,15 @@ landingContent:
170
171
url : https://azure.github.io/AppService/2020/06/25/New-Logs-Available-for-Azure-Monitor-Integration.html
171
172
- linkListType : tutorial
172
173
links :
173
- - text : Troubleshoot errors with Azure Monitor
174
+ - text : Troubleshoot an App Service app with Azure Monitor
174
175
url : tutorial-troubleshoot-monitor.md
175
176
- linkListType : how-to-guide
176
177
links :
177
- - text : Enable diagnostic logs
178
+ - text : Enable diagnostics logging for apps
178
179
url : troubleshoot-diagnostic-logs.md
179
180
- text : Get resource events
180
181
url : get-resource-events.md
181
- - text : Health check
182
+ - text : Monitor App Service instances using health check
182
183
url : monitor-instances-health-check.md
183
184
184
185
- linkListType : reference
@@ -196,9 +197,9 @@ landingContent:
196
197
url : https://www.pluralsight.com/search?q=azure%20app%20service
197
198
- linkListType : sample
198
199
links :
199
- - text : Azure CLI samples
200
+ - text : CLI samples for Azure App Service
200
201
url : samples-cli.md
201
- - text : Azure PowerShell samples
202
+ - text : PowerShell samples for Azure App Service
202
203
url : samples-powershell.md
203
204
- linkListType : reference
204
205
links :
@@ -208,18 +209,18 @@ landingContent:
208
209
url : /powershell/module/az.websites/#app_service
209
210
- text : REST API
210
211
url : /rest/api/appservice/
211
- - text : Resource Manager
212
+ - text : ARM template resource types
212
213
url : /azure/templates/microsoft.web/allversions
213
214
214
215
- title : App Service on Azure Arc (preview)
215
216
linkLists :
216
217
- linkListType : concept
217
218
links :
218
- - text : App Service, Functions, and Logic Apps on Azure Arc (preview )
219
+ - text : App Service, Functions, and Logic Apps on Azure Arc (Preview )
219
220
url : overview-arc-integration.md
220
221
- linkListType : quickstart
221
222
links :
222
- - text : Create an App Service app on Azure Arc (preview )
223
+ - text : Create an App Service app on Azure Arc (Preview )
223
224
url : quickstart-arc.md
224
225
- linkListType : tutorial
225
226
links :
0 commit comments