Skip to content

Commit c82d5cf

Browse files
committed
Reviewer Feedback
1 parent 68abf02 commit c82d5cf

File tree

1 file changed

+46
-46
lines changed

1 file changed

+46
-46
lines changed

articles/app-service/index.yml

Lines changed: 46 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -35,71 +35,71 @@ landingContent:
3535
links:
3636
- text: Deploy an ASP.NET web app
3737
url: quickstart-dotnetcore.md
38-
- text: Create a Node.js web app in Azure
38+
- text: Deploy a Node.js web app
3939
url: quickstart-nodejs.md
40-
- text: Create a PHP web app in Azure App Service
40+
- text: Deploy a PHP web app
4141
url: quickstart-php.md
42-
- text: Create a Java app on Azure App Service
42+
- text: Deploy a Java app
4343
url: quickstart-java.md
44-
- text: Create a Python app using Azure App Service on Linux
44+
- text: Deploy a Python web app
4545
url: quickstart-python.md
46-
- text: Create a Ruby on Rails App in App Service
46+
- text: Deploy a Ruby on Rails web app
4747
url: quickstart-ruby.md
4848

4949
- title: Common tasks
5050
linkLists:
5151
- linkListType: tutorial
5252
links:
53-
- text: Map an existing custom DNS name to Azure App Service
53+
- text: Map a custom DNS name
5454
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
5656
url: configure-ssl-bindings.md
57-
- text: Set up staging environments in Azure App Service
57+
- text: Set up staging environments
5858
url: deploy-staging-slots.md
5959
- linkListType: how-to-guide
6060
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
6262
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
6464
url: manage-custom-dns-migrate-domain.md
6565

6666
- title: Run custom containers
6767
linkLists:
6868
- linkListType: quickstart
6969
links:
70-
- text: Run a custom container in Azure
70+
- text: Run a custom container
7171
url: quickstart-custom-container.md
7272
- linkListType: tutorial
7373
links:
74-
- text: Create a multi-container (preview) app in Web App for Containers
74+
- text: Create a multi-container (preview) app
7575
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
7777
url: tutorial-custom-container.md
7878
- linkListType: how-to-guide
7979
links:
80-
- text: Continuous deployment with custom containers in Azure App Service
80+
- text: Continuous deployment with custom containers
8181
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
8383
url: configure-connect-to-azure-storage.md
8484
- text: Deploy a custom container to App Service using GitHub Actions
8585
url: deploy-container-github-action.md
8686
- title: CRUD app with database
8787
linkLists:
8888
- linkListType: tutorial
8989
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
9191
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
9393
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
9595
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
9797
url: tutorial-nodejs-mongodb-app.md
9898
- text: Build a Java Spring Boot web app with Azure App Service on Linux and Azure Cosmos DB
9999
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
101101
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
103103
url: tutorial-ruby-postgres-app.md
104104

105105
- title: Secure
@@ -110,55 +110,55 @@ landingContent:
110110
url: overview-security.md
111111
- linkListType: tutorial
112112
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
114114
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
116116
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
118118
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
120120
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
122122
url: tutorial-auth-aad.md
123123

124124
- title: Manage and integrate
125125
linkLists:
126126
- linkListType: concept
127127
links:
128-
- text: Manage an App Service plan in Azure
128+
- text: Manage an App Service plan
129129
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
130134
- linkListType: tutorial
131135
links:
132-
- text: Host a RESTful API with CORS in Azure App Service
136+
- text: Host a RESTful API with CORS
133137
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
135139
url: ../cdn/cdn-add-to-web-app.md
136140
- linkListType: how-to-guide
137141
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
143143
url: configure-domain-traffic-manager.md
144-
- text: Back up your app in Azure
144+
- text: Back up your app
145145
url: manage-backup.md
146146

147147
- title: Upload your code or content
148148
linkLists:
149149
- linkListType: deploy
150150
links:
151-
- text: Deploy your app to Azure App Service using FTP/S
151+
- text: Upload content with FTP
152152
url: deploy-ftp.md
153-
- text: Deploy files to App Service
153+
- text: Deploy zip packages and individual files
154154
url: deploy-zip.md
155155
- text: Local Git deployment to Azure App Service
156156
url: deploy-local-git.md
157157
- text: Sync content from a cloud folder to Azure App Service
158158
url: deploy-content-sync.md
159159
- text: Continuous deployment to Azure App Service
160160
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
162162
url: deploy-run-package.md
163163

164164
- title: Monitor your app
@@ -175,16 +175,16 @@ landingContent:
175175
url: tutorial-troubleshoot-monitor.md
176176
- linkListType: how-to-guide
177177
links:
178-
- text: Enable diagnostics logging for apps in Azure App Service
178+
- text: Enable diagnostics logging for apps
179179
url: troubleshoot-diagnostic-logs.md
180-
- text: Get resource events in Azure App Service
180+
- text: Get resource events
181181
url: get-resource-events.md
182-
- text: Monitor App Service instances using Health check
182+
- text: Monitor App Service instances using health check
183183
url: monitor-instances-health-check.md
184184

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

190190
- title: More resources
@@ -203,13 +203,13 @@ landingContent:
203203
url: samples-powershell.md
204204
- linkListType: reference
205205
links:
206-
- text: az appservice
206+
- text: Azure CLI
207207
url: /cli/azure/appservice
208-
- text: Az.Websites
208+
- text: Azure PowerShell
209209
url: /powershell/module/az.websites/#app_service
210-
- text: Azure App Service
210+
- text: REST API
211211
url: /rest/api/appservice/
212-
- text: Microsoft.Web resource types
212+
- text: ARM template resource types
213213
url: /azure/templates/microsoft.web/allversions
214214

215215
- title: App Service on Azure Arc (preview)

0 commit comments

Comments
 (0)