Skip to content

Commit 8131639

Browse files
authored
Merge pull request #240047 from MicrosoftDocs/repo_sync_working_branch
Resolve syncing conflicts from repo_sync_working_branch to main
2 parents 0bb142b + cc646ec commit 8131639

File tree

7 files changed

+31
-10
lines changed

7 files changed

+31
-10
lines changed

articles/active-directory/devices/troubleshoot-device-dsregcmd.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,13 @@ Active Directory Federation Services (AD FS). For hybrid Azure AD-joined devices
203203
This field is skipped if no diagnostics information is available.
204204
The diagnostics information fields are same as **AcquirePrtDiagnostics**
205205

206+
>[!NOTE]
207+
> The following Cloud Kerberos diagnostics fields were added in the original release of Windows 11 (version 21H2).
208+
209+
- **OnPremTgt**: Set the state to *YES* if a Cloud Kerberos ticket to access on-premises resources is present on the device for the logged-in user.
210+
- **CloudTgt**: Set the state to *YES* if a Cloud Kerberos ticket to access cloud resources is present on the device for the logged-in user.
211+
- **KerbTopLevelNames**: List of top level Kerberos realm names for Cloud Kerberos.
212+
206213
### Sample SSO state output
207214

208215
```
@@ -228,6 +235,9 @@ The diagnostics information fields are same as **AcquirePrtDiagnostics**
228235
EnterprisePrtUpdateTime : 2019-01-24 19:15:33.000 UTC
229236
EnterprisePrtExpiryTime : 2019-02-07 19:15:33.000 UTC
230237
EnterprisePrtAuthority : https://fs.hybridadfs.nttest.microsoft.com:443/adfs
238+
OnPremTgt : YES
239+
CloudTgt : YES
240+
KerbTopLevelNames : .windows.net,.windows.net:1433,.windows.net:3342,.azure.net,.azure.net:1433,.azure.net:3342
231241
232242
+----------------------------------------------------------------------+
233243
```
@@ -365,6 +375,14 @@ This diagnostics section performs the prerequisites check for setting up Windows
365375
- **LogonCertTemplateReady**: This setting is specific to WHFB Certificate Trust deployment and present only if the CertEnrollment state is *enrollment authority*. Set the state to *YES* if the state of the login certificate template is valid and helps troubleshoot the AD FS Registration Authority (RA).
366376
- **PreReqResult**: Provides the result of all WHFB prerequisites evaluation. Set the state to *Will Provision* if WHFB enrollment would be launched as a post-login task when the user signs in next time.
367377

378+
>[!NOTE]
379+
> The following Cloud Kerberos diagnostics fields were added in the Windows 10 May 2021 update (version 21H1).
380+
381+
>[!NOTE]
382+
> Prior to Windows 11 version 23H2, the setting **OnPremTGT** was named **CloudTGT**.
383+
384+
- **OnPremTGT**: This setting is specific to Cloud Kerberos trust deployment and present only if the CertEnrollment state is *none*. Set the state to *YES* if the device has a Cloud Kerberos ticket to access on-premises resources. Prior to Windows 11 version 23H2, this setting was named **CloudTGT**.
385+
368386
### Sample NGC prerequisites check output
369387

370388
```

articles/azure-monitor/essentials/prometheus-metrics-troubleshoot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Replica pod scrapes metrics from `kube-state-metrics` and custom scrape targets
1515

1616
## Metrics Throttling
1717

18-
In the Azure portal, navigate to your Azure Monitor Workspace. Go to `Metrics` and verify that the metrics `Active Time Series % Utilization` and `Events Per Minuted Ingested % Utilization` are below 100%.
18+
In the Azure portal, navigate to your Azure Monitor Workspace. Go to `Metrics` and verify that the metrics `Active Time Series % Utilization` and `Events Per Minute Ingested % Utilization` are below 100%.
1919

2020
:::image type="content" source="media/prometheus-metrics-troubleshoot/throttling.png" alt-text="Screenshot showing how to navigate to the throttling metrics." lightbox="media/prometheus-metrics-troubleshoot/throttling.png":::
2121

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

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -140,10 +140,13 @@ Currently, we offer three families of Embeddings models for different functional
140140

141141
Each family includes models across a range of capability. The following list indicates the length of the numerical vector returned by the service, based on model capability:
142142

143-
- Ada: 1024 dimensions
144-
- Babbage: 2048 dimensions
145-
- Curie: 4096 dimensions
146-
- Davinci: 12288 dimensions
143+
| Base Model | Model(s) | Dimensions |
144+
|---|---|---|
145+
| Ada | models ending in -001 (Version 1) | 1024 |
146+
| Ada | text-embedding-ada-002 (Version 2) | 1536 |
147+
| Babbage | | 2048 |
148+
| Curie | | 4096 |
149+
| Davinci | | 12288 |
147150

148151
Davinci is the most capable, but is slower and more expensive than the other models. Ada is the least capable, but is both faster and cheaper.
149152

articles/container-apps/azure-resource-manager-api-spec.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ Changes made to the `template` section are [revision-scope changes](revisions.md
184184

185185
### <a name="container-app-examples"></a>Examples
186186

187-
For details on health probes, refer to [Heath probes in Azure Container Apps](./health-probes.md).
187+
For details on health probes, refer to [Health probes in Azure Container Apps](./health-probes.md).
188188

189189
# [ARM template](#tab/arm-template)
190190

articles/logic-apps/azure-arc-enabled-logic-apps-create-deploy-workflows.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -633,8 +633,8 @@ The following example describes a sample App Service plan resource definition th
633633
"type": "CustomLocation"
634634
},
635635
"sku": {
636-
"tier": "K1",
637-
"name": "Kubernetes",
636+
"tier": "Kubernetes",
637+
"name": "K1",
638638
"capacity": 1
639639
},
640640
"properties": {

articles/virtual-machines/vm-generalized-image-version.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,7 @@ location="<location where the image is replicated>"
501501
user='<username for the VM>'
502502
name='<name for the VM>'
503503
504-
az group create --location --resource-group $resourcegroup
504+
az group create --location $location --resource-group $resourcegroup
505505
az vm create \
506506
--resource-group $resourcegroup \
507507
--name $name \

articles/web-application-firewall/afds/waf-faq.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ sections:
7878
- question: |
7979
Do you support same WAF features in all integrated platforms?
8080
answer: |
81-
Currently, ModSec CRS 2.2.9, CRS 3.0, and CRS 3.1 rules are only supported with WAF on Application Gateway. Rate limiting, geo-filtering, and Azure managed Default Rule Set rules are supported only with WAF on Azure Front Door.
81+
Currently, ModSec CRS 3.0, CRS 3.1 and CRS 3.2 rules are only supported with WAF on Application Gateway. Rate limiting and Azure managed Default Rule Set rules are supported only with WAF on Azure Front Door.
8282
8383
- question: |
8484
Is DDoS protection integrated with Front Door?

0 commit comments

Comments
 (0)