-
Notifications
You must be signed in to change notification settings - Fork 21.6k
/
Copy pathindex.yml
169 lines (158 loc) · 6.87 KB
/
index.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
### YamlMime:Landing
title: App Service documentation
summary: Azure App Service enables you to build and host web apps, mobile back ends, and RESTful APIs in the programming language of your choice without managing infrastructure. It offers auto-scaling and high availability, supports both Windows and Linux, and enables automated deployments from GitHub, Azure DevOps, or any Git repo. Learn how to use Azure App Service with our quickstarts, tutorials, and samples.
metadata:
title: Azure App Service documentation
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.
ms.topic: landing-page
ms.author: app-svc-docs
ms.service: app-service
ms.date: 02/14/2023
ms.custom: UpdateFrequency3
landingContent:
- title: About App Service
linkLists:
- linkListType: overview
links:
- text: App Service overview
url: overview.md
- text: Azure App Service plan overview
url: overview-hosting-plans.md
- text: App Service Environment overview
url: environment/overview.md
- text: Compare Azure hosting options for web apps
url: /azure/architecture/guide/technology-choices/compute-decision-tree
- linkListType: whats-new
links:
- text: Azure updates
url: https://azure.microsoft.com/updates/?product=app-service
- title: Get started
linkLists:
- linkListType: quickstart
links:
- text: Deploy an ASP.NET web app
url: quickstart-dotnetcore.md
- text: Deploy a Node.js web app
url: quickstart-nodejs.md
- text: Deploy a PHP web app
url: quickstart-php.md
- text: Deploy a Java app
url: quickstart-java.md
- text: Create a WordPress site
url: quickstart-wordpress.md
- text: Deploy a Python web app
url: quickstart-python.md
- title: Run custom containers
linkLists:
- linkListType: quickstart
links:
- text: Run a custom container
url: quickstart-custom-container.md
- linkListType: tutorial
links:
- text: Create a multi-container (preview) app
url: tutorial-multi-container-app.md
- text: Migrate custom software to App Service in a container
url: tutorial-custom-container.md
- linkListType: how-to-guide
links:
- text: Continuous deployment with custom containers
url: deploy-ci-cd-custom-container.md
- text: Deploy a custom container to App Service using GitHub Actions
url: deploy-container-github-action.md
- title: Common tasks
linkLists:
- linkListType: tutorial
links:
- text: Secure with custom domain and certificate
url: tutorial-secure-domain-certificate.md
- text: Set up staging environments
url: deploy-staging-slots.md
- linkListType: how-to-guide
links:
- text: Mount Azure Storage as a local share in a custom container
url: configure-connect-to-azure-storage.md
- text: Open an SSH session to a Linux container
url: configure-linux-open-ssh-session.md
- text: Migrate an active DNS name
url: manage-custom-dns-migrate-domain.md
- title: CRUD app with database
linkLists:
- linkListType: tutorial
links:
- text: Build an ASP.NET app with Azure SQL Database
url: app-service-web-tutorial-dotnet-sqldatabase.md
- text: Build an ASP.NET Core and Azure SQL Database app
url: tutorial-dotnetcore-sqldb-app.md
- text: Build a PHP and MySQL app
url: tutorial-php-mysql-app.md
- text: Build a Node.js and MongoDB app
url: tutorial-nodejs-mongodb-app.md
- text: Build a Java Spring Boot web app with Azure App Service on Linux and Azure Cosmos DB
url: tutorial-java-spring-cosmosdb.md
- text: Deploy a Python (Django) web app with PostgreSQL
url: tutorial-python-postgresql-app.md
- title: Secure
linkLists:
- linkListType: concept
links:
- text: Security in Azure App Service
url: overview-security.md
- linkListType: tutorial
links:
- text: Secure Azure SQL Database connection from App Service without connection secrets
url: tutorial-connect-msi-sql-database.md
- text: Enable authentication in App Service and access storage without secrets
url: scenario-secure-app-overview.md
- text: Connect securely to services with Key Vault secrets
url: tutorial-connect-msi-key-vault.md
- text: Isolate back-end communication with Virtual Network integration
url: tutorial-networking-isolate-vnet.md
- text: Authenticate users end-to-end
url: tutorial-auth-aad.md
- title: Upload your code or content
linkLists:
- linkListType: deploy
links:
- text: Upload content with FTP
url: deploy-ftp.md
- text: Deploy zip packages and individual files
url: deploy-zip.md
- text: Local Git deployment to Azure App Service
url: deploy-local-git.md
- text: Sync content from a cloud folder to Azure App Service
url: deploy-content-sync.md
- text: Continuous deployment to Azure App Service
url: deploy-continuous-deployment.md
- text: Run your app directly from a zip package
url: deploy-run-package.md
- title: Monitor your app
linkLists:
- linkListType: tutorial
links:
- text: Troubleshoot an App Service app with Azure Monitor
url: tutorial-troubleshoot-monitor.md
- linkListType: how-to-guide
links:
- text: Enable diagnostics logging for apps
url: troubleshoot-diagnostic-logs.md
- text: Get resource events
url: get-resource-events.md
- text: Monitor App Service instances using health check
url: monitor-instances-health-check.md
- title: More resources
linkLists:
- linkListType: video
links:
- text: App Service video library
url: https://azure.microsoft.com/resources/videos/index/?services=app-service
- text: Pluralsight video training
url: https://www.pluralsight.com/search?q=azure%20app%20service
- linkListType: reference
links:
- text: REST API
url: /rest/api/appservice/
- text: Azure CLI
url: /cli/azure/appservice
- text: Azure PowerShell
url: /powershell/module/az.websites/#app_service