Skip to content

Commit ff96f39

Browse files
committed
links
1 parent a99af21 commit ff96f39

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

articles/app-service/tutorial-ai-openai-chatbot-python.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -208,19 +208,19 @@ client = OpenAI(
208208
For more information, see [How to switch between OpenAI and Azure OpenAI endpoints with Python](/azure/ai-services/openai/how-to/switching-endpoints).
209209
210210
>[!IMPORTANT]
211-
>When working with connection secrets like API keys in App Service, you should use [Azure Key Vault references](app-service-key-vault-references.md) instead of storing secrets directly in your code. This practice ensures that sensitive information remains secure and is managed centrally.
211+
>When working with connection secrets like API keys in App Service, you should [use Azure Key Vault references](app-service-key-vault-references.md) instead of storing secrets directly in your code. This practice ensures that sensitive information remains secure and is managed centrally.
212212
213213
---
214214
215215
### Can I connect to Azure OpenAI with an API key instead of managed identity?
216216
217217
Yes, you can connect to Azure OpenAI by using an API key instead of managed identity. The Azure OpenAI SDK and Semantic Kernel support this approach.
218218
219-
- For details on using API keys with Semantic Kernel, see [Semantic Kernel C# Quickstart](/semantic-kernel/get-started/quick-start-guide?pivots=programming-language-python).
220-
- For details on using API keys with the Azure OpenAI client library, see [Quickstart: Get started using chat completions with Azure OpenAI Service](/azure/ai-services/openai/chatgpt-quickstart?pivots=programming-language-python).
219+
- For details on using API keys with Semantic Kernel, see [Get started with Semantic Kernel](/semantic-kernel/get-started/quick-start-guide?pivots=programming-language-python).
220+
- For details on using API keys with the Azure OpenAI client library, see [Use the Azure OpenAI Responses API](/azure/ai-services/openai/chatgpt-quickstart?pivots=programming-language-python).
221221
222222
>[!IMPORTANT]
223-
>When working with connection secrets like API keys in App Service, you should use [Key Vault references](app-service-key-vault-references.md) instead of storing secrets directly in your code. This practice ensures that sensitive information remains secure and is managed centrally.
223+
>When working with connection secrets like API keys in App Service, you should [use Key Vault references](app-service-key-vault-references.md) instead of storing secrets directly in your code. This practice ensures that sensitive information remains secure and is managed centrally.
224224
225225
---
226226
@@ -235,7 +235,6 @@ This approach lets your code run securely and seamlessly in both local and cloud
235235
236236
## Related content
237237
238-
- [Tutorial: Build a Retrieval Augmented Generation with Azure OpenAI and Azure AI Search (FastAPI)](tutorial-ai-openai-search-nodejs.md)
239238
- [Tutorial: Run a chatbot in App Service with a Phi-4 sidecar extension (FastAPI)](tutorial-ai-slm-fastapi.md)
240239
- [Create and deploy an Azure OpenAI Service resource](/azure/ai-services/openai/how-to/create-resource)
241-
- [Enable managed identity for your app](overview-managed-identity.md)
240+
- [Use managed identities for App Service and Azure Functions](overview-managed-identity.md)

0 commit comments

Comments
 (0)