Skip to content

Commit b5be329

Browse files
authored
Merge pull request #183760 from damabe/1904416-damabe
FreshnessUpdates: User Story 1904416
2 parents f2ff714 + c82d5cf commit b5be329

File tree

1 file changed

+54
-53
lines changed

1 file changed

+54
-53
lines changed

articles/app-service/index.yml

Lines changed: 54 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -7,59 +7,60 @@ metadata:
77
title: Azure App Service documentation
88
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.
99
ms.topic: landing-page
10+
ms.author: cephalin
1011
ms.service: app-service
11-
ms.date: 08/06/2020
12+
ms.date: 12/28/2021
1213

1314
landingContent:
1415
- title: About App Service
1516
linkLists:
1617
- linkListType: overview
1718
links:
18-
- text: What is App Service?
19+
- text: App Service overview
1920
url: overview.md
20-
- text: What is an App Service plan?
21+
- text: Azure App Service plan overview
2122
url: overview-hosting-plans.md
22-
- text: App Service Environments
23+
- text: App Service Environment overview
2324
url: environment/overview.md
2425
- text: Compare Azure hosting options for web apps
2526
url: /azure/architecture/guide/technology-choices/compute-decision-tree
2627
- linkListType: whats-new
2728
links:
28-
- text: Service updates
29+
- text: Azure updates
2930
url: https://azure.microsoft.com/updates/?product=app-service
3031

3132
- title: Get started
3233
linkLists:
3334
- linkListType: quickstart
3435
links:
35-
- text: First ASP.NET web app
36+
- text: Deploy an ASP.NET web app
3637
url: quickstart-dotnetcore.md
37-
- text: First Node.js app
38+
- text: Deploy a Node.js web app
3839
url: quickstart-nodejs.md
39-
- text: First PHP app
40+
- text: Deploy a PHP web app
4041
url: quickstart-php.md
41-
- text: First Java app
42+
- text: Deploy a Java app
4243
url: quickstart-java.md
43-
- text: First Python Flask app (Linux only)
44+
- text: Deploy a Python web app
4445
url: quickstart-python.md
45-
- text: First Ruby app (Linux only)
46+
- text: Deploy a Ruby on Rails web app
4647
url: quickstart-ruby.md
4748

4849
- title: Common tasks
4950
linkLists:
5051
- linkListType: tutorial
5152
links:
52-
- text: Map a custom domain to your app
53+
- text: Map a custom DNS name
5354
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
5556
url: configure-ssl-bindings.md
56-
- text: Run app in staged environments
57+
- text: Set up staging environments
5758
url: deploy-staging-slots.md
5859
- linkListType: how-to-guide
5960
links:
60-
- text: Connect to Linux container via SSH
61+
- text: Open an SSH session to a Linux container
6162
url: configure-linux-open-ssh-session.md
62-
- text: Migrate an active domain to App Service
63+
- text: Migrate an active DNS name
6364
url: manage-custom-dns-migrate-domain.md
6465

6566
- title: Run custom containers
@@ -70,35 +71,35 @@ landingContent:
7071
url: quickstart-custom-container.md
7172
- linkListType: tutorial
7273
links:
73-
- text: Run a Docker Compose app (Linux only)
74+
- text: Create a multi-container (preview) app
7475
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
7677
url: tutorial-custom-container.md
7778
- linkListType: how-to-guide
7879
links:
79-
- text: CI/CD to a custom container
80+
- text: Continuous deployment with custom containers
8081
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
8283
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
8485
url: deploy-container-github-action.md
8586
- title: CRUD app with database
8687
linkLists:
8788
- linkListType: tutorial
8889
links:
89-
- text: ASP.NET app with SQL Database
90+
- text: Build an ASP.NET app with Azure SQL Database
9091
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
9293
url: tutorial-dotnetcore-sqldb-app.md
93-
- text: PHP (Laravel) app with Azure MySQL
94+
- text: Build a PHP and MySQL app
9495
url: tutorial-php-mysql-app.md
95-
- text: Node.js (MEAN.js) app with MongoDB
96+
- text: Build a Node.js and MongoDB app
9697
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
9899
url: tutorial-java-spring-cosmosdb.md
99-
- text: Python (Django) app with PostgreSQL
100+
- text: Deploy a Python (Django) web app with PostgreSQL
100101
url: tutorial-python-postgresql-app.md
101-
- text: Ruby (Rails) app with PostgreSQL
102+
- text: Build a Ruby and Postgres app
102103
url: tutorial-ruby-postgres-app.md
103104

