Skip to content

Commit 1ed80c1

Browse files
Learn Build Service GitHub AppLearn Build Service GitHub App
authored andcommitted
Merging changes synced from https://github.com/MicrosoftDocs/azure-ai-docs-pr (branch live)
2 parents 6ebedb4 + f3af792 commit 1ed80c1

File tree

3 files changed

+15
-10
lines changed

3 files changed

+15
-10
lines changed

articles/ai-services/openai/azure-government.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -50,17 +50,19 @@ To request quota increases for these models, submit a request at [https://aka.ms
5050

5151
## Azure OpenAI features
5252

53+
The following feature differences exist when comparing Azure OpenAI in Azure Government vs commercial cloud.
54+
5355
|Feature|Description|
5456
|--------|--------|
55-
| Connect your data | Available in USGovVirginia and USGovArizona. Virtual network and private links are supported. Deployment to a web app or a copilot in Copilot Studio is not supported. |
56-
|Managed Identity|Yes, via Microsoft Entra ID|
57-
|Virtual network support & private link support| Yes. |
58-
|UI experience|**Azure portal** for account & resource management<br>**Azure OpenAI Studio** for model exploration|
59-
|Abuse Monitoring|Not all features of Abuse Monitoring are enabled for Azure OpenAI in Azure Government. You are responsible for implementing reasonable technical and operational measures to detect and mitigate any use of the service in violation of the Product Terms. [Automated Content Classification and Filtering](./concepts/content-filter.md) remains enabled by default for Azure Government. If modified content filters are required, apply at [https://aka.ms/AOAIGovModifyContentFilter](https://aka.ms/AOAIGovModifyContentFilter)|
60-
|Data Storage|In Azure Government, there are no Azure OpenAI features currently enabled that store customer data at rest. However, Customer Managed Keys (CMK) can still be enabled in Azure Government to support use of the same policies in Azure Government as in Public cloud. Note also that if Azure OpenAI features that store customer data are enabled in Azure Government in the future, any existing CMK deployment would be applied to that data at that time. Learn more at [Azure OpenAI Data Privacy](/../legal/cognitive-services/openai/data-privacy).|
61-
|Compliance|View the current status of Azure OpenAI compliance in Azure Government at [Azure Government Services Audit Scope](/azure/azure-government/compliance/azure-services-in-fedramp-auditscope?branch=pr-en-us-76518#azure-government-services-by-audit-scope)|
62-
|Service Endpoints|openai.azure.us|
63-
|Key Portals|<ul></li><li>Azure OpenAI Studio - aoai.azure.us</li><li>Azure portal - portal.azure.us</li></ul>|
57+
| Structured Outputs | Not currently supported. |
58+
| Reservation Based Purchases | Not currently supported. |
59+
| Batch Deployments | Not currently supported. |
60+
| Connect your data | Virtual network and private links are supported. Deployment to a web app or a copilot in Copilot Studio is not supported. |
61+
| Abuse Monitoring | Not all features of Abuse Monitoring are enabled for Azure OpenAI in Azure Government. You are responsible for implementing reasonable technical and operational measures to detect and mitigate any use of the service in violation of the Product Terms. [Automated Content Classification and Filtering](./concepts/content-filter.md) remains enabled by default for Azure Government. If modified content filters are required, apply at [https://aka.ms/AOAIGovModifyContentFilter](https://aka.ms/AOAIGovModifyContentFilter)|
62+
| Data Storage | In Azure Government, there are no Azure OpenAI features currently enabled that store customer data at rest. However, Customer Managed Keys (CMK) can still be enabled in Azure Government to support use of the same policies in Azure Government as in Public cloud. Note also that if Azure OpenAI features that store customer data are enabled in Azure Government in the future, any existing CMK deployment would be applied to that data at that time. Learn more at [Azure OpenAI Data Privacy](/../legal/cognitive-services/openai/data-privacy).|
63+
| Compliance | View the current status of Azure OpenAI compliance in Azure Government at [Azure Government Services Audit Scope](/azure/azure-government/compliance/azure-services-in-fedramp-auditscope?branch=pr-en-us-76518#azure-government-services-by-audit-scope)|
64+
| Service Endpoints | openai.azure.us |
65+
| Key Portals | <ul></li><li>Azure OpenAI Studio - aoai.azure.us</li><li>Azure portal - portal.azure.us</li></ul> |
6466

6567
<br>
6668

articles/ai-studio/tutorials/copilot-sdk-build-rag.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,9 +156,11 @@ Now that you have both the script and the template, run the script to test your
156156
python chat_with_products.py --query "I need a new tent for 4 people, what would you recommend?"
157157
```
158158

159+
### <a name="logging"></a> Add telemetry logging
160+
159161
To enable logging of telemetry to your project:
160162

161-
1. Enable tracing by adding an Application Insights resource to your project. Navigate to the **Tracing** tab in the [Azure AI Foundry portal](https://ai.azure.com/), and create a new resource if you don't already have one.
163+
1. Add an Application Insights resource to your project. Navigate to the **Tracing** tab in the [Azure AI Foundry portal](https://ai.azure.com/), and create a new resource if you don't already have one.
162164
163165
:::image type="content" source="../../ai-services/agents/media/ai-foundry-tracing.png" alt-text="A screenshot of the tracing screen in the Azure AI Foundry portal." lightbox="../../ai-services/agents/media/ai-foundry-tracing.png":::
164166

articles/ai-studio/tutorials/copilot-sdk-evaluate.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ This tutorial is part three of a three-part tutorial.
2929
## Prerequisites
3030

3131
- Complete [part 2 of the tutorial series](copilot-sdk-build-rag.md) to build the chat application.
32+
- Make sure you've completed the steps to [add telemetry logging](copilot-sdk-build-rag.md#logging) from part 2.
3233

3334

3435
## <a name="evaluate"></a> Evaluate the quality of the chat app responses

0 commit comments

Comments
 (0)