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