Skip to content

Commit 7e5ab68

Browse files
authored
Merge pull request #205496 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/azure-docs (branch main)
2 parents 2780e95 + 33bba19 commit 7e5ab68

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

articles/api-management/configure-custom-domain.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ There are several API Management endpoints to which you can assign a custom doma
5858
API Management supports custom TLS certificates or certificates imported from Azure Key Vault. You can also enable a free, managed certificate.
5959

6060
> [!WARNING]
61-
> If you wish to improve the security of your applications with certificate pinning, you should use a custom domain name and either a custom or Key Vault certificate, not the default certificate or the free, managed certificate. We don't recommend taking a hard dependency on a certificate that you don't manage.
61+
> If you require certificate pinning, please use a custom domain name and either a custom or Key Vault certificate, not the default certificate or the free, managed certificate. We don't recommend taking a hard dependency on a certificate that you don't manage.
6262
6363
# [Custom](#tab/custom)
6464

articles/machine-learning/reference-yaml-job-sweep.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ The source JSON schema can be found at https://azuremlschemas.azureedge.net/late
164164
| --- | ---- | ----------- | ------------- |
165165
| `max_total_trials` | integer | The maximum time in seconds the job is allowed to run. Once this limit is reached the system will cancel the job. | `1000` |
166166
| `max_concurrent_trials` | integer | | Defaults to `max_total_trials`. |
167-
| `timeout` | integer | The maximum time in minutes the entire sweep job is allowed to run. Once this limit is reached the system will cancel the sweep job, including all its trials. | `10080` |
167+
| `timeout` | integer | The maximum time in seconds the entire sweep job is allowed to run. Once this limit is reached the system will cancel the sweep job, including all its trials. | `100800` |
168168
| `trial_timeout` | integer | The maximum time in seconds each trial job is allowed to run. Once this limit is reached the system will cancel the trial. | |
169169

170170
### Attributes of the `trial` key

articles/virtual-machines/workloads/sap/expose-sap-process-orchestration-on-azure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ One of the scenarios for SAP Process Orchestration communication is inbound flow
6969

7070
:::image type="content" source="media/expose-sap-process-orchestration-on-azure/inbound-1a.png" alt-text="Diagram that shows inbound http scenario with SAP Process Orchestration on Azure.":::
7171

72-
## Scenario 1.B: Outbound http connectivity focused
72+
## Scenario 1.B: Outbound http/ftp connectivity focused
7373

7474
For the reverse communication direction "Process Orchestration" may leverage the VNet routing to reach workloads on-premises or Internet-based targets via the Internet breakout. Azure Application Gateway acts as a reverse proxy in such scenarios. For `non-http` communication, consider adding Azure Firewall. For more information, see [Scenario 4](#scenario-4-file-based) and [Comparing Gateway components](#comparing-gateway-setups).
7575

0 commit comments

Comments
 (0)