Skip to content

Commit 30fb631

Browse files
authored
Merge pull request #281276 from MicrosoftDocs/main
7/18/2024 PM Publish
2 parents 73ad984 + 1b4a996 commit 30fb631

File tree

178 files changed

+336
-1273
lines changed

Some content is hidden

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

178 files changed

+336
-1273
lines changed

articles/ai-services/language-service/conversational-language-understanding/concepts/best-practices.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,13 @@ If you require the learned component, make sure that *ticket quantity* is only r
7575

7676
## Addressing model inconsistencies
7777

78-
If your model is overly sensitive to small grammatical changes, like casing or diacritics, you can systematically manipulate your dataset directly in the Language Studio. To use these features, click on the Settings tab on the left toolbar and locate the **Advanced project settings** section. First, you can ***Enable data transformation for casing***, which normalizes the casing of utterances when training, testing, and implementing your model. If you've migrated from LUIS, you might recognize that LUIS did this normalization by default. To access this feature via the API, set the `"normalizeCasing"` parameter to `true`. See an example below:
78+
If your model is overly sensitive to small grammatical changes, like casing or diacritics, you can systematically manipulate your dataset directly in the Language Studio. To use these features, click on the Settings tab on the left toolbar and locate the **Advanced project settings** section.
79+
80+
:::image type="content" source="../media/advanced-project-settings.png" alt-text="A screenshot showing an example of the advanced project settings." lightbox="../media/advanced-project-settings.png":::
81+
82+
First, you can ***Enable data transformation for casing***, which normalizes the casing of utterances when training, testing, and implementing your model. If you've migrated from LUIS, you might recognize that LUIS did this normalization by default. To access this feature via the API, set the `"normalizeCasing"` parameter to `true`. See an example below:
83+
84+
7985

8086
```json
8187
{
13.6 KB
Loading

articles/aks/azure-linux-aks-partner-solutions.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ titleSuffix: Azure Linux AKS Container Host partner solutions
44
description: Discover partner-tested solutions that enable you to build, test, deploy, manage, and monitor your AKS environment using Azure Linux Container Host.
55
ms.author: schaffererin
66
author: schaffererin
7-
ms.topic: article
7+
ms.service: azure-kubernetes-service
8+
ms.topic: conceptual
89
ms.custom: linux-related-content
910
ms.date: 06/13/2024
1011
---

articles/aks/dapr-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ The Dapr extension supports stable versions of Dapr APIs (building blocks).
116116
| [**Secrets**][dapr-secrets] | Stable | Access secrets from your application code or reference secure values in your Dapr components. |
117117
| [**Configuration**][dapr-config] | Stable | Retrieve and subscribe to application configuration items for supported configuration. stores. |
118118

119-
[!INCLUDE [component-support](../../includes/dapr-in-azure/dapr-support-policy.md)]
119+
[!INCLUDE [component-support](~/reusable-content/ce-skilling/azure/includes/dapr-in-azure/dapr-support-policy.md)]
120120

121121
### Clouds/regions
122122

articles/aks/ha-dr-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ For more information, see the [**Recommended passive-cold failover solution over
190190

191191
AKS sets default limits and quotas for resources and features, including usage restrictions for certain VM SKUs.
192192

193-
[!INCLUDE [container-service-limits](../../includes/container-service-limits.md)]
193+
[!INCLUDE [container-service-limits](~/reusable-content/ce-skilling/azure/includes/container-service-limits.md)]
194194

195195
For more information, see [AKS service quotas and limits](./quotas-skus-regions.md#service-quotas-and-limits).
196196

articles/aks/kubernetes-service-principal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ The default expiration time for the service principal credentials is one year. I
259259

260260
**General Azure CLI troubleshooting**
261261

262-
[!INCLUDE [azure-cli-troubleshooting.md](../../includes/azure-cli-troubleshooting.md)]
262+
[!INCLUDE [azure-cli-troubleshooting.md](~/reusable-content/ce-skilling/azure/includes/azure-cli-troubleshooting.md)]
263263

264264
### [Azure PowerShell](#tab/azure-powershell)
265265

articles/aks/quotas-skus-regions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This article details the default resource limits for Azure Kubernetes Service (A
1717

1818
## Service quotas and limits
1919

20-
[!INCLUDE [container-service-limits](../../includes/container-service-limits.md)]
20+
[!INCLUDE [container-service-limits](~/reusable-content/ce-skilling/azure/includes/container-service-limits.md)]
2121

2222
## Provisioned infrastructure
2323

715 KB
Loading

articles/api-center/use-vscode-extension.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ Visual Studio Code will open a diff view between the two API specifications. Any
8888

8989
Use the power of GitHub Copilot with the Azure API Center extension for Visual Studio Code to create an OpenAPI specification file from your API code. Right click on the API code, select **Copilot** from the options, and select **Generate API documentation**. This will create an OpenAPI specification file.
9090

91+
:::image type="content" source="media/use-vscode-extension/generate-api-documentation.gif" alt-text="Animation showing how to use GitHub Copilot to generate an OpenAPI spec from code." lightbox="media/use-vscode-extension/generate-api-documentation.gif":::
92+
9193
After generating the OpenAPI specification file and checking for accuracy, you can register the API with your API center using the **Azure API Center: Register API** command.
9294

9395
## Discover APIs

articles/app-service/environment/networking.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: App Service Environment networking
33
description: App Service Environment networking details
44
author: madsd
55
ms.topic: overview
6-
ms.date: 04/23/2024
6+
ms.date: 07/18/2024
77
ms.author: madsd
88
---
99

@@ -74,6 +74,10 @@ You can bring your own inbound address to your App Service Environment. If you c
7474

7575
For your app to receive traffic, ensure that inbound network security group (NSG) rules allow the App Service Environment subnet to receive traffic from the required ports. In addition to any ports, you'd like to receive traffic on, you should ensure that Azure Load Balancer is able to connect to the subnet on port 80. This port is used for health checks of the internal virtual machine. You can still control port 80 traffic from the virtual network to your subnet.
7676

77+
> [!NOTE]
78+
> Changes to NSG rules can take up to 14 days to take effect due to HTTP connection persistence. If you make a change that blocks platform/management traffic, it could take up to 14 days for the impact to be seen.
79+
>
80+
7781
It's a good idea to configure the following inbound NSG rule:
7882

7983
|Source / Destination Port(s)|Direction|Source|Destination|Purpose|
@@ -87,6 +91,7 @@ The minimal requirement for App Service Environment to be operational is:
8791
|* / 80|Inbound|AzureLoadBalancer|App Service Environment subnet range|Allow internal health ping traffic|
8892

8993
If you use the minimum required rule, you might need one or more rules for your application traffic. If you're using any of the deployment or debugging options, you must also allow this traffic to the App Service Environment subnet. The source of these rules can be the virtual network, or one or more specific client IPs or IP ranges. The destination is always the App Service Environment subnet range.
94+
9095
The internal health ping traffic on port 80 is isolated between the Load balancer and the internal servers. No outside traffic can reach the health ping endpoint.
9196

9297
The normal app access ports inbound are as follows:
@@ -100,6 +105,7 @@ The normal app access ports inbound are as follows:
100105

101106
> [!NOTE]
102107
> For FTP access, even if you want to disallow standard FTP on port 21, you still need to allow traffic from the LoadBalancer to the App Service Environment subnet range on port 21, as this is used for internal health ping traffic for the ftp service specifically.
108+
>
103109
104110
## Network routing
105111

0 commit comments

Comments
 (0)