Skip to content

Commit dc49f97

Browse files
committed
Freshness updates
1 parent ce6298d commit dc49f97

File tree

1 file changed

+61
-61
lines changed

1 file changed

+61
-61
lines changed

articles/app-service/index.yml

Lines changed: 61 additions & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -8,97 +8,97 @@ metadata:
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
1010
ms.service: app-service
11-
ms.date: 08/06/2020
11+
ms.date: 12/28/2021
1212

1313
landingContent:
1414
- title: About App Service
1515
linkLists:
1616
- linkListType: overview
1717
links:
18-
- text: What is App Service?
18+
- text: App Service overview
1919
url: overview.md
20-
- text: What is an App Service plan?
20+
- text: Azure App Service plan overview
2121
url: overview-hosting-plans.md
22-
- text: App Service Environments
22+
- text: Introduction to App Service Environment v2
2323
url: environment/intro.md
24-
- text: Compare Azure hosting options for web apps
24+
- text: Choose an Azure compute service for your application
2525
url: /azure/architecture/guide/technology-choices/compute-decision-tree
2626
- linkListType: whats-new
2727
links:
28-
- text: Service updates
28+
- text: Azure updates
2929
url: https://azure.microsoft.com/updates/?product=app-service
3030

3131
- title: Get started
3232
linkLists:
3333
- linkListType: quickstart
3434
links:
35-
- text: First ASP.NET web app
35+
- text: Deploy an ASP.NET web app
3636
url: quickstart-dotnetcore.md
37-
- text: First Node.js app
37+
- text: Create a Node.js web app in Azure
3838
url: quickstart-nodejs.md
39-
- text: First PHP app
39+
- text: Create a PHP web app in Azure App Service
4040
url: quickstart-php.md
41-
- text: First Java app
41+
- text: Create a Java app on Azure App Service
4242
url: quickstart-java.md
43-
- text: First Python Flask app (Linux only)
43+
- text: Create a Python app using Azure App Service on Linux
4444
url: quickstart-python.md
45-
- text: First Ruby app (Linux only)
45+
- text: Create a Ruby on Rails App in App Service
4646
url: quickstart-ruby.md
4747

4848
- title: Common tasks
4949
linkLists:
5050
- linkListType: tutorial
5151
links:
52-
- text: Map a custom domain to your app
52+
- text: Map an existing custom DNS name to Azure App Service
5353
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
5555
url: configure-ssl-bindings.md
56-
- text: Run app in staged environments
56+
- text: Set up staging environments in Azure App Service
5757
url: deploy-staging-slots.md
5858
- linkListType: how-to-guide
5959
links:
60-
- text: Connect to Linux container via SSH
60+
- text: Open an SSH session to a Linux container in Azure App Service
6161
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
6363
url: manage-custom-dns-migrate-domain.md
6464

6565
- title: Run custom containers
6666
linkLists:
6767
- linkListType: quickstart
6868
links:
69-
- text: Run a custom container
69+
- text: Run a custom container in Azure
7070
url: quickstart-custom-container.md
7171
- linkListType: tutorial
7272
links:
73-
- text: Run a Docker Compose app (Linux only)
73+
- text: Create a multi-container (preview) app in Web App for Containers
7474
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
7676
url: tutorial-custom-container.md
7777
- linkListType: how-to-guide
7878
links:
79-
- text: CI/CD to a custom container
79+
- text: Continuous deployment with custom containers in Azure App Service
8080
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
8282
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
8484
url: deploy-container-github-action.md
8585
- title: CRUD app with database
8686
linkLists:
8787
- linkListType: tutorial
8888
links:
89-
- text: ASP.NET app with SQL Database
89+
- text: Deploy an ASP.NET app to Azure with Azure SQL Database
9090
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
9292
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
9494
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
9696
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
9898
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
100100
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
102102
url: tutorial-ruby-postgres-app.md
103103

104104
- title: Secure
@@ -109,55 +109,55 @@ landingContent:
109109
url: overview-security.md
110110
- linkListType: tutorial
111111
links:
112-
- text: Secretless SQL Database access with managed identities
112+
- text: Secure Azure SQL Database connection from App Service using a managed identity
113113
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
115115
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
117117
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
119119
url: tutorial-networking-isolate-vnet.md
120-
- text: Authenticate users
120+
- text: Authenticate and authorize users end-to-end in Azure App Service
121121
url: tutorial-auth-aad.md
122122

