Skip to content

Commit 3a1e3a2

Browse files
authored
Merge pull request #188303 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 bd7ec5e + fd480f0 commit 3a1e3a2

File tree

11 files changed

+24
-18
lines changed

11 files changed

+24
-18
lines changed

articles/active-directory-domain-services/tutorial-create-replica-set.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ The replica set reports as *Provisioning* as deployment continues, as shown in t
103103
A managed domain is currently limited to four replicas - the initial replica set, and three additional replica sets. If you don't need a replica set anymore, or if you want to create a replica set in another region, you can delete unneeded replica sets.
104104

105105
> [!IMPORTANT]
106-
> You can't delete the last replica set in a managed domain.
106+
> You can't delete either the last replica set or the initial replica set in a managed domain.
107107
108108
To delete a replica set, complete the following steps:
109109

articles/active-directory/authentication/certificate-based-authentication-faq.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ sections:
4646
No, sign-in using a non-UPN value, such as an alternate email, isn't supported now.
4747
4848
- question: |
49-
Can I have more than one CertificateDistributionPoint (CDP) for a Certificate Authority (CA)?
49+
Can I have more than one CRL Distribution Point (CDP) for a Certificate Authority (CA)?
5050
answer: |
5151
No, only one CDP is supported per CA.
5252
@@ -72,7 +72,7 @@ sections:
7272
- question: |
7373
Is there a limit for CRL size?
7474
answer: |
75-
Today as part of the public preview CRL sizes are limited as follows:
75+
Today, as part of the public preview, CRL sizes are limited as follows:
7676
7777
- 20 MB in commercial (Microsoft 365, GCC)
7878
- 45 MB in US Government (GCC High, Dept. of Defense)

articles/active-directory/authentication/concept-certificate-based-authentication-limitations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ The following scenarios aren't supported:
3939
- Public Key Infrastructure for creating client certificates. Customers need to configure their own Public Key Infrastructure (PKI) and provision certificates to their users and devices.
4040
- Certificate Authority hints aren't supported, so the list of certificates that appears for users in the UI isn't scoped.
4141
- Windows login using smart cards on Windows devices.
42-
- Only one Certificate Distribution Point for a trusted CA is supported.
43-
- The Certificate Distribution Point can be only HTTP URLs. We don't support Online Certificate Status Protocol (OSCP), or Lightweight Directory Access Protocol (LDAP) URLs.
42+
- Only one CRL Distribution Point (CDP) for a trusted CA is supported.
43+
- The CDP can be only HTTP URLs. We don't support Online Certificate Status Protocol (OCSP), or Lightweight Directory Access Protocol (LDAP) URLs.
4444
- Configuring other certificate-to-user account bindings, such as using the **subject field**, or **keyid** and **issuer**, aren’t available in this release.
4545
- Currently, password can't be disabled when CBA is enabled and the option to sign in using a password is displayed.
4646

articles/active-directory/authentication/concept-certificate-based-authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ This feature enables customers to adopt a phishing resistant authentication and
2727
2828
## What is Azure AD CBA?
2929

30-
Before this feature brought cloud-managed support for CBA to Azure AD, customers had to implement federated certificate-based authentication. Federated CBA requires deploying Active Directory Federation Services (AD FS) to be able to authenticate using X.509 certificates against Azure AD. With Azure AD certificate-based authentication, customers can authenticate directly against Azure AD. AZure AD CBA eliminates the need for federated AD FS, which helps simplify customer environments and reduce costs.
30+
Before this feature brought cloud-managed support for CBA to Azure AD, customers had to implement federated certificate-based authentication. Federated CBA requires deploying Active Directory Federation Services (AD FS) to be able to authenticate using X.509 certificates against Azure AD. With Azure AD certificate-based authentication, customers can authenticate directly against Azure AD. Azure AD CBA eliminates the need for federated AD FS, which helps simplify customer environments and reduce costs.
3131

3232
The following images show how Azure AD CBA simplifies the customer environment by eliminating federated AD FS.
3333

articles/active-directory/authentication/how-to-certificate-based-authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Optionally, you can also configure authentication bindings to map certificates t
5454

5555
## Step 1: Configure the certificate authorities
5656

57-
Only one Certificate Distribution Point (CDP) for a trusted CA is supported. The CDP can only be HTTP URLs. Online Certificate Status Protocol (OCSP) or Lightweight Directory Access Protocol (LDAP) URLs are not supported.
57+
Only one CRL Distribution Point (CDP) for a trusted CA is supported. The CDP can only be HTTP URLs. Online Certificate Status Protocol (OCSP) or Lightweight Directory Access Protocol (LDAP) URLs are not supported.
5858

