Skip to content

Commit de0f206

Browse files
Merge pull request #1751 from mrbullwinkle/mrb_11_27_2024_qs_oyd_cleanup
[Azure OpenAI] [Bulk Change] OYD Feedback cleanup
2 parents d6e58b2 + 4db5296 commit de0f206

10 files changed

+3
-24
lines changed

articles/ai-services/openai/includes/connect-your-data-studio.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,4 @@ Navigate to [Azure AI Foundry](https://ai.azure.com/) and sign-in with credentia
5454
5555
1. Review the details you entered, and select **Save and close**. You can now chat with the model and it will use information from your data to construct the response.
5656

57-
> [!div class="nextstepaction"]
58-
> [I ran into an issue adding my data.](https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=STUDIO&Pillar=AOAI&Product=ownData&Page=quickstart&Section=Adding-data)
57+

articles/ai-services/openai/includes/deploy-web-app.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,4 @@ update an existing app, select **Publish to an existing web app** and choose the
2727
app from the dropdown menu.
2828

2929
If you choose to deploy a web app, see the [important considerations](../how-to/use-web-app.md#important-considerations) for using it.
30-
> [!div class="nextstepaction"]
31-
> [I ran into an issue with deploying the model.](https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=STUDIO&Pillar=AOAI&Product=ownData&Page=quickstart&Section=Create-sample-app)
30+

articles/ai-services/openai/includes/use-your-data-dotnet.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,5 +154,4 @@ foreach (AzureChatCitation citation in onYourDataContext?.Citations ?? [])
154154
}
155155
```
156156

157-
> [!div class="nextstepaction"]
158-
> [I ran into an issue when running the code samples.](https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=dotnet&Pillar=AOAI&Product=ownData&Page=quickstart&Section=Create-dotnet-application)
157+

articles/ai-services/openai/includes/use-your-data-go.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,3 @@ ms.date: 03/07/2024
126126
```
127127

128128
The application prints the response including both answers to your query and citations from your uploaded files.
129-
130-
> [!div class="nextstepaction"]
131-
> [I ran into an issue when running the code samples.](https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=dotnet&Pillar=AOAI&Product=ownData&Page=quickstart&Section=Create-dotnet-application)

articles/ai-services/openai/includes/use-your-data-javascript.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,5 +226,3 @@ The available health plans in the Contoso Electronics plan and benefit packages
226226

227227
```
228228
229-
> [!div class="nextstepaction"]
230-
> [I ran into an issue when running the code sample.](https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=JAVASCRIPT&Pillar=AOAI&Product=ownData&Page=quickstart&Section=Create-application)

articles/ai-services/openai/includes/use-your-data-powershell.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,6 @@ The available health plans in the Contoso Electronics plan and benefit packages
7575
> [!IMPORTANT]
7676
> For production, use a secure way of storing and accessing your credentials like [The PowerShell Secret Management with Azure Key Vault](/powershell/utility-modules/secretmanagement/how-to/using-azure-keyvault). For more information about credential security, see the Azure AI services [security](../../security-features.md) article.
7777
78-
> [!div class="nextstepaction"]
79-
> [I ran into an issue with sending the request.](https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=REST&Pillar=AOAI&Product=ownData&Page=quickstart&Section=Send-request)
8078

8179
## Chat with your model using a web app
8280

articles/ai-services/openai/includes/use-your-data-python.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,3 @@ python main.py
163163
```
164164

165165
The application prints the response in a JSON format suitable for use in many scenarios. It includes both answers to your query and citations from your uploaded files.
166-
167-
> [!div class="nextstepaction"]
168-
> [I ran into an issue when running the code samples.](https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=dotnet&Pillar=AOAI&Product=ownData&Page=quickstart&Section=Create-dotnet-application)

articles/ai-services/openai/includes/use-your-data-rest.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,6 @@ curl -i -X POST $AZURE_OPENAI_ENDPOINT/openai/deployments/$AZURE_OPENAI_DEPLOYME
8585
}
8686
```
8787

88-
> [!div class="nextstepaction"]
89-
> [I ran into an issue with sending the request.](https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=REST&Pillar=AOAI&Product=ownData&Page=quickstart&Section=Send-request)
90-
9188
## Chat with your model using a web app
9289

9390
To start chatting with the Azure OpenAI model that uses your data, you can deploy a web app using [Azure OpenAI studio](../concepts/use-your-data.md#deploy-to-a-copilot-preview-teams-app-preview-or-web-app) or example code we [provide on GitHub](https://go.microsoft.com/fwlink/?linkid=2244395). This app deploys using Azure app service, and provides a user interface for sending queries. This app can be used with Azure OpenAI models that use your data, or models that don't use your data. See the readme file in the repo for instructions on requirements, setup, and deployment. You can optionally customize the [frontend and backend logic](../how-to/use-web-app.md#customizing-the-application-using-environment-variables) of the web app by making changes to the source code.

articles/ai-services/openai/includes/use-your-data-spring.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -389,5 +389,3 @@ Prompt created 1 generated response(s).
389389
Generated response from "assistant": The available health plans in the Contoso Electronics plan and benefit packages are the Northwind Health Plus and Northwind Standard plans.
390390
```
391391

392-
> [!div class="nextstepaction"]
393-
> [I ran into an issue when running the code samples.](https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=SPRING&Pillar=AOAI&Product=ownData&Page=quickstart&Section=Create-spring-application)

articles/ai-services/openai/use-your-data-quickstart.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@ The following resources:
2929
- Be sure that you're assigned at least the [Cognitive Services Contributor](./how-to/role-based-access-control.md#cognitive-services-contributor) role for the Azure OpenAI resource.
3030
- Download the example data from [GitHub](https://github.com/Azure-Samples/cognitive-services-sample-data-files/blob/master/openai/contoso_benefits_document_example.pdf) if you don't have your own data.
3131

32-
> [!div class="nextstepaction"]
33-
> [I ran into an issue with the prerequisites.](https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=OVERVIEW&Pillar=AOAI&Product=ownData&Page=quickstart&Section=Prerequisites)
34-
3532

3633
[!INCLUDE [Connect your data to OpenAI](includes/connect-your-data-studio.md)]
3734

0 commit comments

Comments
 (0)