123123
- title: Manage and integrate
124124
linkLists:
125125
- linkListType: concept
126126
links:
127-
- text: Manage App Service plans
127+
- text: Manage an App Service plan in Azure
128128
url: app-service-plan-manage.md
129129
- linkListType: tutorial
130130
links:
131-
- text: Host RESTful API with CORS
131+
- text: Host a RESTful API with CORS in Azure App Service
132132
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
134134
url: ../cdn/cdn-add-to-web-app.md
135135
- linkListType: how-to-guide
136136
links:
137-
- text: Integrate with a Virtual Network
137+
- text: Integrate your app with an Azure virtual network
138138
url: ./overview-vnet-integration.md
139-
- text: Create hybrid connections to on-prem
139+
- text: Azure App Service Hybrid Connections
140140
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
142142
url: configure-domain-traffic-manager.md
143-
- text: Back up your app to Storage Blobs
143+
- text: Back up your app in Azure
144144
url: manage-backup.md
145145

146146
- title: Upload your code or content
147147
linkLists:
148148
- linkListType: deploy
149149
links:
150-
- text: Upload content with FTP
150+
- text: Deploy your app to Azure App Service using FTP/S
151151
url: deploy-ftp.md
152-
- text: Upload content as zip packages
152+
- text: Deploy files to App Service
153153
url: deploy-zip.md
154-
- text: Git push from local machine
154+
- text: Local Git deployment to Azure App Service
155155
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
157157
url: deploy-content-sync.md
158-
- text: CI/CD with GitHub, BitBucket, etc.
158+
- text: Continuous deployment to Azure App Service
159159
url: deploy-continuous-deployment.md
160-
- text: Run from package
160+
- text: Run your app in Azure App Service directly from a ZIP package
161161
url: deploy-run-package.md
162162

163163
- title: Monitor your app
@@ -170,20 +170,20 @@ landingContent:
170170
url: https://azure.github.io/AppService/2020/06/25/New-Logs-Available-for-Azure-Monitor-Integration.html
171171
- linkListType: tutorial
172172
links:
173-
- text: Troubleshoot errors with Azure Monitor
173+
- text: Troubleshoot an App Service app with Azure Monitor
174174
url: tutorial-troubleshoot-monitor.md
175175
- linkListType: how-to-guide
176176
links:
177-
- text: Enable diagnostic logs
177+
- text: Enable diagnostics logging for apps in Azure App Service
178178
url: troubleshoot-diagnostic-logs.md
179-
- text: Get resource events
179+
- text: Get resource events in Azure App Service
180180
url: get-resource-events.md
181-
- text: Health check
181+
- text: Monitor App Service instances using Health check
182182
url: monitor-instances-health-check.md
183183

184184
- linkListType: reference
185185
links:
186-
- text: Quotas & alerts
186+
- text: Monitor apps in Azure App Service
187187
url: web-sites-monitor.md
188188

189189
- title: More resources
@@ -196,30 +196,30 @@ landingContent:
196196
url: https://www.pluralsight.com/search?q=azure%20app%20service
197197
- linkListType: sample
198198
links:
199-
- text: Azure CLI samples
199+
- text: CLI samples for Azure App Service
200200
url: samples-cli.md
201-
- text: Azure PowerShell samples
201+
- text: PowerShell samples for Azure App Service
202202
url: samples-powershell.md
203203
- linkListType: reference
204204
links:
205-
- text: Azure CLI
205+
- text: az appservice
206206
url: /cli/azure/appservice
207-
- text: Azure PowerShell
207+
- text: Az.Websites
208208
url: /powershell/module/az.websites/#app_service
209-
- text: REST API
209+
- text: Azure App Service
210210
url: /rest/api/appservice/
211-
- text: Resource Manager
211+
- text: Microsoft.Web resource types
212212
url: /azure/templates/microsoft.web/allversions
213213

214214
- title: App Service on Azure Arc (preview)
215215
linkLists:
216216
- linkListType: concept
217217
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)
219219
url: overview-arc-integration.md
220220
- linkListType: quickstart
221221
links:
222-
- text: Create an App Service app on Azure Arc (preview)
222+
- text: Create an App Service app on Azure Arc (Preview)
223223
url: quickstart-arc.md
224224
- linkListType: tutorial
225225
links:

0 commit comments

Comments
 (0)