Skip to content

Commit 1dd4ab3

Browse files
author
Cephas Lin
committed
resolve conflicts
1 parent f3ccfd0 commit 1dd4ab3

File tree

2 files changed

+37
-11
lines changed

2 files changed

+37
-11
lines changed

articles/app-service/getting-started.md

Lines changed: 29 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,24 @@
11
---
22
title: Getting started with Azure App Service
3-
description: Take the first steps toward working with Azure App Service.
3+
description: Take the first steps toward working with Azure App Service. This is a longer description that meets the length requirement.
44
ms.author: msangapu
55
author: msangapu-msft
66
ms.topic: overview
77
ms.custom: devx-track-extended-java, devx-track-python, devx-track-js
88
ms.date: 8/31/2023
99
zone_pivot_groups: app-service-getting-started-stacks
10+
<!-- #customer intent: As a developer, I want to learn how to deploy my web applications to Azure App Service so that I can take advantage of its managed platform and easily scale my applications. -->
1011
---
1112

1213
# Getting started with Azure App Service
1314

14-
## Introduction
15+
[Azure App Service](./overview.md) is a fully managed platform as a service (PaaS) for hosting web applications.
16+
1517
::: zone pivot="stack-net"
16-
[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.
18+
19+
## ASP.NET or ASP.NET Core
20+
21+
Use the following resources to get started with .NET.
1722

1823
| Action | Resources |
1924
| --- | --- |
@@ -24,9 +29,13 @@ zone_pivot_groups: app-service-getting-started-stacks
2429
| **Connect to a database** | - [.NET with Azure SQL Database](./app-service-web-tutorial-dotnet-sqldatabase.md)<br>- [.NET Core with Azure SQL DB](./tutorial-dotnetcore-sqldb-app.md)|
2530
| **Custom containers** |- [Linux - Visual Studio Code](./quickstart-custom-container.md?tabs=dotnet&pivots=container-linux-vscode)<br>- [Windows - Visual Studio](./quickstart-custom-container.md?tabs=dotnet&pivots=container-windows-vs)|
2631
| **Review best practices** | - [Scale your app](./manage-scale-up.md)<br>- [Deployment](./deploy-best-practices.md)<br>- [Security](/security/benchmark/azure/baselines/app-service-security-baseline?toc=/azure/app-service/toc.json)<br>- [Virtual Network](./configure-vnet-integration-enable.md)|
32+
2733
::: zone-end
2834
::: zone pivot="stack-python"
29-
[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.
35+
36+
## Python
37+
38+
Use the following resources to get started with Python.
3039

3140
| Action | Resources |
3241
| --- | --- |
@@ -37,9 +46,13 @@ zone_pivot_groups: app-service-getting-started-stacks
3746
| **Connect to a database** | - [Postgres - CLI](./tutorial-python-postgresql-app.md?tabs=flask%2Cwindows&pivots=deploy-azd)<br>- [Postgres - Azure portal](./tutorial-python-postgresql-app.md?tabs=flask%2Cwindows&pivots=deploy-portal)|
3847
| **Custom containers** |- [Linux - Visual Studio Code](./quickstart-custom-container.md?tabs=python&pivots=container-linux-vscode)|
3948
| **Review best practices** | - [Scale your app](./manage-scale-up.md)<br>- [Deployment](./deploy-best-practices.md)<br>- [Security](/security/benchmark/azure/baselines/app-service-security-baseline?toc=/azure/app-service/toc.json)<br>- [Virtual Network](./configure-vnet-integration-enable.md)|
49+
4050
::: zone-end
4151
::: zone pivot="stack-nodejs"
42-
[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.
52+
53+
## Node.js
54+
55+
Use the following resources to get started with Node.js.
4356

4457
| Action | Resources |
4558
| --- | --- |
@@ -50,9 +63,13 @@ zone_pivot_groups: app-service-getting-started-stacks
5063
| **Connect to a database** | - [MongoDB](./tutorial-nodejs-mongodb-app.md)|
5164
| **Custom containers** |- [Linux - Visual Studio Code](./quickstart-custom-container.md?tabs=node&pivots=container-linux-vscode)|
5265
| **Review best practices** | - [Scale your app](./manage-scale-up.md)<br>- [Deployment](./deploy-best-practices.md)<br>- [Security](/security/benchmark/azure/baselines/app-service-security-baseline?toc=/azure/app-service/toc.json)<br>- [Virtual Network](./configure-vnet-integration-enable.md)|
66+
5367
::: zone-end
5468
::: zone pivot="stack-java"
55-
[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.
69+
70+
## Java
71+
72+
Use the following resources to get started with Java.
5673

5774
| Action | Resources |
5875
| --- | --- |
@@ -63,9 +80,13 @@ zone_pivot_groups: app-service-getting-started-stacks
6380
| **Connect to a database** |- [Java Spring with Cosmos DB](./tutorial-java-spring-cosmosdb.md)|
6481
| **Custom containers** |- [Linux - Visual Studio Code](./quickstart-custom-container.md?tabs=python&pivots=container-linux-vscode)|
6582
| **Review best practices** | - [Scale your app](./manage-scale-up.md)<br>- [Deployment](./deploy-best-practices.md)<br>- [Security](/security/benchmark/azure/baselines/app-service-security-baseline?toc=/azure/app-service/toc.json)<br>- [Virtual Network](./configure-vnet-integration-enable.md)|
83+
6684
::: zone-end
6785
::: zone pivot="stack-php"
68-
[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.
86+
87+
## PHP
88+
89+
Use the following resources to get started with PHP.
6990

7091
| Action | Resources |
7192
| --- | --- |
@@ -76,6 +97,7 @@ zone_pivot_groups: app-service-getting-started-stacks
7697
| **Connect to a database** | - [MySQL with PHP](./tutorial-php-mysql-app.md)|
7798
| **Custom containers** |- [Multi-container](./quickstart-multi-container.md)<br>- [Sidecar containers](tutorial-custom-container-sidecar.md)|
7899
| **Review best practices** | - [Scale your app]()<br>- [Deployment](./deploy-best-practices.md)<br>- [Security](/security/benchmark/azure/baselines/app-service-security-baseline?toc=/azure/app-service/toc.json)<br>- [Virtual Network](./configure-vnet-integration-enable.md)|
100+
79101
::: zone-end
80102

81103
## Next steps

articles/app-service/includes/deploy-intelligent-apps/deploy-intelligent-apps-linux-java-pivot.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,11 @@ You can use Azure App Service to create applications using Azure OpenAI and Open
1717

1818
### Set up web app
1919

20+
<<<<<<< HEAD
2021
For this Spring Boot application, we're building off the [quickstart](../../quickstart-java.md?tabs=springboot&pivots=java-maven-javase) app and adding an extra feature to make a request to an Azure OpenAI or OpenAI service. Add the following code to your application:
22+
=======
23+
For this Spring Boot application, we're building off the [quickstart](../../quickstart-java.md?tabs=springboot&pivots=java-javase) app and adding an extra feature to make a request to an Azure OpenAI or OpenAI service. Add the following code to your application:
24+
>>>>>>> 186f85b0178b (acrolinx and template errors)
2125
2226
```bash
2327
@RequestMapping("/")
@@ -147,7 +151,7 @@ Before you can create the client, you first need to add the Azure SDK dependency
147151
</dependency>
148152
```
149153

150-
Once the package is created, we can start working on the client that will make our calls.
154+
Once the package is created, we can start working on the client that makes our calls.
151155

152156
### Create OpenAI client
153157

@@ -180,7 +184,7 @@ import com.azure.ai.openai.OpenAIClientBuilder;
180184
import com.azure.core.credential.AzureKeyCredential;
181185
```
182186

183-
### Setup prompt and call to OpenAI
187+
### Set up prompt and call to OpenAI
184188

185189
Now that our OpenAI service is created we can use the chat completions method to send our request message to OpenAI and return a response. Here's where we add our chat message prompt to the code to be passed to the chat completions method. Use the following code to set up the chat completions method:
186190

@@ -285,9 +289,9 @@ public class Application {
285289

286290
### Deploy to App Service
287291

288-
If you completed the steps above, you can deploy to App Service as you normally would. If you run into any issues, remember that you need to complete the following: grant your app access to your Key Vault, and add the app settings with key vault references as your values. App Service resolves the app settings in your application that match what you've added in the portal.
292+
If you completed the steps above, you can deploy to App Service as you normally would. If you run into any issues, remember that you need to complete the following steps: grant your app access to your Key Vault, and add the app settings with key vault references as your values. App Service resolves the app settings in your application that match what you added in the portal.
289293

290-
Once deployed, you can visit your site URL and you are greeted with the text that contains the response from your chat message prompt.
294+
Once the app is deployed, you can visit your site URL and you're greeted with the text that contains the response from your chat message prompt.
291295

292296

293297
### Authentication

0 commit comments

Comments
 (0)