5959
[!INCLUDE [Configure certificate authorities](../../../includes/active-directory-authentication-configure-certificate-authorities.md)]
6060

articles/applied-ai-services/metrics-advisor/how-tos/anomaly-feedback.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ As the figure below shows, you could select `ChangePoint` for the feedback Type,
6363
6464
## Seasonality
6565

66-
For seasonal data, when we perform anomaly detection, one step is to estimate the period(seasonality) of the time series, and apply it to the anomaly detection phase. Sometimes, it's hard to identify a precise period, and the period may also change. An incorrectly defined period may have side effects on your anomaly detection results. You can find the current period from a tooltip, its name is `Min Period`.
66+
For seasonal data, when we perform anomaly detection, one step is to estimate the period(seasonality) of the time series, and apply it to the anomaly detection phase. Sometimes, it's hard to identify a precise period, and the period may also change. An incorrectly defined period may have side effects on your anomaly detection results. You can find the current period from a tooltip, its name is `Min Period`. `Window` is a recommended window size to detect the last point within the window. `Window` usually is \(`Min Period` × 4 \) + 1.
6767

68-
:::image type="content" source="../media/feedback/min-period.png" alt-text="Tooltip overlay with the words Period and the number seven highlighted in red.":::
68+
:::image type="content" source="../media/feedback/min-period.png" alt-text="Tooltip overlay with the words Min Period and the number seven highlighted in red.":::
6969

7070
You can provide feedback for period to fix this kind of anomaly detection error. As the figure shows, you can set a period value. The unit `interval` means one granularity. Here zero intervals means the data is non-seasonal. You could also select `AutoDetect` if you want to cancel previous feedback and let the pipeline detect period automatically.
7171

@@ -107,4 +107,4 @@ Another way to view feedback history is from a series. You will see several butt
107107
## Next steps
108108
- [Diagnose an incident](diagnose-an-incident.md).
109109
- [Configure metrics and fine tune detection configuration](configure-metrics.md)
110-
- [Configure alerts and get notifications using a hook](../how-tos/alerts.md)
110+
- [Configure alerts and get notifications using a hook](../how-tos/alerts.md)

articles/cognitive-services/language-service/question-answering/quickstart/sdk.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ To learn about automating your question answering pipeline consult the REST API
4646

4747
* [Authoring API reference](/rest/api/cognitiveservices/questionanswering/question-answering-projects)
4848
* [Authoring API cURL examples](../how-to/authoring.md)
49+
* [Runtime API reference](/rest/api/cognitiveservices/questionanswering/question-answering)
4950

5051
## Next steps
5152

articles/frontdoor/concept-end-to-end-tls.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Certificates from internal CAs or self-signed certificates aren't allowed.
3838

3939
## Online Certificate Status Protocol (OCSP) stapling
4040

41-
OSCP stapling is supported by default in Azure Front Door and no configuration is required.
41+
OCSP stapling is supported by default in Azure Front Door and no configuration is required.
4242

4343
## Backend TLS connection (Azure Front Door to backend)
4444

articles/postgresql/concepts-query-performance-insight.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ For Query Performance Insight to function, data must exist in the [Query Store](
2020
## Viewing performance insights
2121
The [Query Performance Insight](concepts-query-performance-insight.md) view in the Azure portal will surface visualizations on key information from Query Store.
2222

23-
In the portal page of your Azure Database for PostgreSQL server, select **Query performance Insight** under the **Intelligent Performance** section of the menu bar. Displaying the **Query Text is no longer supported**. However, the query text can still be viewed by connecting to azure_sys and querying 'query_store.query_texts_view'.
23+
In the portal page of your Azure Database for PostgreSQL server, select **Query performance Insight** under the **Intelligent Performance** section of the menu bar. **Query Text is no longer supported** is shown. However, the query text can still be viewed by connecting to azure_sys and querying 'query_store.query_texts_view'.
2424

2525
:::image type="content" source="./media/concepts-query-performance-insight/query-performance-insight-landing-page.png" alt-text="Query Performance Insight long running queries":::
2626

articles/postgresql/flexible-server/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ ms.custom: "mvc, references_regions"
1414
[Azure Database for PostgreSQL](../overview.md) powered by the PostgreSQL community edition is available in three deployment modes:
1515

1616
- [Single Server](../overview-single-server.md)
17-
- Flexible Server
18-
- Hyperscale (Citus)
17+
- [Flexible Server](./overview.md)
18+
- [Hyperscale (Citus)](../hyperscale/overview.md)
1919

2020
In this article, we will provide an overview and introduction to core concepts of flexible server deployment model.
2121

0 commit comments

Comments
 (0)