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
# Azure Resource Graph sample queries for Azure Advisor
9
9
10
-
This page is a collection of [Azure Resource Graph](../governance/resource-graph/overview.md)
11
-
sample queries for Azure Advisor. For a complete list of Azure Resource Graph samples, see
12
-
[Resource Graph samples by Category](../governance/resource-graph/samples/samples-by-category.md)
13
-
and [Resource Graph samples by Table](../governance/resource-graph/samples/samples-by-table.md).
10
+
This page is a collection of [Azure Resource Graph](../governance/resource-graph/overview.md) sample queries for Azure Advisor. For a complete list of Azure Resource Graph samples, see [Resource Graph samples by Category](../governance/resource-graph/samples/samples-by-category.md) and [Resource Graph samples by Table](../governance/resource-graph/samples/samples-by-table.md).
Copy file name to clipboardExpand all lines: articles/ai-services/translator/custom-translator/faq.md
+5-27Lines changed: 5 additions & 27 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,46 +24,25 @@ There are restrictions and limits with respect to file size, model training, and
24
24
25
25
## When should I request deployment for a translation system that has been trained?
26
26
27
-
It may take several trainings to create the optimal translation system for your project. You may want to try using more training data or more carefully filtered data, if the BLEU score and/ or the test results aren't satisfactory. You should
28
-
be strict and careful in designing your tuning set and your test set. Make certain your sets
29
-
fully represent the terminology and style of material you want to
30
-
translate. You can be more liberal in composing your training data, and
31
-
experiment with different options. Request a system deployment when you're
32
-
satisfied with the translations in your system test results and have no more data to add to
33
-
improve your trained system.
27
+
It may take several trainings to create the optimal translation system for your project. You may want to try using more training data or more carefully filtered data, if the BLEU score and/ or the test results aren't satisfactory. You should be strict and careful in designing your tuning set and your test set. Make certain your sets fully represent the terminology and style of material you want to translate. You can be more liberal in composing your training data, and experiment with different options. Request a system deployment when you're satisfied with the translations in your system test results and have no more data to add to improve your trained system.
34
28
35
29
## How many trained systems can be deployed in a project?
36
30
37
-
Only one trained system can be deployed per project. It may take several
38
-
trainings to create a suitable translation system for your project and we
39
-
encourage you to request deployment of a training that gives you the best
40
-
result. You can determine the quality of the training by the BLEU score (higher
41
-
is better), and by consulting with reviewers before deciding that the quality of
42
-
translations is suitable for deployment.
31
+
Only one trained system can be deployed per project. It may take several trainings to create a suitable translation system for your project and we encourage you to request deployment of a training that gives you the best result. You can determine the quality of the training by the BLEU score (higher is better), and by consulting with reviewers before deciding that the quality of translations is suitable for deployment.
43
32
44
33
## When can I expect my trainings to be deployed?
45
34
46
35
The deployment generally takes less than an hour.
47
36
48
37
## How do you access a deployed system?
49
38
50
-
Deployed systems can be accessed via the Microsoft Translator Text API V3 by
51
-
specifying the CategoryID. More information about the Translator Text API can
52
-
be found in the [API
53
-
Reference](../reference/v3-0-reference.md)
54
-
webpage.
39
+
Deployed systems can be accessed via the Microsoft Translator Text API V3 by specifying the CategoryID. More information about the Translator Text API can be found in the [API Reference](../reference/v3-0-reference.md) webpage.
55
40
56
41
## How do I skip alignment and sentence breaking if my data is already sentence aligned?
57
42
58
-
The Custom Translator skips sentence alignment and sentence breaking for TMX
59
-
files and for text files with the `.align` extension. `.align` files give users
60
-
an option to skip Custom Translator's sentence breaking and alignment process for the
61
-
files that are perfectly aligned, and need no further processing. We recommend
62
-
using `.align` extension only for files that are perfectly aligned.
43
+
The Custom Translator skips sentence alignment and sentence breaking for TMX files and for text files with the `.align` extension. `.align` files give users an option to skip Custom Translator's sentence breaking and alignment process for the files that are perfectly aligned, and need no further processing. We recommend using `.align` extension only for files that are perfectly aligned.
63
44
64
-
If the number of extracted sentences doesn't match the two files with the same
65
-
base name, Custom Translator will still run the sentence aligner on `.align`
66
-
files.
45
+
If the number of extracted sentences doesn't match the two files with the same base name, Custom Translator will still run the sentence aligner on `.align` files.
67
46
68
47
## I tried uploading my TMX, but it says "document processing failed"
69
48
@@ -73,4 +52,3 @@ Ensure that the TMX conforms to the [TMX 1.4b Specification](https://www.gala-gl
73
52
74
53
> [!div class="nextstepaction"]
75
54
> [Try the custom translator quickstart](quickstart.md)
Edit `.scripts/set-env-variables.sh` in your favorite editor and supply Azure
95
-
Azure Cosmos DB connection info. For the App Service Linux configuration, use the same region as before (`your-resource-group-region`) and resource group (`your-azure-group-name`) used when creating the Azure Cosmos DB database. Choose a WEBAPP_NAME that is unique since it cannot duplicate any web app name in any Azure deployment.
94
+
Edit `.scripts/set-env-variables.sh` in your favorite editor and supply Azure Cosmos DB connection info. For the App Service Linux configuration, use the same region as before (`your-resource-group-region`) and resource group (`your-azure-group-name`) used when creating the Azure Cosmos DB database. Choose a WEBAPP_NAME that is unique since it cannot duplicate any web app name in any Azure deployment.
Copy file name to clipboardExpand all lines: articles/application-gateway/ingress-controller-annotations.md
+1-5Lines changed: 1 addition & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,11 +70,7 @@ In the previous example, you've defined an ingress resource named `go-server-ing
70
70
71
71
## TLS Redirect
72
72
73
-
Application Gateway [can be configured](./redirect-overview.md)
74
-
to automatically redirect HTTP URLs to their HTTPS counterparts. When this
75
-
annotation is present and TLS is properly configured, Kubernetes Ingress
76
-
controller creates a [routing rule with a redirection configuration](./redirect-http-to-https-portal.md#add-a-routing-rule-with-a-redirection-configuration)
77
-
and applies the changes to your Application Gateway. The redirect created will be HTTP `301 Moved Permanently`.
73
+
Application Gateway [can be configured](./redirect-overview.md) to automatically redirect HTTP URLs to their HTTPS counterparts. When this annotation is present and TLS is properly configured, Kubernetes Ingress controller creates a [routing rule with a redirection configuration](./redirect-http-to-https-portal.md#add-a-routing-rule-with-a-redirection-configuration) and applies the changes to your Application Gateway. The redirect created will be HTTP `301 Moved Permanently`.
# Deploy an Azure Resource Manager template in an Automation PowerShell runbook
13
13
14
-
You can write an [Automation PowerShell runbook](./learn/powershell-runbook-managed-identity.md)
15
-
that deploys an Azure resource by using an [Azure Resource Manager template](../azure-resource-manager/templates/quickstart-create-templates-use-the-portal.md). Templates allow you to use Azure Automation to automate deployment of your Azure resources. You can maintain your Resource Manager templates in a central, secure location, such as Azure Storage.
14
+
You can write an [Automation PowerShell runbook](./learn/powershell-runbook-managed-identity.md) that deploys an Azure resource by using an [Azure Resource Manager template](../azure-resource-manager/templates/quickstart-create-templates-use-the-portal.md). Templates allow you to use Azure Automation to automate deployment of your Azure resources. You can maintain your Resource Manager templates in a central, secure location, such as Azure Storage.
16
15
17
16
In this article, we create a PowerShell runbook that uses a Resource Manager template stored in [Azure Storage](../storage/common/storage-introduction.md) to deploy a new Azure Storage account.
Copy file name to clipboardExpand all lines: articles/automation/change-tracking/overview-monitoring-agent.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,8 +25,7 @@ This article explains on the latest version of change tracking support using Azu
25
25
26
26
-**Compatibility with the unified monitoring agent** - Compatible with the [Azure Monitor Agent](../../azure-monitor/agents/agents-overview.md) that enhances security, reliability, and facilitates multi-homing experience to store data.
27
27
-**Compatibility with tracking tool**- Compatible with the Change tracking (CT) extension deployed through the Azure Policy on the client's virtual machine. You can switch to Azure Monitor Agent (AMA), and then the CT extension pushes the software, files, and registry to AMA.
28
-
-**Multi-homing experience** – Provides standardization of management from one central workspace. You can [transition from Log Analytics (LA) to AMA](../../azure-monitor/agents/azure-monitor-agent-migration.md)
29
-
so that all VMs point to a single workspace for data collection and maintenance.
28
+
-**Multi-homing experience** – Provides standardization of management from one central workspace. You can [transition from Log Analytics (LA) to AMA](../../azure-monitor/agents/azure-monitor-agent-migration.md) so that all VMs point to a single workspace for data collection and maintenance.
30
29
-**Rules management** – Uses [Data Collection Rules](../../azure-monitor/essentials/data-collection-rule-overview.md) to configure or customize various aspects of data collection. For example, you can change the frequency of file collection.
Copy file name to clipboardExpand all lines: articles/azure-app-configuration/enable-dynamic-configuration-azure-kubernetes-service.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
@@ -66,7 +66,7 @@ Add the following key-value to your App Configuration store. For more informatio
66
66
> [!TIP]
67
67
> By default, the Kubernetes provider polls the monitoring key-values every 30 seconds for change detection. However, you can change this behavior by setting the `interval` property of the `refresh`. If you want to reduce the number of requests to your App Configuration store, you can adjust it to a higher value.
68
68
69
-
1. Open the *deployment.yaml* file in the *Deployment* directory and add the following content to the `spec.containers` section. Your application loads configuration from a volume-mounted file the App Configuration Kubernetes provider generates. By setting this environment variable, your application can [use polling to monitor changes in mounted files](/dotnet/api/microsoft.extensions.fileproviders.physicalfileprovider.usepollingfilewatcher).
69
+
1. Open the *deployment.yaml* file in the *Deployment* directory and add the following content to the `spec.containers` section. Your application loads configuration from a volume-mounted file the App Configuration Kubernetes provider generates. By setting this environment variable, your application can [use polling to monitor changes in mounted files](/dotnet/api/microsoft.extensions.fileproviders.physicalfileprovider.usepollingfilewatcher).
# Azure Resource Graph sample queries for Azure Arc-enabled Kubernetes
9
9
10
-
This page is a collection of [Azure Resource Graph](../../governance/resource-graph/overview.md)
11
-
sample queries for Azure Arc-enabled Kubernetes. For a complete list of Azure Resource Graph
12
-
samples, see
13
-
[Resource Graph samples by category](../../governance/resource-graph/samples/samples-by-category.md)
14
-
and [Resource Graph samples by table](../../governance/resource-graph/samples/samples-by-table.md).
10
+
This page is a collection of [Azure Resource Graph](../../governance/resource-graph/overview.md) sample queries for Azure Arc-enabled Kubernetes. For a complete list of Azure Resource Graph samples, see [Resource Graph samples by category](../../governance/resource-graph/samples/samples-by-category.md) and [Resource Graph samples by table](../../governance/resource-graph/samples/samples-by-table.md).
0 commit comments