104105
- title: Secure
@@ -109,38 +110,38 @@ landingContent:
109110
url: overview-security.md
110111
- linkListType: tutorial
111112
links:
112-
- text: Secretless SQL Database access with managed identities
113+
- text: Secure Azure SQL Database connection from App Service without connection secrets
113114
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
115116
url: scenario-secure-app-overview.md
116117
- text: Connect securely to services with Key Vault secrets
117118
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
119120
url: tutorial-networking-isolate-vnet.md
120-
- text: Authenticate users
121+
- text: Authenticate users end-to-end
121122
url: tutorial-auth-aad.md
122123

123124
- title: Manage and integrate
124125
linkLists:
125126
- linkListType: concept
126127
links:
127-
- text: Manage App Service plans
128+
- text: Manage an App Service plan
128129
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
129134
- linkListType: tutorial
130135
links:
131-
- text: Host RESTful API with CORS
136+
- text: Host a RESTful API with CORS
132137
url: app-service-web-tutorial-rest-api.md
133138
- text: Add a CDN to your application
134139
url: ../cdn/cdn-add-to-web-app.md
135140
- linkListType: how-to-guide
136141
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
142143
url: configure-domain-traffic-manager.md
143-
- text: Back up your app to Storage Blobs
144+
- text: Back up your app
144145
url: manage-backup.md
145146

146147
- title: Upload your code or content
@@ -149,15 +150,15 @@ landingContent:
149150
links:
150151
- text: Upload content with FTP
151152
url: deploy-ftp.md
152-
- text: Upload content as zip packages
153+
- text: Deploy zip packages and individual files
153154
url: deploy-zip.md
154-
- text: Git push from local machine
155+
- text: Local Git deployment to Azure App Service
155156
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
157158
url: deploy-content-sync.md
158-
- text: CI/CD with GitHub, BitBucket, etc.
159+
- text: Continuous deployment to Azure App Service
159160
url: deploy-continuous-deployment.md
160-
- text: Run from package
161+
- text: Run your app directly from a zip package
161162
url: deploy-run-package.md
162163

163164
- title: Monitor your app
@@ -170,15 +171,15 @@ landingContent:
170171
url: https://azure.github.io/AppService/2020/06/25/New-Logs-Available-for-Azure-Monitor-Integration.html
171172
- linkListType: tutorial
172173
links:
173-
- text: Troubleshoot errors with Azure Monitor
174+
- text: Troubleshoot an App Service app with Azure Monitor
174175
url: tutorial-troubleshoot-monitor.md
175176
- linkListType: how-to-guide
176177
links:
177-
- text: Enable diagnostic logs
178+
- text: Enable diagnostics logging for apps
178179
url: troubleshoot-diagnostic-logs.md
179180
- text: Get resource events
180181
url: get-resource-events.md
181-
- text: Health check
182+
- text: Monitor App Service instances using health check
182183
url: monitor-instances-health-check.md
183184

184185
- linkListType: reference
@@ -196,9 +197,9 @@ landingContent:
196197
url: https://www.pluralsight.com/search?q=azure%20app%20service
197198
- linkListType: sample
198199
links:
199-
- text: Azure CLI samples
200+
- text: CLI samples for Azure App Service
200201
url: samples-cli.md
201-
- text: Azure PowerShell samples
202+
- text: PowerShell samples for Azure App Service
202203
url: samples-powershell.md
203204
- linkListType: reference
204205
links:
@@ -208,18 +209,18 @@ landingContent:
208209
url: /powershell/module/az.websites/#app_service
209210
- text: REST API
210211
url: /rest/api/appservice/
211-
- text: Resource Manager
212+
- text: ARM template resource types
212213
url: /azure/templates/microsoft.web/allversions
213214

214215
- title: App Service on Azure Arc (preview)
215216
linkLists:
216217
- linkListType: concept
217218
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)
219220
url: overview-arc-integration.md
220221
- linkListType: quickstart
221222
links:
222-
- text: Create an App Service app on Azure Arc (preview)
223+
- text: Create an App Service app on Azure Arc (Preview)
223224
url: quickstart-arc.md
224225
- linkListType: tutorial
225226
links:

0 commit comments

Comments
 (0)