Skip to content

Commit 553d417

Browse files
committed
temp
1 parent 814013c commit 553d417

File tree

1 file changed

+13
-8
lines changed

1 file changed

+13
-8
lines changed

articles/app-service/getting-started.md

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,39 +4,40 @@ description: Take the first steps toward working with Azure App Service.
44
ms.author: msangapu
55
author: msangapu-msft
66
ms.topic: overview
7-
ms.date: 3/31/2023
7+
ms.date: 4/3/2023
88
zone_pivot_groups: app-service-getting-started-stacks
99
---
1010

1111
# Getting started with Azure App Service
1212

1313
## Introduction
14-
15-
[Azure App Service](./overview.md) is a fully managed platform as a service (PaaS) for hosting web applications. You can develop in your favorite stack, be it .NET, Python, Node.js, Java, PHP, WordPress, Java, Ruby, Node.js, PHP, or containers.
16-
17-
Use the following resources to get started.
18-
1914
::: zone pivot="stack-net"
15+
[Azure App Service](./overview.md) is a fully managed platform as a service (PaaS) for hosting web applications. Use the following resources to get started with .NET.
16+
2017
| Action | Resources |
2118
| --- | --- |
2219
| **Create your first .NET app** | Using one of the following tools:<br><br><li>[Visual Studio](./quickstart-dotnetcore.md?tabs=net60&pivots=development-environment-vs)<li>[Visual Studio Code](./quickstart-dotnetcore.md?tabs=net60&pivots=development-environment-vscode)<li>[Command line](./quickstart-dotnetcore.md?tabs=net60&pivots=development-environment-cli)<li>[Azure PowerShell](./quickstart-dotnetcore.md?tabs=net60&pivots=development-environment-ps)<li>[Azure Portal](./quickstart-dotnetcore.md?tabs=net60&pivots=development-environment-azure-portal) |
23-
| **Deploy your app** | <li>[Deployment Best Practices](./deploy-best-practices.md)<li>[Azure DevOps](./deploy-azure-pipelines.md?tabs=yaml) |
20+
| **Deploy your app** | <li>[Deployment Best Practices](./deploy-best-practices.md)<li>[GitHub actions](./deploy-github-actions.md) |
2421
| **Monitor your app**| <li>[Monitoring overview](./overview-monitoring.md)<li>[Log stream](./troubleshoot-diagnostic-logs.md#stream-logs)<li>[Diagnose and solve](./overview-diagnostics.md)<li>[Monitor instances using Health Check](./monitor-instances-health-check.md)|
2522
| **Add domains and certificates** |<li>[Map a custom domain]()<li>[Add SSL certificate]()|
2623
| **Connect to a database** | <li>[Connect to Azure SQL Database](./app-service-web-tutorial-dotnet-sqldatabase.md)|
2724
| **Review best practices** | <li>[Scale your App Service app]()<li>[Secure your app]()<li>Use built-in [monitoring tools]() to help analyze your functions<li>Read the [C# language reference]()|
2825
::: zone-end
2926
::: zone pivot="stack-python"
27+
[Azure App Service](./overview.md) is a fully managed platform as a service (PaaS) for hosting web applications. Use the following resources to get started with Python.
28+
3029
| Action | Resources |
3130
| --- | --- |
32-
| **Create your first .NET app** | Using one of the following tools:<br><br><li>[Visual Studio](./quickstart-dotnetcore.md?tabs=net60&pivots=development-environment-vs)<li>[Visual Studio Code](./quickstart-dotnetcore.md?tabs=net60&pivots=development-environment-vscode)<li>[Command line](./quickstart-dotnetcore.md?tabs=net60&pivots=development-environment-cli)<li>[Azure PowerShell](./quickstart-dotnetcore.md?tabs=net60&pivots=development-environment-ps)<li>[Azure Portal](./quickstart-dotnetcore.md?tabs=net60&pivots=development-environment-azure-portal) |
31+
| **Create your first Python app** | Using one of the following tools:<br><br><li>[Visual Studio](./quickstart-dotnetcore.md?tabs=net60&pivots=development-environment-vs)<li>[Visual Studio Code](./quickstart-dotnetcore.md?tabs=net60&pivots=development-environment-vscode)<li>[Command line](./quickstart-dotnetcore.md?tabs=net60&pivots=development-environment-cli)<li>[Azure PowerShell](./quickstart-dotnetcore.md?tabs=net60&pivots=development-environment-ps)<li>[Azure Portal](./quickstart-dotnetcore.md?tabs=net60&pivots=development-environment-azure-portal) |
3332
| **Deploy your app** | <li>[Deployment Best Practices](./deploy-best-practices.md)<li>[Azure DevOps](./deploy-azure-pipelines.md?tabs=yaml) |
3433
| **Monitor your app**| <li>[Monitoring overview](./overview-monitoring.md)<li>[Log stream](./troubleshoot-diagnostic-logs.md#stream-logs)<li>[Diagnose and solve](./overview-diagnostics.md)<li>[Monitor instances using Health Check](./monitor-instances-health-check.md)|
3534
| **Add domains and certificates** |<li>[Map a custom domain]()<li>[Add SSL certificate]()|
3635
| **Connect to a database** | <li>[Connect to Azure SQL Database](./app-service-web-tutorial-dotnet-sqldatabase.md)|
3736
| **Review best practices** | <li>[Scale your App Service app]()<li>[Secure your app]()<li>Use built-in [monitoring tools]() to help analyze your functions<li>Read the [C# language reference]()|
3837
::: zone-end
3938
::: zone pivot="stack-nodejs"
39+
[Azure App Service](./overview.md) is a fully managed platform as a service (PaaS) for hosting web applications. Use the following resources to get started with Node.js.
40+
4041
| Action | Resources |
4142
| --- | --- |
4243
| **Create your first .NET app** | Using one of the following tools:<br><br><li>[Visual Studio](./quickstart-dotnetcore.md?tabs=net60&pivots=development-environment-vs)<li>[Visual Studio Code](./quickstart-dotnetcore.md?tabs=net60&pivots=development-environment-vscode)<li>[Command line](./quickstart-dotnetcore.md?tabs=net60&pivots=development-environment-cli)<li>[Azure PowerShell](./quickstart-dotnetcore.md?tabs=net60&pivots=development-environment-ps)<li>[Azure Portal](./quickstart-dotnetcore.md?tabs=net60&pivots=development-environment-azure-portal) |
@@ -47,6 +48,8 @@ Use the following resources to get started.
4748
| **Review best practices** | <li>[Scale your App Service app]()<li>[Secure your app]()<li>Use built-in [monitoring tools]() to help analyze your functions<li>Read the [C# language reference]()|
4849
::: zone-end
4950
::: zone pivot="stack-java"
51+
[Azure App Service](./overview.md) is a fully managed platform as a service (PaaS) for hosting web applications. Use the following resources to get started with Java.
52+
5053
| Action | Resources |
5154
| --- | --- |
5255
| **Create your first .NET app** | Using one of the following tools:<br><br><li>[Visual Studio](./quickstart-dotnetcore.md?tabs=net60&pivots=development-environment-vs)<li>[Visual Studio Code](./quickstart-dotnetcore.md?tabs=net60&pivots=development-environment-vscode)<li>[Command line](./quickstart-dotnetcore.md?tabs=net60&pivots=development-environment-cli)<li>[Azure PowerShell](./quickstart-dotnetcore.md?tabs=net60&pivots=development-environment-ps)<li>[Azure Portal](./quickstart-dotnetcore.md?tabs=net60&pivots=development-environment-azure-portal) |
@@ -57,6 +60,8 @@ Use the following resources to get started.
5760
| **Review best practices** | <li>[Scale your App Service app]()<li>[Secure your app]()<li>Use built-in [monitoring tools]() to help analyze your functions<li>Read the [C# language reference]()|
5861
::: zone-end
5962
::: zone pivot="stack-php"
63+
[Azure App Service](./overview.md) is a fully managed platform as a service (PaaS) for hosting web applications. Use the following resources to get started with PHP.
64+
6065
| Action | Resources |
6166
| --- | --- |
6267
| **Create your first .NET app** | Using one of the following tools:<br><br><li>[Visual Studio](./quickstart-dotnetcore.md?tabs=net60&pivots=development-environment-vs)<li>[Visual Studio Code](./quickstart-dotnetcore.md?tabs=net60&pivots=development-environment-vscode)<li>[Command line](./quickstart-dotnetcore.md?tabs=net60&pivots=development-environment-cli)<li>[Azure PowerShell](./quickstart-dotnetcore.md?tabs=net60&pivots=development-environment-ps)<li>[Azure Portal](./quickstart-dotnetcore.md?tabs=net60&pivots=development-environment-azure-portal) |

0 commit comments

Comments
 (0)