You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// This allows Azure OpenAI to use an Azure AI Search index.
90
-
//
91
-
// > Because the model has access to, and can reference specific sources to support its responses, answers are not only based on its pretrained knowledge
92
-
// > but also on the latest information available in the designated data source. This grounding data also helps the model avoid generating responses
93
-
// > based on outdated or incorrect information.
94
-
//
95
-
// Quote from here: https://learn.microsoft.com/en-us/azure/ai-services/openai/concepts/use-your-data
&azopenai.ChatRequestUserMessage{Content: azopenai.NewChatRequestUserMessageContent("What are the differences between Azure Machine Learning and Azure AI services?")},
// This allows Azure OpenAI to use an Azure AI Search index.
85
+
//
86
+
// > Because the model has access to, and can reference specific sources to support its responses, answers are not only based on its pretrained knowledge
87
+
// > but also on the latest information available in the designated data source. This grounding data also helps the model avoid generating responses
88
+
// > based on outdated or incorrect information.
89
+
//
90
+
// Quote from here: https://learn.microsoft.com/en-us/azure/ai-services/openai/concepts/use-your-data
The application prints the response including both answers to your query and citations from your uploaded files.
137
132
138
133
> [!div class="nextstepaction"]
139
-
> [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)
134
+
> [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)
When running your functions in an [App Service plan](./dedicated-plan.md), dependencies that you define in requirements.txt are given precedence over built-in Python modules, such as `logging`. This precedence can cause conflicts when built-in modules have the same names as directories in your code. When running in a [Consumption plan](./consumption-plan.md) or an [Elastic Premium plan](./functions-premium-plan.md), conflicts are less likely because your dependencies aren't prioritized by default.
975
975
976
-
To prevent issues running in an App Service plan, don't name your directories the same as any Python native modules and don't including Python native libraries in your project's requirements.txt file.
976
+
To prevent issues running in an App Service plan, don't name your directories the same as any Python native modules and don't include Python native libraries in your project's requirements.txt file.
Copy file name to clipboardExpand all lines: articles/container-registry/container-registry-tasks-overview.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -82,7 +82,7 @@ The power of ACR Tasks to truly enhance your container build workflow comes from
82
82
You can set up an ACR task to track a dependency on a base image when it builds an application image. When the updated base image is pushed to your registry, or a base image is updated in a public repo such as in Docker Hub, ACR Tasks can automatically build any application images based on it.
83
83
With this automatic detection and rebuilding, ACR Tasks saves you the time and effort normally required to manually track and update each and every application image referencing your updated base image.
84
84
85
-
Learn more about [base image update triggers](container-registry-tasks-base-images.md) for ACR Tasks. And learn how to trigger an image build when a base image is pushed to a container registry in the tutorial [Automate container image builds when a base image is updated in a Azure container registry](container-registry-tutorial-base-image-update.md)
85
+
Learn more about [base image update triggers](container-registry-tasks-base-images.md) for ACR Tasks. And learn how to trigger an image build when a base image is pushed to a container registry in the tutorial [Automate container image builds when a base image is updated in an Azure container registry](container-registry-tutorial-base-image-update.md)
Copy file name to clipboardExpand all lines: articles/defender-for-cloud/alert-validation.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,7 +79,7 @@ Alternately, you can also use the [EICAR](https://www.eicar.org/download-anti-ma
79
79
After the Microsoft Defender for Endpoint agent is installed on your machine, as part of Defender for Servers integration, follow these steps from the machine where you want to be the attacked resource of the alert:
80
80
81
81
1. Open a Terminal window, copy and run the following command:
82
-
`curl -o ~/Downloads/eicar.com.txt`
82
+
`curl -O https://secure.eicar.org/eicar.com.txt`
83
83
84
84
1. The Command Prompt window closes automatically. If successful, a new alert should appear in Defender for Cloud Alerts blade in 10 minutes.
0 commit comments