Skip to content

Commit fee5966

Browse files
committed
updating links
1 parent a7f5dd7 commit fee5966

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
author: jefmarti
33
ms.service: azure-app-service
4-
ms.devlang: java
4+
ms.devlang: node
55
ms.custom: linux-related-content
66
ms.topic: article
77
ms.date: 09/30/2024
@@ -12,8 +12,8 @@ You can use Azure App Service to create applications using Azure OpenAI and Open
1212

1313
#### Prerequisites
1414

15-
- An [Azure OpenAI resource](https://learn.microsoft.com/azure/ai-services/openai/quickstart?pivots=programming-language-csharp&tabs=command-line%2Cpython#set-up) or an [OpenAI account](https://platform.openai.com/overview).
16-
- A Node.js Express application. Create the sample app using our [quickstart](https://learn.microsoft.com/azure/app-service/quickstart-nodejs?tabs=linux&pivots=development-environment-vscode).
15+
- An [Azure OpenAI resource](/azure/ai-services/openai/quickstart?pivots=programming-language-csharp&tabs=command-line%2Cpython#set-up) or an [OpenAI account](https://platform.openai.com/overview).
16+
- A Node.js Express application. Create the sample app using our [quickstart](../../quickstart-nodejs?tabs=linux&pivots=development-environment-vscode).
1717

1818
### Set up web app
1919

@@ -48,7 +48,7 @@ The previous code will add an input box to our index page to submit requests to
4848

4949
First, you need to grab the keys and endpoint values from Azure OpenAI, or OpenAI and add them as secrets for use in your application. Retrieve and save the values for later use to build the client.
5050

51-
For Azure OpenAI, see [this documentation](https://learn.microsoft.com/azure/ai-services/openai/quickstart?pivots=programming-language-csharp&tabs=command-line%2Cpython#retrieve-key-and-endpoint) to retrieve the key and endpoint values. If you’re planning to use managed identity to secure your app you’ll only need the `deploymentName` and `apiVersion` values.
51+
For Azure OpenAI, see [this documentation](/azure/ai-services/openai/quickstart?pivots=programming-language-csharp&tabs=command-line%2Cpython#retrieve-key-and-endpoint) to retrieve the key and endpoint values. If you’re planning to use managed identity to secure your app you’ll only need the `deploymentName` and `apiVersion` values.
5252

5353
Otherwise, you need each of the following:
5454

@@ -63,9 +63,9 @@ For OpenAI, see this documentation to retrieve the API keys. For our application
6363

6464
- `apiKey`
6565

66-
Since we're deploying to App Service, we can secure these secrets in **Azure Key Vault** for protection. Follow the [Quickstart](https://learn.microsoft.com/en-us/azure/key-vault/secrets/quick-create-cli#create-a-key-vault) to set up your Key Vault and add the secrets you saved from earlier.
66+
Since we're deploying to App Service, we can secure these secrets in **Azure Key Vault** for protection. Follow the [Quickstart](/azure/key-vault/secrets/quick-create-cli#create-a-key-vault) to set up your Key Vault and add the secrets you saved from earlier.
6767

68-
Next, we can use Key Vault references as app settings in our App Service resource to reference in our application. Follow the instructions in the [documentation](https://learn.microsoft.com/en-us/azure/app-service/app-service-key-vault-references?source=recommendations&tabs=azure-cli) to grant your app access to your Key Vault and to set up Key Vault references.
68+
Next, we can use Key Vault references as app settings in our App Service resource to reference in our application. Follow the instructions in the [documentation](../../app-service-key-vault-references.md?source=recommendations&tabs=azure-cli) to grant your app access to your Key Vault and to set up Key Vault references.
6969

7070
Then, go to the portal Environment Variables page in your resource and add the following app settings:
7171

articles/zone-pivot-groups.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -779,6 +779,8 @@ groups:
779779
title: Python
780780
- id: openai-java
781781
title: Java
782+
- id: openai-node
783+
title: Node
782784
# Owner: msangapu
783785
- id: app-spaces-component-types
784786
title: App Spaces components

0 commit comments

Comments
 (0)