Skip to content

Commit e3c713d

Browse files
authored
Merge pull request #254741 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 f22813b + d97db46 commit e3c713d

File tree

6 files changed

+9
-6
lines changed

6 files changed

+9
-6
lines changed

articles/active-directory/fundamentals/whats-new.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Microsoft Entra ID (previously known as Azure AD) receives improvements on an on
2929
- Deprecated functionality
3030
- Plans for changes
3131

32-
> ![NOTE]
32+
> [!NOTE]
3333
> If you're currently using Azure AD today or are have previously deployed Azure AD in your organizations, you can continue to use the service without interruption. All existing deployments, configurations, and integrations continue to function as they do today without any action from you.
3434
3535
This page updates monthly, so revisit it regularly. If you're looking for items older than six months, you can find them in [Archive for What's new in Azure Active Directory](whats-new-archive.md).

articles/active-directory/hybrid/cloud-sync/what-is-cloud-sync.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ The following table provides a comparison between Microsoft Entra Connect and Mi
7979
| Support for device writeback||Customers should use [Cloud Kerberos trust](/windows/security/identity-protection/hello-for-business/hello-hybrid-cloud-kerberos-trust?tabs=intune) for this moving forward|
8080
| Support for group writeback|| |
8181
| Support for merging user attributes from multiple domains|| |
82-
| Active Directory Domain Services support|| |
82+
| Microsoft Entra Domain Services support|| |
8383
| [Exchange hybrid writeback](exchange-hybrid.md) |||
8484
| Unlimited number of objects per AD domain || |
8585
| Support for up to 150,000 objects per AD domain |||

articles/ai-services/openai/concepts/models.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ These models can only be used with Embedding API requests.
115115
116116
| Model ID | Base model Regions | Fine-Tuning Regions | Max Request (tokens) | Training Data (up to) | Output dimensions |
117117
| --- | --- | --- | --- | --- |
118-
| text-embedding-ada-002 (version 2) | Canada East, East US, East US2, France Central, Japan East, North Central US, South Central US, Switzerland North, UK South, West Europe | N/A |8,191 | Sep 2021 | 1536 |
118+
| text-embedding-ada-002 (version 2) | Australia East, Canada East, East US, East US2, France Central, Japan East, North Central US, South Central US, Switzerland North, UK South, West Europe | N/A |8,191 | Sep 2021 | 1536 |
119119
| text-embedding-ada-002 (version 1) | East US, South Central US, West Europe | N/A |2,046 | Sep 2021 | 1536 |
120120

121121
### DALL-E models (Preview)

articles/azure-monitor/app/java-standalone-profiler.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,8 @@ Example configuration:
159159
"cpuTriggeredSettings": "profile-without-env-data",
160160
"memoryTriggeredSettings": "profile-without-env-data",
161161
"manualTriggeredSettings": "profile-without-env-data",
162-
"enableRequestTriggering": true
162+
"enableRequestTriggering": true,
163+
"periodicRecordingDurationSeconds": 60
163164
}
164165
}
165166
}
@@ -193,6 +194,8 @@ This value can be one of:
193194
- `true` Profiling is triggered if a request trigger threshold is breached.
194195
- `false` (default value). Profiling will not be triggered by request configuration.
195196

197+
`periodicRecordingDurationSeconds` Profiling recording duration in seconds when a profiling session is started through "Profile now". Default value is `120`.
198+
196199
## Frequently asked questions
197200

198201
### What is Azure Monitor Application Insights Java Profiling?

articles/azure-monitor/containers/container-insights-syslog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.reviewer: damendo
88

99
# Syslog collection with Container Insights (preview)
1010

11-
Container Insights offers the ability to collect Syslog events from Linux nodes in your [Azure Kubernetes Service (AKS)](../../aks/intro-kubernetes.md) clusters. This includes the ability to collect logs from control plane componemts like kubelet. Customers can also use Syslog for monitoring security and health events, typically by ingesting syslog into a SIEM system like [Microsoft Sentinel](https://azure.microsoft.com/products/microsoft-sentinel/#overview).
11+
Container Insights offers the ability to collect Syslog events from Linux nodes in your [Azure Kubernetes Service (AKS)](../../aks/intro-kubernetes.md) clusters. This includes the ability to collect logs from control plane components like kubelet. Customers can also use Syslog for monitoring security and health events, typically by ingesting syslog into a SIEM system like [Microsoft Sentinel](https://azure.microsoft.com/products/microsoft-sentinel/#overview).
1212

1313
> [!IMPORTANT]
1414
> Syslog collection with Container Insights is a preview feature. Preview features are available on a self-service, opt-in basis. Previews are provided "as is" and "as available," and they're excluded from the service-level agreements and limited warranty. Previews are partially covered by customer support on a best-effort basis. As such, these features aren't meant for production use.

articles/managed-instance-apache-cassandra/monitor-clusters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ Use the [Azure Monitor REST API](/rest/api/monitor/diagnosticsettings/createorup
134134

135135
## Audit whitelist
136136

137-
> ![NOTE]
137+
>[!NOTE]
138138
> This article contains references to a term that Microsoft no longer uses. When the term is removed from the software, we'll remove it from this article.
139139
140140
By default, audit logging creates a record for every login attempt and CQL query. The result can be rather overwhelming and increase overhead. You can use the audit whitelist feature in Cassandra 3.11 to set what operations *don't* create an audit record. The audit whitelist feature is enabled by default in Cassandra 3.11. To learn how to configure your whitelist, see [Role-based whitelist management](https://github.com/Ericsson/ecaudit/blob/release/c2.2/doc/role_whitelist_management.md).

0 commit comments

Comments
 (0)