Skip to content

Commit a767a6a

Browse files
authored
Merge pull request #257068 from MicrosoftDocs/main
11/2 11:00 AM IST Publish
2 parents 0247e2e + 16fd5bb commit a767a6a

File tree

67 files changed

+1648
-438
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+1648
-438
lines changed

.openpublishing.redirection.azure-monitor.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6418,6 +6418,11 @@
64186418
"source_path_from_root": "/articles/azure-monitor/essentials/metrics-charts.md",
64196419
"redirect_url": "/azure/azure-monitor/essentials/analyze-metrics",
64206420
"redirect_document_id": false
6421+
},
6422+
{
6423+
"source_path_from_root": "/articles/azure-monitor/faq.yml",
6424+
"redirect_url": "/azure/azure-monitor/overview#frequently-asked-questions",
6425+
"redirect_document_id": false
64216426
}
64226427
]
64236428
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ Resolution:
117117
This means the storage account is not accessible with the given credentials. In this case, please review the storage account credentials passed to the API and ensure the storage account is not hidden behind a private endpoint (if a private endpoint is not configured for this resource).
118118
## Custom parameters
119119

120-
In the **Data parameters** section in Azure OpenAI Studio, you can modify following additional settings.
120+
You can modify the following additional settings in the **Data parameters** section in Azure OpenAI Studio and [the API](../reference.md#completions-extensions).
121121

122122

123123
|Parameter name | Description |

articles/ai-services/openai/reference.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -381,6 +381,9 @@ curl -i -X POST YOUR_RESOURCE_NAME/openai/deployments/YOUR_DEPLOYMENT_NAME/exten
381381
| `stream` | boolean | Optional | false | If set, partial message deltas will be sent, like in ChatGPT. Tokens will be sent as data-only server-sent events as they become available, with the stream terminated by a message `"messages": [{"delta": {"content": "[DONE]"}, "index": 2, "end_turn": true}]` |
382382
| `stop` | string or array | Optional | null | Up to 2 sequences where the API will stop generating further tokens. |
383383
| `max_tokens` | integer | Optional | 1000 | The maximum number of tokens allowed for the generated answer. By default, the number of tokens the model can return is `4096 - prompt_tokens`. |
384+
| `retrieved_documents` | number | Optional | 3 | Specifies the number of top-scoring documents from your data index used to generate responses. You might want to increase the value when you have short documents or want to provide more context. |
385+
| `strictness` | number | Optional | 3 | Sets the threshold to categorize documents as relevant to your queries. Raising the value means a higher threshold for relevance and filters out more less-relevant documents for responses. Setting this value too high might cause the model to fail to generate responses due to limited available documents. |
386+
384387

385388
The following parameters can be used inside of the `parameters` field inside of `dataSources`.
386389

articles/ai-services/speech-service/includes/language-support/pronunciation-assessment.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ ms.author: eur
99
| Language | Locale (BCP-47) |
1010
|--|--|
1111
|Arabic (Saudi Arabia)|`ar-SA` |
12+
|Chinese (Cantonese, Traditional)|`zh-HK`<sup>1</sup>|
1213
|Chinese (Mandarin, Simplified)|`zh-CN`|
1314
|English (Australia)|`en-AU`|
1415
|English (Canada)|`en-CA` |

articles/ai-services/speech-service/language-support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ With the cross-lingual feature, you can transfer your custom neural voice model
9595

9696
# [Pronunciation assessment](#tab/pronunciation-assessment)
9797

98-
The table in this section summarizes the 23 locales supported for pronunciation assessment, and each language is available on all [Speech to text regions](regions.md#speech-service). Latest update extends support from English to 22 additional languages and quality enhancements to existing features, including accuracy, fluency and miscue assessment. You should specify the language that you're learning or practicing improving pronunciation. The default language is set as `en-US`. If you know your target learning language, [set the locale](how-to-pronunciation-assessment.md#get-pronunciation-assessment-results) accordingly. For example, if you're learning British English, you should specify the language as `en-GB`. If you're teaching a broader language, such as Spanish, and are uncertain about which locale to select, you can run various accent models (`es-ES`, `es-MX`) to determine the one that achieves the highest score to suit your specific scenario.
98+
The table in this section summarizes the 24 locales supported for pronunciation assessment, and each language is available on all [Speech to text regions](regions.md#speech-service). Latest update extends support from English to 23 additional languages and quality enhancements to existing features, including accuracy, fluency and miscue assessment. You should specify the language that you're learning or practicing improving pronunciation. The default language is set as `en-US`. If you know your target learning language, [set the locale](how-to-pronunciation-assessment.md#get-pronunciation-assessment-results) accordingly. For example, if you're learning British English, you should specify the language as `en-GB`. If you're teaching a broader language, such as Spanish, and are uncertain about which locale to select, you can run various accent models (`es-ES`, `es-MX`) to determine the one that achieves the highest score to suit your specific scenario.
9999

100100
[!INCLUDE [Language support include](includes/language-support/pronunciation-assessment.md)]
101101

articles/azure-arc/network-requirements-consolidated.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Azure Arc network requirements
33
description: A consolidated list of network requirements for Azure Arc features and Azure Arc-enabled services. Lists endpoints, ports, and protocols.
4-
ms.date: 10/18/2023
4+
ms.date: 11/01/2023
55
ms.topic: reference
66
---
77

@@ -81,7 +81,7 @@ For more information, see [Support matrix for Azure Arc-enabled VMware vSphere (
8181

8282
## Additional endpoints
8383

84-
Depending on your scenario, you may need connectivity to other URLs, such as those used by the Azure portal, management tools, or other Azure services. In particular, review these lists to ensure that you allow connectivity to any necessary endpoints:
84+
Depending on your scenario, you might need connectivity to other URLs, such as those used by the Azure portal, management tools, or other Azure services. In particular, review these lists to ensure that you allow connectivity to any necessary endpoints:
8585

8686
- [Azure portal URLs](../azure-portal/azure-portal-safelist-urls.md)
8787
- [Azure CLI endpoints for proxy bypass](/cli/azure/azure-cli-endpoints)

articles/azure-arc/servers/includes/esu-network-requirements.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
---
22
ms.service: azure-arc
33
ms.topic: include
4-
ms.date: 10/18/2023
4+
ms.date: 11/01/2023
55
---
66

77
If you are using Azure Arc-enabled servers only for the purpose of Extended Security Updates for Windows Server 2012, you can enable the following subset of endpoints:
88

9+
#### [Azure Cloud](#tab/azure-cloud)
10+
911
| Agent resource | Description | When required| Endpoint used with private link |
1012
|---------|---------|--------|---------|
1113
|`aka.ms`|Used to resolve the download script during installation|At installation time, only| Public |
@@ -15,3 +17,19 @@ If you are using Azure Arc-enabled servers only for the purpose of Extended Secu
1517
|`management.azure.com`|Azure Resource Manager - to create or delete the Arc server resource|When connecting or disconnecting a server, only| Public, unless a [resource management private link](../../../azure-resource-manager/management/create-private-link-access-portal.md) is also configured |
1618
|`*.his.arc.azure.com`|Metadata and hybrid identity services|Always| Private |
1719
|`*.guestconfiguration.azure.com`| Extension management and guest configuration services |Always| Private |
20+
21+
#### [Azure Government](#tab/azure-government)
22+
23+
| Agent resource | Description | When required| Endpoint used with private link |
24+
|---------|---------|--------|---------|
25+
|`aka.ms`|Used to resolve the download script during installation|At installation time, only| Public |
26+
|`download.microsoft.com`|Used to download the Windows installation package|At installation time, only| Public |
27+
|`login.microsoftonline.us`|Microsoft Entra ID|Always| Public |
28+
|`management.usgovcloudapi.net`|Azure Resource Manager - to create or delete the Arc server resource|When connecting or disconnecting a server, only| Public, unless a [resource management private link](../../../azure-resource-manager/management/create-private-link-access-portal.md) is also configured |
29+
|`*.his.arc.azure.us`|Metadata and hybrid identity services|Always| Private |
30+
|`*.guestconfiguration.azure.us`| Extension management and guest configuration services |Always| Private |
31+
32+
#### [Microsoft Azure operated by 21Vianet](#tab/azure-china)
33+
34+
> [!NOTE]
35+
> Azure Arc-enabled servers used for Extended Security Updates for Windows Server 2012 is not available in Microsoft Azure operated by 21Vianet regions at this time.

articles/azure-arc/servers/network-requirements.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Connected Machine agent network requirements
33
description: Learn about the networking requirements for using the Connected Machine agent for Azure Arc-enabled servers.
4-
ms.date: 10/18/2023
4+
ms.date: 11/01/2023
55
ms.topic: conceptual
66
---
77

articles/azure-arc/servers/prepare-extended-security-updates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: How to prepare to deliver Extended Security Updates for Windows Server 2012 through Azure Arc
33
description: Learn how to prepare to deliver Extended Security Updates for Windows Server 2012 through Azure Arc.
4-
ms.date: 10/30/2023
4+
ms.date: 11/01/2023
55
ms.topic: conceptual
66
---
77

articles/azure-arc/system-center-virtual-machine-manager/quickstart-connect-system-center-virtual-machine-manager-to-arc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ This QuickStart shows you how to connect your SCVMM management server to Azure A
2626
| **Requirement** | **Details** |
2727
| --- | --- |
2828
| **Azure** | An Azure subscription <br/><br/> A resource group in the above subscription where you have the *Owner/Contributor* role. |
29-
| **SCVMM** | You need an SCVMM management server running version 2016 or later.<br/><br/> A private cloud with minimum free capacity of 16 GB of RAM, 4 vCPUs with 100 GB of free disk space. <br/><br/> A VM network with internet access, directly or through proxy. Appliance VM will be deployed using this VM network.<br/><br/> Only Static IP allocation is supported and VMM Static IP Pool is required. Follow [these steps](https://learn.microsoft.com/system-center/vmm/network-pool?view=sc-vmm-2022) to create a VMM Static IP Pool and ensure that the Static IP Pool has at least four IP addresses. Dynamic IP allocation using DHCP is not supported. |
29+
| **SCVMM** | You need an SCVMM management server running version 2016 or later.<br/><br/> A private cloud with minimum free capacity of 32 GB of RAM, 4 vCPUs with 100 GB of free disk space. <br/><br/> A VM network with internet access, directly or through proxy. Appliance VM will be deployed using this VM network.<br/><br/> Only Static IP allocation is supported and VMM Static IP Pool is required. Follow [these steps](https://learn.microsoft.com/system-center/vmm/network-pool?view=sc-vmm-2022) to create a VMM Static IP Pool and ensure that the Static IP Pool has at least four IP addresses. Dynamic IP allocation using DHCP is not supported. |
3030
| **SCVMM accounts** | An SCVMM admin account that can perform all administrative actions on all objects that VMM manages. <br/><br/> The user should be part of local administrator account in the SCVMM server. <br/><br/>This will be used for the ongoing operation of Azure Arc-enabled SCVMM as well as the deployment of the Arc Resource bridge VM. |
3131
| **Workstation** | The workstation will be used to run the helper script.<br/><br/> A Windows/Linux machine that can access both your SCVMM management server and internet, directly or through proxy.<br/><br/> The helper script can be run directly from the VMM server machine as well.<br/><br/> To avoid network latency issues, we recommend executing the helper script directly in the VMM server machine.<br/><br/> Note that when you execute the script from a Linux machine, the deployment takes a bit longer and you might experience performance issues. |
3232

0 commit comments

Comments
 (0)